PUT Application/PutSemanticProperties
Request Information
URI Parameters
None.
Body Parameters
Collection of SemanticPropertyName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
SemanticEntityID | globally unique identifier |
Required |
|
SemanticEnumerationID | globally unique identifier |
None. |
|
Name | string |
Required |
|
IsSynchronized | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "ID": "372bc8ea-a208-4587-96bd-a17b343663c7", "SemanticEntityID": "2af8063f-b24c-4633-a1d1-0653c0c5d34d", "SemanticEnumerationID": "847c79c1-3e07-45b2-8696-b8f19dc92a09", "Name": "sample string 3", "IsSynchronized": true }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.