POST api/JBOS/VerifyCustomer
Request Information
URI Parameters
None.
Body Parameters
VerifyCustomerRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentPerformance | integer |
None. |
|
| Comments | string |
None. |
|
| ContractNo | string |
None. |
|
| LoginName | string |
None. |
|
| TentativeCallBackDate | date |
None. |
|
| WH_CustomerDispositionID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgentPerformance": 1,
"Comments": "sample string 2",
"ContractNo": "sample string 3",
"LoginName": "sample string 4",
"TentativeCallBackDate": "2025-10-29T01:49:14.5807623-04:00",
"WH_CustomerDispositionID": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VerifyCustomerRS| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"Success": true
}