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": "edfc8c99-f430-43b2-b7ca-54b9521bffe8", "CardNo": "sample string 2", "CardType": 3, "AccountId": "4b7bfd8f-ce91-4c18-b6bd-a7bf51d9227e", "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": "edfc8c99-f430-43b2-b7ca-54b9521bffe8", "CardNo": "sample string 2", "CardType": 3, "AccountId": "4b7bfd8f-ce91-4c18-b6bd-a7bf51d9227e", "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 }