POST api/{apiVersion}/UptionCard/MatchCardAndCustomer?version={version}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
Default value is |
|
apiVersion | string |
None. |
Body Parameters
MatchCardAndCustomerRequestName | Description | Type | Additional 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": "57334c61-b5c5-4730-b10b-a6959861e310", "AccountId": "e628a3ee-7866-49ff-81af-66c40614c9cb", "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
ServiceResponseOfBooleanName | Description | Type | Additional 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 }