POST api/Customer/DeleteCustomerMaster

Request Information

URI Parameters

None.

Body Parameters

DeleteCustomer
NameDescriptionTypeAdditional information
AR_ID

integer

None.

AR_CP_ID

integer

None.

AR_CODE

string

None.

AR_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AR_ID": 1,
  "AR_CP_ID": 1,
  "AR_CODE": "sample string 1",
  "AR_NAME": "sample string 2"
}

application/xml, text/xml

Sample:
<DeleteCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AR_CODE>sample string 1</AR_CODE>
  <AR_CP_ID>1</AR_CP_ID>
  <AR_ID>1</AR_ID>
  <AR_NAME>sample string 2</AR_NAME>
</DeleteCustomer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.