POST api/{apiVersion}/UptionCard/UpdateCardLimit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
UpdateCardLimitRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
CardNo | string |
None. |
|
CardType | integer |
None. |
|
Limit | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "170086fc-5345-41a0-930c-4caf9c26e635", "CardNo": "sample string 2", "CardType": 3, "Limit": 4.0 }
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 }