POST api/StatusSync/PCSCenterAPIReceiver

Request Information

URI Parameters

None.

Body Parameters

ORDCenterDataSyncObj
NameDescriptionTypeAdditional information
FuncName

string

None.

BrandId

string

None.

PrintShopId

string

None.

PCSCenterAPI

string

None.

DataSyncObjNo

string

None.

Environment

string

None.

DataSyncBytes

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "FuncName": "sample string 1",
  "BrandId": "sample string 2",
  "PrintShopId": "sample string 3",
  "PCSCenterAPI": "sample string 4",
  "DataSyncObjNo": "sample string 5",
  "Environment": "sample string 6",
  "DataSyncBytes": "QEA="
}

application/xml, text/xml

Sample:
<ORDCenterDataSyncObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMModel">
  <BrandId>sample string 2</BrandId>
  <DataSyncBytes>QEA=</DataSyncBytes>
  <DataSyncObjNo>sample string 5</DataSyncObjNo>
  <Environment>sample string 6</Environment>
  <FuncName>sample string 1</FuncName>
  <PCSCenterAPI>sample string 4</PCSCenterAPI>
  <PrintShopId>sample string 3</PrintShopId>
</ORDCenterDataSyncObj>

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 'ORDCenterDataSyncObj'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.