POST api/order/test

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

order_response
NameDescriptionTypeAdditional information
order_id

string

None.

success

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "order_id": "sample string 1",
  "success": true,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<order_response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PromptTech.CRM.CustomerApp.Models">
  <message>sample string 3</message>
  <order_id>sample string 1</order_id>
  <success>true</success>
</order_response>