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": "5505ff43-5f82-46c3-bec3-b8ef625843f2"
}

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>5505ff43-5f82-46c3-bec3-b8ef625843f2</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>