PUT api/PerformaInvoice/UpdateInnerBox/{box_id}
Update Inner Box
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| box_id | integer |
Required |
Body Parameters
m_CreateInnerBox| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
|
| Weight | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Weight": 1.1
}
application/xml, text/xml
Sample:
<m_CreateInnerBox xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Planning_Department.Proforma_Invoce"> <Name>sample string 1</Name> <Weight>1.1</Weight> </m_CreateInnerBox>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.