POST api/JBOS/VerifyCustomer
Request Information
URI Parameters
None.
Body Parameters
VerifyCustomerRQName | 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-05-01T16:36:53.8339907-04:00", "WH_CustomerDispositionID": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VerifyCustomerRSName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "Success": true }