PUT api/MKTH/Customer/SaveCustomerPacking/{cust_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cust_id

integer

Required

Body Parameters

m_customer_packing
NameDescriptionTypeAdditional information
packing_method

string

None.

write_sack

string

None.

Request Formats

application/json, text/json

Sample:
{
  "packing_method": "sample string 1",
  "write_sack": "sample string 2"
}

application/xml, text/xml

Sample:
<m_customer_packing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH">
  <packing_method>sample string 1</packing_method>
  <write_sack>sample string 2</write_sack>
</m_customer_packing>

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_customer_packing'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.