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-05T12:40:25.2016644-04:00"
}