POST api/{apiVersion}/UptionCard/UpdateCardStatus

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

UpdateCardStatusRequest
NameDescriptionTypeAdditional information
CardNo

string

None.

SubstatCode

string

None.

FreeText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CardNo": "sample string 1",
  "SubstatCode": "sample string 2",
  "FreeText": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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
}