POST api/orders/OrderReturnInvoice_Update
Request Information
URI Parameters
None.
Body Parameters
OrderReturnInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Language | string |
None. |
|
| OrderObjectStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Language": "sample string 2",
"OrderObjectStr": "sample string 3"
}
text/xml
Sample:
<OrderReturnInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1"> <Id xmlns="http://schemas.datacontract.org/2004/07/">1</Id> <Language xmlns="http://schemas.datacontract.org/2004/07/">sample string 2</Language> <OrderObjectStr xmlns="http://schemas.datacontract.org/2004/07/">sample string 3</OrderObjectStr> </OrderReturnInvoice>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.