POST api/SigmaCommon/GetBadDebtMuleSoft
Request Information
URI Parameters
None.
Body Parameters
BadDebtData| Name | Description | Type | Additional information |
|---|---|---|---|
| SSN | string |
None. |
|
| string |
None. |
||
| LastName | string |
None. |
|
| Phone | string |
None. |
|
| ESIID | string |
None. |
|
| CallerID | string |
None. |
|
| CompanyID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"SSN": "sample string 1",
"EMail": "sample string 2",
"LastName": "sample string 3",
"Phone": "sample string 4",
"ESIID": "sample string 5",
"CallerID": "sample string 6",
"CompanyID": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BadDebtResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| MyReturn | boolean |
None. |
|
| MyMsg | string |
None. |
|
| BadDebtResponseResult | BadDebtResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MyReturn": true,
"MyMsg": "sample string 2",
"BadDebtResponseResult": {
"Message": "sample string 1",
"MatchFound": true,
"MatchTypes": "sample string 2",
"TotalDebt": 1.0
}
}