Download OpenAPI specification:
Amusement Connect Integration API
| apiVersion | string Default: "1.0" Value: "1.0" The version of the API to use. |
| type | string The type of the Square webhook event |
object (SquareEvent) Represents a Square webhook event |
{- "type": "string",
- "data": {
- "id": "string",
- "object": {
- "payment": {
- "id": "string",
- "amount_money": {
- "amount": 0,
- "currency": "string"
}, - "status": "string",
- "order_id": "string",
- "location_id": "string",
- "note": "string"
}
}
}
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string"
}This endpoint is used to receive AMI collection notifications
| apiVersion | string Default: "1.0" Value: "1.0" The version of the API to use. |
Ami Collection Notification
| amiCompanyId required | number |
| amiLocationId required | number |
| jukeboxMacAddress required | string |
| acOrganizationId required | string <uuid> |
| acLocationId required | string <uuid> |
| collectionId required | number |
| collectionTimestamp required | string <timestamp> |
| reportedTimestamp required | string <timestamp> |
{- "amiCompanyId": 0,
- "amiLocationId": 0,
- "jukeboxMacAddress": "string",
- "acOrganizationId": "5faf6d02-f639-4fa1-a3e1-7d2f60c44d63",
- "acLocationId": "ffe1c621-3d48-4ee8-861e-d0d3c0d79041",
- "collectionId": 0,
- "collectionTimestamp": "string",
- "reportedTimestamp": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string"
}