POST api/CHAMasters/GetCHAExportCustomerList

Request Information

URI Parameters

None.

Body Parameters

CHAGetExportCustomer
NameDescriptionTypeAdditional information
AR_ID

integer

None.

AR_CODE

string

None.

AR_NAME

string

None.

AR_CP_ID

integer

None.

START

integer

None.

LENGTH

integer

None.

AR_PARENT_ID

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<CHAGetExportCustomer 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>
  <AR_PARENT_ID>1</AR_PARENT_ID>
  <LENGTH>1</LENGTH>
  <START>1</START>
</CHAGetExportCustomer>

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.