PUT api/PerformaInvoice/UpdateAcceptBySeller/{accept_id}

Update Accept By Seller

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accept_id

integer

Required

Body Parameters

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.