GET api/Payment/Customer_GetDPPInformation/{bsCustomerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DPPInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| DPPEligible | boolean |
None. |
|
| CRMDPPAlreadyExists | boolean |
None. |
|
| DNPAmount | decimal number |
None. |
|
| DNPDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"DPPEligible": true,
"CRMDPPAlreadyExists": true,
"DNPAmount": 1.0,
"DNPDate": "2026-04-01T04:02:36.958451-04:00"
}