POST api/{apiVersion}/UptionCard/UpdateCardLimit?customerId={customerId}&cardNo={cardNo}&cardType={cardType}&limit={limit}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | globally unique identifier |
Required |
|
cardNo | string |
Required |
|
cardType | integer |
Required |
|
limit | decimal number |
Required |
|
apiVersion | string |
None. |
Body Parameters
None.
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 }