POST api/{area}/IAsyncCenter/SavePurchaseorder

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
Code

string

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Package.DC.CustomsData.Models">
  <Code>sample string 1</Code>
  <Data />
  <Message>sample string 2</Message>
</ResponseMessage>