POST api/v1/cangetchanges

Request Information

URI Parameters

None.

Body Parameters

CanGetChangesRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CanGetChangesRequest'.

Response Information

Resource Description

CanGetChangesResult
NameDescriptionTypeAdditional 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>