GET api/doorUnlocks/{unitId}/{passId}?paymentMethodId={paymentMethodId}
Returns OK if a door unlock request was sent to Jetstream
Request Information
URI Parameters
| Name | Description | Type | Additional 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
IHttpActionResultNone.
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"
}