POST api/Customer/UpdateOperatorProfile
Request Information
URI Parameters
None.
Body Parameters
CustomerSignUp| 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_CP_ID | integer |
None. |
|
| CL_AR_ID | integer |
None. |
|
| CL_AP_ID | integer |
None. |
|
| CL_DP_ID | integer |
None. |
|
| CL_NOTES | string |
None. |
|
| CL_DRV_ID | integer |
None. |
|
| CL_MOB_CO_CODE | string |
None. |
|
| CL_MOB_NUM | string |
None. |
|
| CL_EMAIL_ID | string |
None. |
|
| CL_AR_PO_BOX | string |
None. |
|
| CL_AR_ADDRESS | string |
None. |
|
| CL_AR_CITY | integer |
None. |
|
| CL_AR_STATE | integer |
None. |
|
| CL_AR_COUNTRY | integer |
None. |
|
| CL_AR_PIN | string |
None. |
|
| CL_AR_TAX_ID | string |
None. |
|
| CL_AR_TRADE_LICENSE_NO | string |
None. |
|
| CL_AR_VAT_NO | string |
None. |
|
| CL_AR_EMIRATES_ID | string |
None. |
|
| AR_ATTACHMENT_DETAILS | Collection of ar_attachments |
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_CP_ID": 1,
"CL_AR_ID": 1,
"CL_AP_ID": 1,
"CL_DP_ID": 1,
"CL_NOTES": "sample string 4",
"CL_DRV_ID": 1,
"CL_MOB_CO_CODE": "sample string 5",
"CL_MOB_NUM": "sample string 6",
"CL_EMAIL_ID": "sample string 7",
"CL_AR_PO_BOX": "sample string 8",
"CL_AR_ADDRESS": "sample string 9",
"CL_AR_CITY": 1,
"CL_AR_STATE": 1,
"CL_AR_COUNTRY": 1,
"CL_AR_PIN": "sample string 10",
"CL_AR_TAX_ID": "sample string 11",
"CL_AR_TRADE_LICENSE_NO": "sample string 12",
"CL_AR_VAT_NO": "sample string 13",
"CL_AR_EMIRATES_ID": "sample string 14",
"AR_ATTACHMENT_DETAILS": [
{
"GAT_ID": 1,
"GAT_ATH_NAME": "sample string 1",
"GAT_FILE_NAME": "sample string 2",
"GAT_DETAILS": "sample string 3",
"GAT_USER_ID": 1,
"GAT_USER_CODE": "sample string 4",
"GAT_CREATED_ON": "2025-12-06T04:22:59.1615385+00:00",
"GAT_CP_ID": 1,
"GAT_CP_CODE": "sample string 5"
},
{
"GAT_ID": 1,
"GAT_ATH_NAME": "sample string 1",
"GAT_FILE_NAME": "sample string 2",
"GAT_DETAILS": "sample string 3",
"GAT_USER_ID": 1,
"GAT_USER_CODE": "sample string 4",
"GAT_CREATED_ON": "2025-12-06T04:22:59.1615385+00:00",
"GAT_CP_ID": 1,
"GAT_CP_CODE": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<CustomerSignUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<AR_ATTACHMENT_DETAILS>
<ar_attachments>
<GAT_ATH_NAME>sample string 1</GAT_ATH_NAME>
<GAT_CP_CODE>sample string 5</GAT_CP_CODE>
<GAT_CP_ID>1</GAT_CP_ID>
<GAT_CREATED_ON>2025-12-06T04:22:59.1615385+00:00</GAT_CREATED_ON>
<GAT_DETAILS>sample string 3</GAT_DETAILS>
<GAT_FILE_NAME>sample string 2</GAT_FILE_NAME>
<GAT_ID>1</GAT_ID>
<GAT_USER_CODE>sample string 4</GAT_USER_CODE>
<GAT_USER_ID>1</GAT_USER_ID>
</ar_attachments>
<ar_attachments>
<GAT_ATH_NAME>sample string 1</GAT_ATH_NAME>
<GAT_CP_CODE>sample string 5</GAT_CP_CODE>
<GAT_CP_ID>1</GAT_CP_ID>
<GAT_CREATED_ON>2025-12-06T04:22:59.1615385+00:00</GAT_CREATED_ON>
<GAT_DETAILS>sample string 3</GAT_DETAILS>
<GAT_FILE_NAME>sample string 2</GAT_FILE_NAME>
<GAT_ID>1</GAT_ID>
<GAT_USER_CODE>sample string 4</GAT_USER_CODE>
<GAT_USER_ID>1</GAT_USER_ID>
</ar_attachments>
</AR_ATTACHMENT_DETAILS>
<CL_AP_ID>1</CL_AP_ID>
<CL_AR_ADDRESS>sample string 9</CL_AR_ADDRESS>
<CL_AR_CITY>1</CL_AR_CITY>
<CL_AR_COUNTRY>1</CL_AR_COUNTRY>
<CL_AR_EMIRATES_ID>sample string 14</CL_AR_EMIRATES_ID>
<CL_AR_ID>1</CL_AR_ID>
<CL_AR_PIN>sample string 10</CL_AR_PIN>
<CL_AR_PO_BOX>sample string 8</CL_AR_PO_BOX>
<CL_AR_STATE>1</CL_AR_STATE>
<CL_AR_TAX_ID>sample string 11</CL_AR_TAX_ID>
<CL_AR_TRADE_LICENSE_NO>sample string 12</CL_AR_TRADE_LICENSE_NO>
<CL_AR_VAT_NO>sample string 13</CL_AR_VAT_NO>
<CL_CP_ID>1</CL_CP_ID>
<CL_DP_ID>1</CL_DP_ID>
<CL_DRV_ID>1</CL_DRV_ID>
<CL_EMAIL_ID>sample string 7</CL_EMAIL_ID>
<CL_ID>1</CL_ID>
<CL_MOB_CO_CODE>sample string 5</CL_MOB_CO_CODE>
<CL_MOB_NUM>sample string 6</CL_MOB_NUM>
<CL_NOTES>sample string 4</CL_NOTES>
<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>
</CustomerSignUp>
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. |