POST api/{apiVersion}/UptionCard/GetCustomerPhysicalUptionCardFee

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": "057d1e39-223b-4f71-a206-de9c714ead33"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfCustomerPhysicalCardResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

CustomerPhysicalCardResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "IsFreePhysicalCardFee": true
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}