POST api/CloudSide/v1/PostSync
Request Information
URI Parameters
None.
Body Parameters
Collection of TmSync| Name | Description | Type | Additional information |
|---|---|---|---|
| TableName | string |
None. |
|
| JsonString | string |
None. |
|
| CrudType | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"TableName": "sample string 1",
"JsonString": "sample string 2",
"CrudType": 3
},
{
"TableName": "sample string 1",
"JsonString": "sample string 2",
"CrudType": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfTmSync xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity.TransferModels.SyncModels">
<TmSync>
<CrudType>3</CrudType>
<JsonString>sample string 2</JsonString>
<TableName>sample string 1</TableName>
</TmSync>
<TmSync>
<CrudType>3</CrudType>
<JsonString>sample string 2</JsonString>
<TableName>sample string 1</TableName>
</TmSync>
</ArrayOfTmSync>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |