POST api/ThirdPartyOrders/Finalize

Finalizes a third party order

Request Information

URI Parameters

None.

Body Parameters

FinalizeThirdPartyOrder
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FinalizeThirdPartyOrder'.

Response Information

Resource Description

Nothing

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.