POST api/{apiVersion}/UptionCard/GetCustomerUptionCards

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CustomerUptionCardsRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "27e0b374-af33-4c62-a8f7-095a2612f131"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfCustomerCardList
NameDescriptionTypeAdditional 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": "1cc927a5-ca7b-45d0-9046-6950ffe47270",
      "CardNo": "sample string 2",
      "CardType": 3,
      "AccountId": "2d9ff717-8ef6-4bbb-8af0-78442eefff28",
      "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": "1cc927a5-ca7b-45d0-9046-6950ffe47270",
      "CardNo": "sample string 2",
      "CardType": 3,
      "AccountId": "2d9ff717-8ef6-4bbb-8af0-78442eefff28",
      "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
}