POST webhook/order/new

Request Information

URI Parameters

None.

Body Parameters

GoPosWebhookRequest
NameDescriptionTypeAdditional information
ticketGuId

string

None.

storeGuId

string

None.

currentOrderStatus

integer

None.

webhookActionType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ticketGuId": "sample string 1",
  "storeGuId": "sample string 2",
  "currentOrderStatus": 3,
  "webhookActionType": 4
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.