POST Stripe/Add/Transaction
h1>
Request Information
URI Parameters
None.
Body Parameters
DtoStripeTransaction
Name Description Type Additional information
UserId
integer
None.
EmailId
string
None.
SubscriptionId
string
None.
StripeCustomerId
string
None.
CustomerId
string
None.
TransactionId
string
None.
TransactionType
string
None.
InvoiceNo
string
None.
IsPaymentDone
boolean
None.
Status
string
None.
UserName
string
None.
Type
string
None.
Currency
string
None.
Amount
decimal number
None.
OrderId
string
None.
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"EmailId": "sample string 2",
"SubscriptionId": "sample string 3",
"StripeCustomerId": "sample string 4",
"CustomerId": "sample string 5",
"TransactionId": "sample string 6",
"TransactionType": "sample string 7",
"InvoiceNo": "sample string 8",
"IsPaymentDone": true,
"Status": "sample string 10",
"UserName": "sample string 11",
"Type": "sample string 12",
"Currency": "sample string 13",
"Amount": 14.1,
"OrderId": "sample string 15"
}
application/xml, text/xml
Sample:
<DtoStripeTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dto.Stripe">
<Amount>14.1</Amount>
<Currency>sample string 13</Currency>
<CustomerId>sample string 5</CustomerId>
<EmailId>sample string 2</EmailId>
<InvoiceNo>sample string 8</InvoiceNo>
<IsPaymentDone>true</IsPaymentDone>
<OrderId>sample string 15</OrderId>
<Status>sample string 10</Status>
<StripeCustomerId>sample string 4</StripeCustomerId>
<SubscriptionId>sample string 3</SubscriptionId>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 7</TransactionType>
<Type>sample string 12</Type>
<UserId>1</UserId>
<UserName>sample string 11</UserName>
</DtoStripeTransaction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResult None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Request Information
URI Parameters
None.
Body Parameters
DtoStripeTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| EmailId | string |
None. |
|
| SubscriptionId | string |
None. |
|
| StripeCustomerId | string |
None. |
|
| CustomerId | string |
None. |
|
| TransactionId | string |
None. |
|
| TransactionType | string |
None. |
|
| InvoiceNo | string |
None. |
|
| IsPaymentDone | boolean |
None. |
|
| Status | string |
None. |
|
| UserName | string |
None. |
|
| Type | string |
None. |
|
| Currency | string |
None. |
|
| Amount | decimal number |
None. |
|
| OrderId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"EmailId": "sample string 2",
"SubscriptionId": "sample string 3",
"StripeCustomerId": "sample string 4",
"CustomerId": "sample string 5",
"TransactionId": "sample string 6",
"TransactionType": "sample string 7",
"InvoiceNo": "sample string 8",
"IsPaymentDone": true,
"Status": "sample string 10",
"UserName": "sample string 11",
"Type": "sample string 12",
"Currency": "sample string 13",
"Amount": 14.1,
"OrderId": "sample string 15"
}
application/xml, text/xml
Sample:
<DtoStripeTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dto.Stripe"> <Amount>14.1</Amount> <Currency>sample string 13</Currency> <CustomerId>sample string 5</CustomerId> <EmailId>sample string 2</EmailId> <InvoiceNo>sample string 8</InvoiceNo> <IsPaymentDone>true</IsPaymentDone> <OrderId>sample string 15</OrderId> <Status>sample string 10</Status> <StripeCustomerId>sample string 4</StripeCustomerId> <SubscriptionId>sample string 3</SubscriptionId> <TransactionId>sample string 6</TransactionId> <TransactionType>sample string 7</TransactionType> <Type>sample string 12</Type> <UserId>1</UserId> <UserName>sample string 11</UserName> </DtoStripeTransaction>
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.