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 customerReferal| Name | 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-10-29T01:54:48.6405594-04:00"
},
{
"ReferalID": 1,
"SentToFullName": "sample string 2",
"SentToEmail": "sample string 3",
"SentDate": "2025-10-29T01:54:48.6405594-04:00"
}
]