POST api/{apiVersion}/UptionCard/MatchCardAndCustomer?version={version}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

Default value is

apiVersion

string

None.

Body Parameters

MatchCardAndCustomerRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

AccountId

globally unique identifier

None.

CardNo

string

None.

BarcodeNo

string

None.

EmbossName

string

None.

WithdrawalPermit

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "c1a0c028-fe07-47ed-8170-013ff93e009e",
  "AccountId": "6c526bf2-54d0-4070-b006-8b0a1ed40df3",
  "CardNo": "sample string 3",
  "BarcodeNo": "sample string 4",
  "EmbossName": "sample string 5",
  "WithdrawalPermit": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfBoolean
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

boolean

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

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