POST Transaction/PostMoorways

Request Information

URI Parameters

None.

Body Parameters

DigiticketsOrderEvent
NameDescriptionTypeAdditional information
action

string

None.

order

Order

None.

orderLine

Orderline

None.

Request Formats

application/json, text/json

Sample:
{
  "action": "sample string 1",
  "order": {
    "orderID": 1
  },
  "orderLine": {
    "ordersItemsID": 1,
    "orderID": 2
  }
}

application/xml, text/xml

Sample:
<DigiticketsOrderEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigiticketsWebhook.Models">
  <action>sample string 1</action>
  <order>
    <orderID>1</orderID>
  </order>
  <orderLine>
    <orderID>2</orderID>
    <ordersItemsID>1</ordersItemsID>
  </orderLine>
</DigiticketsOrderEvent>

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.