OVPAY-1147 - MediaType should be TokenType.
This commit is contained in:
parent
e534d7161b
commit
3b12204566
@ -28,7 +28,7 @@ paths:
|
|||||||
required: false
|
required: false
|
||||||
description: The id of the customer profile.
|
description: The id of the customer profile.
|
||||||
- in: query
|
- in: query
|
||||||
name: mediaTypeId
|
name: tokenTypeId
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@ -113,13 +113,14 @@ paths:
|
|||||||
{
|
{
|
||||||
"ovPayTokenId": 71,
|
"ovPayTokenId": 71,
|
||||||
"customerProfileId": 12,
|
"customerProfileId": 12,
|
||||||
"mediaTypeId": 1,
|
"tokenType":
|
||||||
|
{ "tokenTypeId": 2, "name": "OV-pas physical" },
|
||||||
"xTat": "700b0516-bf8b-4e6e-bf16-13bfeb078e23",
|
"xTat": "700b0516-bf8b-4e6e-bf16-13bfeb078e23",
|
||||||
"xBot": "de1a9a7a-a777-4473-889c-44a3bb07daae",
|
"xBot": "de1a9a7a-a777-4473-889c-44a3bb07daae",
|
||||||
"alias": "Mijn OV-pas",
|
"alias": "Mijn OV-pas",
|
||||||
"lastDigits": 3301,
|
"lastDigits": 3301,
|
||||||
"ovpasNumber": "63AW974",
|
"ovpasNumber": "63AW974",
|
||||||
"tokenStatusId": 2,
|
"tokenStatus": { "tokenStatusId": 2, "name": "Active" },
|
||||||
"expirationDate": "2029-03-22T09:00:00",
|
"expirationDate": "2029-03-22T09:00:00",
|
||||||
"replacedByTokenId": 12,
|
"replacedByTokenId": 12,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user