POST api/RackPrice/SynchronizationStatus
Request Information
URI Parameters
None.
Body Parameters
SynchronizationStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IsResynchronize | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "103281e1-65e5-476b-80e6-b527b1180e7e",
"IsResynchronize": true
}
application/xml, text/xml
Sample:
<RackPriceController.SynchronizationStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Net.MSCrm.MiddleTable.ServiceApi.Controllers"> <Id>103281e1-65e5-476b-80e6-b527b1180e7e</Id> <IsResynchronize>true</IsResynchronize> </RackPriceController.SynchronizationStatusModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.