POST api/Loyalty/SubscibedToLoyalty

Request Information

URI Parameters

None.

Body Parameters

SubscribeToLoyaltyEntity
NameDescriptionTypeAdditional information
ID

integer

None.

CompanyID

string

None.

ClientID

string

None.

CardNo

integer

None.

CardTypeCode

integer

None.

ExpiryDate

date

None.

Alias

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "companyID": "sample string 2",
  "clientID": "sample string 3",
  "cardNo": 4,
  "cardTypeCode": 5,
  "expiryDate": "2024-09-28T17:01:50.4727132-05:00",
  "alias": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.