POST {language}/account/validateSignup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
ValidateSignupRequestName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
Country | string |
None. |
|
PromotionCode | string |
None. |
|
BillingCycle | string |
None. |
|
Plan | string |
None. |
|
Company | string |
None. |
|
IsCompanyChild | 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:
{ "Email": "sample string 1", "Country": "sample string 2", "PromotionCode": "sample string 3", "BillingCycle": "sample string 4", "Plan": "sample string 5", "Company": "sample string 6", "IsCompanyChild": true, "RequestId": "d42b17a1-7a58-4cfc-aa34-4b9dfd237fc5", "Language": "sample string 9", "LanguageLogin": "sample string 10", "AuthToken": "sample string 11", "ClientId": "sample string 12", "PageIndex": 13, "PageSize": 14 }
application/xml, text/xml
Sample:
<ValidateSignupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">d42b17a1-7a58-4cfc-aa34-4b9dfd237fc5</RequestId> <BillingCycle>sample string 4</BillingCycle> <Company>sample string 6</Company> <Country>sample string 2</Country> <Email>sample string 1</Email> <IsCompanyChild>true</IsCompanyChild> <Plan>sample string 5</Plan> <PromotionCode>sample string 3</PromotionCode> </ValidateSignupRequest>
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.