POST api/v1/cangetchanges
Request Information
URI Parameters
None.
Body Parameters
CanGetChangesRequestName | Description | Type | Additional information |
---|---|---|---|
SyncID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "SyncID": "71ed1f86-76dd-4016-9006-78eb7cc18bb7" }
application/xml, text/xml
Sample:
<CanGetChangesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.synchro2.Models.V1"> <SyncID>71ed1f86-76dd-4016-9006-78eb7cc18bb7</SyncID> </CanGetChangesRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CanGetChangesResultName | Description | Type | Additional information |
---|---|---|---|
CanGetChanges | boolean |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "CanGetChanges": true, "Success": true }
application/xml, text/xml
Sample:
<CanGetChangesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.synchro2.Models.V1"> <CanGetChanges>true</CanGetChanges> <Success>true</Success> </CanGetChangesResult>