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
DPPInfoName | 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-05-01T17:20:38.0508588-04:00" }