POST api/{apiVersion}/UptionCard/GetCustomerUptionCards
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CustomerUptionCardsRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "fd0984bf-ccf1-42a8-9eb0-65fa75c796b0" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "29a3f8fb-f0e5-45d4-b180-f44739b08539", "CardNo": "sample string 2", "CardType": 3, "AccountId": "915b1608-e89d-404c-adea-cc5cd12bc95d", "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": "29a3f8fb-f0e5-45d4-b180-f44739b08539", "CardNo": "sample string 2", "CardType": 3, "AccountId": "915b1608-e89d-404c-adea-cc5cd12bc95d", "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 }