POST api/crmconnect/property/translatetobullets

Utility: translate a string into a FeatureDescriptionSaveDataContract

Request Information

URI Parameters

None.

Body Parameters

A value usable to identify the item in the crm, this key is generated by the selected domain service

string

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

text/plain

Sample:
sample string 1

application/json, text/json

Sample:
"sample string 1"

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Descriptions.Command.FeatureDescriptionSaveDataContract
NameDescriptionTypeAdditional information
Features

Collection of Dezrez.Core.DataContracts.External.Api.Descriptions.Command.FeatureSaveDataContract

None.

Name

string

None.

Notes

string

None.

PropertyId

integer

None.

RoleId

integer

None.

ForceUpdate

boolean

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Features": [
    {
      "Order": 1,
      "Name": "sample string 2",
      "SelectedFeatureId": 3,
      "Id": 4
    },
    {
      "Order": 1,
      "Name": "sample string 2",
      "SelectedFeatureId": 3,
      "Id": 4
    }
  ],
  "Name": "sample string 1",
  "Notes": "sample string 2",
  "PropertyId": 3,
  "RoleId": 4,
  "ForceUpdate": true,
  "Id": 6
}