POST goTabSupportAPI/itemRemoved

Request Information

URI Parameters

None.

Body Parameters

GoTabItemRemovalRequest
NameDescriptionTypeAdditional information
data

GoTabItemRemovalData

None.

type

string

None.

created_at

string

None.

location_uuid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "name": "sample string 1",
    "order_id": "sample string 2",
    "product_name": "sample string 3",
    "quantity": 4,
    "price": 5
  },
  "type": "sample string 1",
  "created_at": "sample string 2",
  "location_uuid": "sample string 3"
}

application/xml, text/xml

Sample:
<GoTabItemRemovalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OfferManagementPOSSupport.Models">
  <Created>sample string 2</Created>
  <Data>
    <Name>sample string 1</Name>
    <OrderId>sample string 2</OrderId>
    <Price>5</Price>
    <ProductName>sample string 3</ProductName>
    <Quantity>4</Quantity>
  </Data>
  <EventType>sample string 1</EventType>
  <LocationUuid>sample string 3</LocationUuid>
</GoTabItemRemovalRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GoTabItemRemovalRequest'.

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.