GET api/AccountDetails/Customer_GetReferralsSent/{BSCustomerID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BSCustomerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of customerReferalName | Description | Type | Additional information |
---|---|---|---|
ReferalID | integer |
None. |
|
SentToFullName | string |
None. |
|
SentToEmail | string |
None. |
|
SentDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ReferalID": 1, "SentToFullName": "sample string 2", "SentToEmail": "sample string 3", "SentDate": "2025-05-01T17:12:34.8865136-04:00" }, { "ReferalID": 1, "SentToFullName": "sample string 2", "SentToEmail": "sample string 3", "SentDate": "2025-05-01T17:12:34.8865136-04:00" } ]