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.

Request Formats

application/json, text/json

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

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Omnibiz.RetailerSync.Message.Response">
  <Message>sample string 1</Message>
  <SourceId />
  <StatusCode>Continue</StatusCode>
</SyncResponse>