Authorization is Required

GET api/doorUnlocks/{unitId}/{passId}?paymentMethodId={paymentMethodId}

Returns OK if a door unlock request was sent to Jetstream

Request Information

URI Parameters

NameDescriptionTypeAdditional information
unitId

The unit to unlock.

string

Required

passId

The pass to be used to unlock.

string

Required

paymentMethodId

The payment method that should be used to pay for items taken after the unlock.

string

None.

Body Parameters

None.

Response Information

Resource Description

OK if the unlock was successfully sent

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "commandId": "sample string 2",
  "exceptionMessage": "sample string 3",
  "body": "sample string 4",
  "httpStatusCode": 100,
  "httpStatusDescription": "sample string 5"
}