POST api/{apiVersion}/UptionCard/UpdateCustomerLanguage

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

UpdateCustomerLanguageRequest
NameDescriptionTypeAdditional information
CustomerNo

string

None.

LangId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerNo": "sample string 1",
  "LangId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfUptionCardUpdateCustomerCommLanguageResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "MyProperty": {
      "level": 1,
      "code": "sample string 2",
      "message": "sample string 3",
      "details": {},
      "validationErrors": {}
    },
    "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
}