GET api/Subscription/ShowSubcriptionPlan
Request Information
URI Parameters
None.
Body Parameters
SubscriptionModelName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
PriceId | string |
None. |
|
CardNumber | string |
None. |
|
CardHolderName | string |
None. |
|
AccountNumber | string |
None. |
|
RountingNumber | string |
None. |
|
CardExpMonth | integer |
None. |
|
CardExpYear | integer |
None. |
|
Cvc | string |
None. |
|
SubscriptionId | string |
None. |
|
PaymentMethodId | string |
None. |
|
Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "PriceId": "sample string 2", "CardNumber": "sample string 3", "CardHolderName": "sample string 4", "AccountNumber": "sample string 5", "RountingNumber": "sample string 6", "CardExpMonth": 7, "CardExpYear": 8, "Cvc": "sample string 9", "SubscriptionId": "sample string 10", "PaymentMethodId": "sample string 11", "Message": "sample string 12" }
application/xml, text/xml
Sample:
<SubscriptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Base"> <AccountNumber>sample string 5</AccountNumber> <CardExpMonth>7</CardExpMonth> <CardExpYear>8</CardExpYear> <CardHolderName>sample string 4</CardHolderName> <CardNumber>sample string 3</CardNumber> <Cvc>sample string 9</Cvc> <Message>sample string 12</Message> <PaymentMethodId>sample string 11</PaymentMethodId> <PriceId>sample string 2</PriceId> <RountingNumber>sample string 6</RountingNumber> <SubscriptionId>sample string 10</SubscriptionId> <UserId>1</UserId> </SubscriptionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.