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": "18f19bae-1a1a-4628-898d-8b067902cc6f"
}
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>18f19bae-1a1a-4628-898d-8b067902cc6f</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>