Compare commits
No commits in common. "b6586891fca4b3286ab73154d911f92b105bd792" and "a7e32f61222dc206d3503b4cd29b61e0ca803b0c" have entirely different histories.
b6586891fc
...
a7e32f6122
@ -167,6 +167,7 @@ paths:
|
|||||||
$ref: '#/components/schemas/500Response'
|
$ref: '#/components/schemas/500Response'
|
||||||
security:
|
security:
|
||||||
- default: []
|
- default: []
|
||||||
|
- default: []
|
||||||
x-auth-type: Application & Application User
|
x-auth-type: Application & Application User
|
||||||
x-throttling-tier: Unlimited
|
x-throttling-tier: Unlimited
|
||||||
/customers/trips/{tripId}:
|
/customers/trips/{tripId}:
|
||||||
@ -378,7 +379,6 @@ paths:
|
|||||||
tariffVersionId: NS:5
|
tariffVersionId: NS:5
|
||||||
correlationId: c3ae1ba3-780a-4416-8a38-3fd03a9005b7
|
correlationId: c3ae1ba3-780a-4416-8a38-3fd03a9005b7
|
||||||
createdAt: 2021-06-02T15:03:46.813Z
|
createdAt: 2021-06-02T15:03:46.813Z
|
||||||
_links: null
|
|
||||||
missingCkoTripDetails:
|
missingCkoTripDetails:
|
||||||
summary: Example of a trip with missing check-out
|
summary: Example of a trip with missing check-out
|
||||||
value:
|
value:
|
||||||
@ -539,11 +539,6 @@ paths:
|
|||||||
tariffVersionId: NS:5
|
tariffVersionId: NS:5
|
||||||
correlationId: c3ae1ba3-780a-4416-8a38-3fd03a9005b7
|
correlationId: c3ae1ba3-780a-4416-8a38-3fd03a9005b7
|
||||||
createdAt: 2021-06-02T15:03:46.813Z
|
createdAt: 2021-06-02T15:03:46.813Z
|
||||||
_links:
|
|
||||||
getStopsForCorrection:
|
|
||||||
href: https://services.acc.api.htm.nl/abt/abtcustomers/1.0/customers/tariff/stops?xbot=36637b86-7a31-4b77-99dd-2d39b9c1a9b6&tripId=66538&transactionId=001e8481-1151-gemaltoPure-1622527200000
|
|
||||||
method: GET
|
|
||||||
templated: false
|
|
||||||
'400':
|
'400':
|
||||||
description: '400'
|
description: '400'
|
||||||
content:
|
content:
|
||||||
@ -587,7 +582,8 @@ paths:
|
|||||||
operationId: API-9776v3_getPossibleStopsWithDetails
|
operationId: API-9776v3_getPossibleStopsWithDetails
|
||||||
description: Get Possible Stops With Details
|
description: Get Possible Stops With Details
|
||||||
security:
|
security:
|
||||||
- default: []
|
- OAuthAuthorization:
|
||||||
|
- default
|
||||||
parameters:
|
parameters:
|
||||||
- name: X-HTM-JWT-AUTH-HEADER
|
- name: X-HTM-JWT-AUTH-HEADER
|
||||||
in: header
|
in: header
|
||||||
@ -753,15 +749,9 @@ paths:
|
|||||||
message: Unable to send request to Orchestrator
|
message: Unable to send request to Orchestrator
|
||||||
x-codegen-request-body-name: ManualTap
|
x-codegen-request-body-name: ManualTap
|
||||||
security:
|
security:
|
||||||
- default: []
|
- OAuthAuthorization:
|
||||||
|
- default
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
|
||||||
default:
|
|
||||||
type: oauth2
|
|
||||||
flows:
|
|
||||||
implicit:
|
|
||||||
authorizationUrl: https://services.acc.api.htm.nl/authorize
|
|
||||||
scopes: {}
|
|
||||||
schemas:
|
schemas:
|
||||||
getTokenTrips:
|
getTokenTrips:
|
||||||
type: array
|
type: array
|
||||||
@ -1117,18 +1107,6 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
createdAt:
|
createdAt:
|
||||||
type: string
|
type: string
|
||||||
_links:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
getStopsForCorrection:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
href:
|
|
||||||
type: string
|
|
||||||
method:
|
|
||||||
type: string
|
|
||||||
templated:
|
|
||||||
type: boolean
|
|
||||||
MissingCkiCkoRequest:
|
MissingCkiCkoRequest:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user