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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cust_id

integer

Required

Body Parameters

m_address_check
NameDescriptionTypeAdditional information
check

boolean

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "check": true,
  "type": "sample string 2"
}

application/xml, text/xml

Sample:
<m_address_check xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH">
  <check>true</check>
  <type>sample string 2</type>
</m_address_check>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.