Support for accessCode provided for a successful booking
https://www.openactive.io/open-booking-api/EditorsDraft/#text-based-access-control
Coverage Status: complete
Opportunities that match the following criteria must exist in the booking system (for each configured bookableOpportunityTypesInScope
) for the configured primary Seller in order to use useRandomOpportunities: true
. Alternatively the following testOpportunityCriteria
values must be supported by the test interface of the booking system for useRandomOpportunities: false
.
TestOpportunityOfflineBookable x3, TestOpportunityBookable x1
npm start -- --runInBand test/features/access/access-code/
Update default.json
within packages/openactive-integration-tests/config/
as follows to enable 'Implemented' testing for this feature:
"implementedFeatures": {
...
"access-code": true,
...
}
Identifier | Name | Description | Prerequisites per Opportunity Type | Required Test Interface Actions |
---|---|---|---|---|
manual-access-codes | Successful booking with access codes. | Access codes returned for B request. | TestOpportunityOfflineBookable x3, TestOpportunityBookable x1 |