POST api/Customer/PostCustLoginMaster
Request Information
URI Parameters
None.
Body Parameters
CustomerLoginDetailsInput| 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_AP_ID | integer |
None. |
|
| CL_DRV_ID | integer |
None. |
|
| CL_CP_ID | integer |
None. |
|
| CL_DP_ID | integer |
None. |
|
| CL_NOTES | string |
None. |
|
| CL_CREATED_BY | integer |
None. |
|
| CUS_XML | Collection of CUST_SHIPPER_DETAILS |
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_AP_ID": 1,
"CL_DRV_ID": 1,
"CL_CP_ID": 1,
"CL_DP_ID": 1,
"CL_NOTES": "sample string 4",
"CL_CREATED_BY": 1,
"CUS_XML": [
{
"CS_ID": 1,
"CS_PARTY": "sample string 1",
"CS_PARTY_CODE": "sample string 2",
"CS_SHIPPER_ID": 1,
"CS_SHIPPER_CODE": "sample string 3",
"CS_NOTES": "sample string 4"
},
{
"CS_ID": 1,
"CS_PARTY": "sample string 1",
"CS_PARTY_CODE": "sample string 2",
"CS_SHIPPER_ID": 1,
"CS_SHIPPER_CODE": "sample string 3",
"CS_NOTES": "sample string 4"
}
],
"CL_BP_ID": 1,
"CL_STATUS": "sample string 5",
"CL_ONLINE_BKG": "sample string 6",
"CL_USER_ROLE": 1
}
application/xml, text/xml
Sample:
<CustomerLoginDetailsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<CL_AP_ID>1</CL_AP_ID>
<CL_AR_ID>1</CL_AR_ID>
<CL_BP_ID>1</CL_BP_ID>
<CL_CP_ID>1</CL_CP_ID>
<CL_CREATED_BY>1</CL_CREATED_BY>
<CL_DP_ID>1</CL_DP_ID>
<CL_DRV_ID>1</CL_DRV_ID>
<CL_ID>1</CL_ID>
<CL_NOTES>sample string 4</CL_NOTES>
<CL_ONLINE_BKG>sample string 6</CL_ONLINE_BKG>
<CL_STATUS>sample string 5</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>
<CUS_XML>
<CUST_SHIPPER_DETAILS>
<CS_ID>1</CS_ID>
<CS_NOTES>sample string 4</CS_NOTES>
<CS_PARTY>sample string 1</CS_PARTY>
<CS_PARTY_CODE>sample string 2</CS_PARTY_CODE>
<CS_SHIPPER_CODE>sample string 3</CS_SHIPPER_CODE>
<CS_SHIPPER_ID>1</CS_SHIPPER_ID>
</CUST_SHIPPER_DETAILS>
<CUST_SHIPPER_DETAILS>
<CS_ID>1</CS_ID>
<CS_NOTES>sample string 4</CS_NOTES>
<CS_PARTY>sample string 1</CS_PARTY>
<CS_PARTY_CODE>sample string 2</CS_PARTY_CODE>
<CS_SHIPPER_CODE>sample string 3</CS_SHIPPER_CODE>
<CS_SHIPPER_ID>1</CS_SHIPPER_ID>
</CUST_SHIPPER_DETAILS>
</CUS_XML>
</CustomerLoginDetailsInput>
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. |