POST api/ThirdPartyOrders/Finalize
Finalizes a third party order
Request Information
URI Parameters
None.
Body Parameters
FinalizeThirdPartyOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId |
The branchId of the third party order |
integer |
Required |
| OrderNumber |
The order number of the third party order |
integer |
Required |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"OrderNumber": 2
}
application/xml, text/xml
Sample:
<FinalizeThirdPartyOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Order"> <BranchId>1</BranchId> <OrderNumber>2</OrderNumber> </FinalizeThirdPartyOrder>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Nothing
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.