POST api/Customer/GetCustomerLoyaltyDetails

Request Information

URI Parameters

None.

Body Parameters

POSGetCustomerLoyaltyDetailsRequest
NameDescriptionTypeAdditional information
RestaurantIDF

globally unique identifier

None.

UserIDF

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "RestaurantIDF": "c78ee08c-848e-4f77-bf8e-548d7aede9ac",
  "UserIDF": "7ee8257e-eeaf-4c3e-b412-426e3703ef27"
}

application/xml, text/xml

Sample:
<POSGetCustomerLoyaltyDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass">
  <RestaurantIDF>c78ee08c-848e-4f77-bf8e-548d7aede9ac</RestaurantIDF>
  <UserIDF>7ee8257e-eeaf-4c3e-b412-426e3703ef27</UserIDF>
</POSGetCustomerLoyaltyDetailsRequest>

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.