GET api/Payment/ChargeCard?UserId={UserId}&UserRole={UserRole}&Token={Token}&amount={amount}&cardId={cardId}&last4={last4}&subProdId={subProdId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
|
| UserRole | integer |
Required |
|
| Token | string |
Required |
|
| amount | string |
Required |
|
| cardId | string |
Required |
|
| last4 | string |
Required |
|
| subProdId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.