GET api/{apiVersion}/UptionCard/GetCustomerUptionCards?customerId={customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | globally unique identifier |
Required |
|
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfCustomerCardListName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of CustomerCardList |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "CardId": "6f8bf85d-90a9-4789-8f0a-1a03b93d261d", "CardNo": "sample string 2", "CardType": 3, "AccountId": "b4a520f0-d05e-4d4f-b58a-25d7e1e6d576", "AccountNo": 5, "IsPinTaken": true, "EmbossName": "sample string 7", "Limit": "sample string 8", "Iban": "sample string 9", "Currency": "sample string 10", "IsActive": true, "IsCourierComplete": true, "MaxLimit": "sample string 13" }, { "CardId": "6f8bf85d-90a9-4789-8f0a-1a03b93d261d", "CardNo": "sample string 2", "CardType": 3, "AccountId": "b4a520f0-d05e-4d4f-b58a-25d7e1e6d576", "AccountNo": 5, "IsPinTaken": true, "EmbossName": "sample string 7", "Limit": "sample string 8", "Iban": "sample string 9", "Currency": "sample string 10", "IsActive": true, "IsCourierComplete": true, "MaxLimit": "sample string 13" } ], "IsShowMessage": true, "IsShowRateAndReview": true }