GET api/BillingPayment/GetCustomerPerkRewardForWidget/{BSCustomerID}/{CompanyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
Required |
|
| CompanyID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerPerkReward| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerPerkRewardID | integer |
None. |
|
| PerkID | integer |
None. |
|
| AccountID | integer |
None. |
|
| WebEnrollID | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| CurrentPointsBalance | integer |
None. |
|
| CurrentBalanceUpdateDate | date |
None. |
|
| BillingFirstName | string |
None. |
|
| BillingLastName | string |
None. |
|
| EmailAddress | string |
None. |
|
| CompanyID | integer |
None. |
|
| CompanyName | string |
None. |
|
| BSCustomerID | string |
None. |
|
| UID | string |
None. |
|
| IsActive | boolean |
None. |
|
| isSSOAuthorized | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerPerkRewardID": 1,
"PerkID": 2,
"AccountID": 1,
"WebEnrollID": "sample string 3",
"StartDate": "2025-10-29T01:56:15.7301937-04:00",
"EndDate": "2025-10-29T01:56:15.7301937-04:00",
"CreatedDate": "2025-10-29T01:56:15.7301937-04:00",
"CreatedBy": "sample string 4",
"UpdatedDate": "2025-10-29T01:56:15.7301937-04:00",
"UpdatedBy": "sample string 5",
"CurrentPointsBalance": 1,
"CurrentBalanceUpdateDate": "2025-10-29T01:56:15.7301937-04:00",
"BillingFirstName": "sample string 6",
"BillingLastName": "sample string 7",
"EmailAddress": "sample string 8",
"CompanyID": 1,
"CompanyName": "sample string 9",
"BSCustomerID": "sample string 10",
"UID": "sample string 11",
"IsActive": true,
"isSSOAuthorized": true
}