POST api/v1/cangetchanges
Request Information
URI Parameters
None.
Body Parameters
CanGetChangesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SyncID": "9c708269-98a9-434c-8aff-9fb307a42971"
}
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>9c708269-98a9-434c-8aff-9fb307a42971</SyncID> </CanGetChangesRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CanGetChangesResult| Name | 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>