PUT api/PerformaInvoice/UpdateAcceptBySeller/{accept_id}
Update Accept By Seller
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accept_id | integer |
Required |
Body Parameters
m_AcceptBySeller| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required Max length: 50 |
|
| Position | string |
Required Max length: 50 |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Position": "sample string 2"
}
application/xml, text/xml
Sample:
<m_AcceptBySeller 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> <Position>sample string 2</Position> </m_AcceptBySeller>
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.