POST api/order-record/new/{efhAgentCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| efhAgentCode | string |
Required |
Body Parameters
NewApiRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderNo | string |
None. |
|
| ApiToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderNo": "sample string 1",
"ApiToken": "sample string 2"
}
application/xml, text/xml
Sample:
<NewApiRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cowell.EFH.WebAPI.Models.OrderRecord"> <ApiToken>sample string 2</ApiToken> <OrderNo>sample string 1</OrderNo> </NewApiRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.