POST Application/PostSemanticProperties
Request Information
URI Parameters
None.
Body Parameters
SemanticProperty| Name | 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": "f45d6c38-6241-4416-b30d-c8701dc74f39",
"SemanticEntityID": "1bf7386b-dd5d-4147-aaae-97f0607f4c77",
"SemanticEnumerationID": "6557c635-9dad-460b-b537-8aa07cab9d72",
"Name": "sample string 3",
"IsSynchronized": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | 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.