POST api/Customer/CustomerGetDetails
Request Information
URI Parameters
None.
Body Parameters
CustomerGetDetailsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CL_ID | integer |
None. |
|
| CL_USER_CODE | string |
None. |
|
| CL_USER_NAME | string |
None. |
|
| CL_USER_PASS | string |
None. |
|
| CL_AR_ID | integer |
None. |
|
| CL_BP_ID | integer |
None. |
|
| CL_STATUS | string |
None. |
|
| CL_ONLINE_BKG | string |
None. |
|
| CL_USER_ROLE | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CL_ID": 1,
"CL_USER_CODE": "sample string 1",
"CL_USER_NAME": "sample string 2",
"CL_USER_PASS": "sample string 3",
"CL_AR_ID": 1,
"CL_BP_ID": 1,
"CL_STATUS": "sample string 4",
"CL_ONLINE_BKG": "sample string 5",
"CL_USER_ROLE": 1
}
application/xml, text/xml
Sample:
<CustomerGetDetailsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CL_AR_ID>1</CL_AR_ID> <CL_BP_ID>1</CL_BP_ID> <CL_ID>1</CL_ID> <CL_ONLINE_BKG>sample string 5</CL_ONLINE_BKG> <CL_STATUS>sample string 4</CL_STATUS> <CL_USER_CODE>sample string 1</CL_USER_CODE> <CL_USER_NAME>sample string 2</CL_USER_NAME> <CL_USER_PASS>sample string 3</CL_USER_PASS> <CL_USER_ROLE>1</CL_USER_ROLE> </CustomerGetDetailsInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |