PUT api/MKTH/Customer/CheckDropPoint

Request Information

URI Parameters

None.

Body Parameters

m_Check_Drop
NameDescriptionTypeAdditional information
transport_id

integer

None.

drop_point_id

integer

None.

use_contact_address

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "transport_id": 1,
  "drop_point_id": 2,
  "use_contact_address": true
}

application/xml, text/xml

Sample:
<m_Check_Drop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH">
  <drop_point_id>2</drop_point_id>
  <transport_id>1</transport_id>
  <use_contact_address>true</use_contact_address>
</m_Check_Drop>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.