POST api/Emails?stripeToken={stripeToken}&email={email}&stripeSecretKey={stripeSecretKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stripeToken

string

Required

email

string

Required

stripeSecretKey

string

Required

Body Parameters

AspNetUser
NameDescriptionTypeAdditional information
Id

string

None.

Email

string

None.

Gender

string

None.

BirthDay

date

None.

EmailConfirmed

boolean

None.

PasswordHash

string

None.

SecurityStamp

string

None.

PhoneNumber

string

None.

PhoneNumberConfirmed

boolean

None.

WorkEmail

string

None.

WorkPhone

string

None.

Fax

string

None.

TwoFactorEnabled

boolean

None.

LockoutEndDateUtc

date

None.

LockoutEnabled

boolean

None.

AccessFailedCount

integer

None.

UserName

string

None.

Language

string

None.

CreatedAt

date

None.

FullName

string

None.

CustomerId

string

None.

SubscriptionId

string

None.

Agreed

boolean

None.

CompanyName

string

None.

WebSite

string

None.

NickName

string

None.

Accounts

Collection of Account

None.

Addresses

Collection of Address

None.

AspNetUserClaims

Collection of AspNetUserClaim

None.

AspNetUserLogins

Collection of AspNetUserLogin

None.

Audits

Collection of Audit

None.

Supports

Collection of Support

None.

AspNetRoles

Collection of AspNetRole

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'WumeCore.Models.Account'. Path 'Accounts[0].PricingModel.Accounts'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'WumeCore.Models.Account'. Path 'Accounts[0].PricingModel.Accounts'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'WumeCore.Models.Account' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'WumeCore.Models.Account' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AspNetUser'.

Response Information

Resource Description

Customer
NameDescriptionTypeAdditional information
id

string

None.

object

string

None.

address

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'discount' with type 'Stripe.Discount'. Path 'discount.customer'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'discount' with type 'Stripe.Discount'. Path 'discount.customer'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Stripe.StripeResponse' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Stripe.StripeResponse' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.