Skip to content

Commit

Permalink
#784 Booking Search made optional capability
Browse files Browse the repository at this point in the history
  • Loading branch information
jspetrak committed Jan 23, 2025
1 parent 5aa26d3 commit c5aa246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following services/features are mandatory/optional to implement:
| `/bookings/{bookingId}/purchaser` | Resources to manipulate a purchasers information at every stage of the flow | **Mandatory** |
| `/bookings/{bookingId}/fulfillments` | Resources to retrieve fulfillments, e.g. tickets | **Mandatory** is to support A4 PDF tickets. |
| `/bookings/{bookingId}/refund-offers` | Resources to get and accept a refund offer | **Mandatory** is to support full refund. |
| `/bookings-search/` | Resources to search for bookings | **Mandatory** |
| `/bookings-search/` | Resources to search for bookings | **Optional** |
| `/fulfillments` | Resources to retrieve fulfillments, e.g. tickets | **Mandatory** is to support A4 PDF tickets. |

| Trip planning Resources | Description | Need to Support |
Expand Down Expand Up @@ -101,7 +101,7 @@ The following services/features are mandatory/optional to implement:
| `/bookings/{bookingId}/purchaser` | Resources to manipulate a purchasers information at every stage of the flow | **Mandatory** |
| `/bookings/{bookingId}/fulfillments` | Resources to retrieve fulfillments, e.g. tickets | **Mandatory** is to support A4 PDF tickets. |
| `/bookings/{bookingId}/refundOffers` | Resources to get and accept a refund offer | **Mandatory** is to support full refund. |
| `/booking-search/` | Resources to search for bookings | **Mandatory** |
| `/booking-search/` | Resources to search for bookings | **Optional** |
| `/fulfillments` | Resources to retrieve fulfillments, e.g. tickets | **Mandatory** is to support A4 PDF tickets. |

| Trip planning Resources | Description | Need to Support |
Expand Down

0 comments on commit c5aa246

Please sign in to comment.