POST Application/PostSemanticContexts
Request Information
URI Parameters
None.
Body Parameters
SemanticContextName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
Required |
|
SemanticEntities | Collection of SemanticEntity |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "bb0fc764-f546-407f-a34e-236774b20e79", "Name": "sample string 2", "SemanticEntities": [ { "$id": "2", "ID": "366d812e-edae-4ec8-97d5-0d69b80eec2c", "SemanticContextID": "1bc6bdfb-1699-4335-acdc-a611455bd6c7", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "3", "ID": "b5dd3542-9697-48df-b38a-f0433298ae06", "SemanticEntityID": "2d87af1e-12d4-409e-a123-cb98518dcb25", "SemanticEnumerationID": "4dc15bfb-c353-4f06-99cb-8bc88b7d7656", "Name": "sample string 3", "IsSynchronized": true }, { "$ref": "3" } ] }, { "$ref": "2" } ] }
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.