Gets the completed standard order identifiers for a completed standard order via the completed standard order JourneyReference

Gets a set of identifiers that can be used to call other OCAPI endpoints in a consistent manner.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
journeyReference
required
string

External identifier of completed standard order

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Order does not exist.

get/ocapi/v1/orders/completed/by-journey-reference/{journeyReference}/identifiers
Request samples
Response samples
application/json
{
  • "orderId": "string",
  • "journeyReference": "string",
  • "siteId": "string",
  • "bookingId": "string",
  • "transactionNumber": 0
}