POST api/RetailerSync/Sync

Request Information

URI Parameters

None.

Body Parameters

SyncRequest
NameDescriptionTypeAdditional information
MessageName

string

None.

Message

Collection of Object

None.

SourceId

Object

None.

RequestReference

string

None.

Source

SyncEventSource

None.

RetryCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MessageName": "sample string 1",
  "Message": null,
  "SourceId": {},
  "RequestReference": "sample string 3",
  "Source": 1,
  "RetryCount": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SyncResponse
NameDescriptionTypeAdditional information
StatusCode

HttpStatusCode

None.

Message

string

None.

SourceId

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 100,
  "Message": "sample string 1",
  "SourceId": {}
}

application/xml, text/xml

Sample:
<SyncResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StatusCode>Continue</StatusCode>
  <Message>sample string 1</Message>
  <SourceId />
</SyncResponse>