PUT api/MKTH/Customer/UpdateCustomerCheckboxMKTH/{cust_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_id | integer |
Required |
Body Parameters
m_address_check| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.