GET api/AccountDetails/Customer_GetReferralsSent/{BSCustomerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BSCustomerID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of customerReferal
NameDescriptionTypeAdditional 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"
  }
]