POST api/{apiVersion}/UptionCard/UpdateCardStatus?cardNo={cardNo}&substatCode={substatCode}&freeText={freeText}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cardNo

string

Required

substatCode

string

Required

freeText

string

Required

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfUptionCardUpdateCardStatusResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

UptionCardUpdateCardStatusResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "message": "sample string 1",
    "version": "sample string 2",
    "statusCode": "sample string 3",
    "correlationId": "sample string 4",
    "exception": {
      "level": 1,
      "code": "sample string 2",
      "message": "sample string 3",
      "details": {},
      "validationErrors": {}
    }
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}