POST Application/PostSemanticProperties
Request Information
URI Parameters
None.
Body Parameters
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": "fd4935cd-87a5-441e-a54b-04724ff50df8", "SemanticEntityID": "c2ad8b0d-e030-4c48-8dd5-590c39fc8c3b", "SemanticEnumerationID": "c4b4ac6b-7a15-47cf-894e-c4c6eb962316", "Name": "sample string 3", "IsSynchronized": true }
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.