POST api/{apiVersion}/CustomerAccountOperation/CheckUptionTransferByMobilePhoneOrAccountNumber

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CheckCustomerTypeForUptionTransferRequest
NameDescriptionTypeAdditional information
FieldType

integer

None.

Value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FieldType": 1,
  "Value": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfCheckCustomerTypeForUptionTransferResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

CheckCustomerTypeForUptionTransferResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

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