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": "2025-10-29T01:55:31.2234827-04:00"
}