POST api/Operations/customer_delete

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
d_cust
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2",
  "customer_code": "sample string 3"
}

application/xml, text/xml

Sample:
<request_delete_customre xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request">
  <customer_code>sample string 3</customer_code>
  <key>sample string 2</key>
  <method>sample string 1</method>
</request_delete_customre>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2",
  "status": "sample string 3"
}

application/xml, text/xml

Sample:
<response_delete_customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models">
  <key>sample string 2</key>
  <method>sample string 1</method>
  <status>sample string 3</status>
</response_delete_customer>