POST api/Account/LogoutApp

Request Information

URI Parameters

None.

Body Parameters

AppLogoutRequest
NameDescriptionTypeAdditional information
CustomerID

globally unique identifier

None.

RestaurantID

globally unique identifier

None.

FCMToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerID": "d8bb6750-6b92-4006-8532-628c233e42aa",
  "RestaurantID": "7dcdebc4-8ca0-4f67-adfc-a915779168fe",
  "FCMToken": "sample string 3"
}

application/xml, text/xml

Sample:
<AppLogoutRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POSAPI.Models">
  <CustomerID>d8bb6750-6b92-4006-8532-628c233e42aa</CustomerID>
  <FCMToken>sample string 3</FCMToken>
  <RestaurantID>7dcdebc4-8ca0-4f67-adfc-a915779168fe</RestaurantID>
</AppLogoutRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.