- 1 Minute to read
- PDF
Order Set Complete
- 1 Minute to read
- PDF
Order Set Complete
This API method used to set the status on orders to CMP (Complete).
Request Header
Client
Accept: application/json
Security
Authorization: <ClientKey>
Transport
Host: api.withoutwire.com
Verb
PUT
Example
PUT https://api.withoutwire.com/integration/order/complete
Accept: application/json
Authorization: <ClientKey>
Content-Type: application/json
Host: api.withoutwire.com
Content-Length: 100
Expect: 100-continue
Connection: Keep-Alive
Request Body: Identity Object
[
{
"Identity": "", //Optional - either Identity or IdentityCode is needed
"IdentityCode": "" //Optional - either Identity or IdentityCode is needed
}
]
Response Body: Import Response Object