POST {language}/subscription/stripeCreateCustomerPortal

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

PayChangeSubscriptionRequest
NameDescriptionTypeAdditional information
PaymentHistoryId

globally unique identifier

None.

Country

string

None.

CompanyId

globally unique identifier

None.

PromotionCode

string

None.

BillingCycle

string

None.

PlanType

string

None.

PaymentStatus

string

None.

ActualEmployee

integer

None.

IsSubscribe

boolean

None.

IsCheckValidatePoromotion

boolean

None.

CardToken

string

None.

PaymentIntentId

string

None.

CustomerId

string

None.

IsUnsubscribe

boolean

None.

UserName

string

None.

IsCancelDowngrade

boolean

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentHistoryId": "40db8a0c-256a-44de-8dd8-da53ebe5aa7f",
  "Country": "sample string 2",
  "CompanyId": "ec767b98-6f57-47e7-89e0-fd99470f1c80",
  "PromotionCode": "sample string 4",
  "BillingCycle": "sample string 5",
  "PlanType": "sample string 6",
  "PaymentStatus": "sample string 7",
  "ActualEmployee": 8,
  "IsSubscribe": true,
  "IsCheckValidatePoromotion": true,
  "CardToken": "sample string 11",
  "PaymentIntentId": "sample string 12",
  "CustomerId": "sample string 13",
  "IsUnsubscribe": true,
  "UserName": "sample string 15",
  "IsCancelDowngrade": true,
  "RequestId": "af2acab9-8705-443e-8c2e-d41902d2d52a",
  "Language": "sample string 18",
  "LanguageLogin": "sample string 19",
  "AuthToken": "sample string 20",
  "ClientId": "sample string 21",
  "PageIndex": 22,
  "PageSize": 23
}

application/xml, text/xml

Sample:
<PayChangeSubscriptionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 20</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 21</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 19</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">22</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">23</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">af2acab9-8705-443e-8c2e-d41902d2d52a</RequestId>
  <ActualEmployee>8</ActualEmployee>
  <BillingCycle>sample string 5</BillingCycle>
  <CardToken>sample string 11</CardToken>
  <CompanyId>ec767b98-6f57-47e7-89e0-fd99470f1c80</CompanyId>
  <Country>sample string 2</Country>
  <CustomerId>sample string 13</CustomerId>
  <IsCancelDowngrade>true</IsCancelDowngrade>
  <IsCheckValidatePoromotion>true</IsCheckValidatePoromotion>
  <IsSubscribe>true</IsSubscribe>
  <IsUnsubscribe>true</IsUnsubscribe>
  <PaymentHistoryId>40db8a0c-256a-44de-8dd8-da53ebe5aa7f</PaymentHistoryId>
  <PaymentIntentId>sample string 12</PaymentIntentId>
  <PaymentStatus>sample string 7</PaymentStatus>
  <PlanType>sample string 6</PlanType>
  <PromotionCode>sample string 4</PromotionCode>
  <UserName>sample string 15</UserName>
</PayChangeSubscriptionRequest>

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.