POST {language}/account/createCompanyChild
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
CreateCompanyChildRequestName | Description | Type | Additional information |
---|---|---|---|
FullName | string |
None. |
|
Company | string |
None. |
|
string |
None. |
||
Password | string |
None. |
|
Country | string |
None. |
|
BillingCycle | string |
None. |
|
Plan | string |
None. |
|
PromotionCode | string |
None. |
|
CustomerId | string |
None. |
|
PaymentIntentId | string |
None. |
|
CardToken | string |
None. |
|
AccountId | globally unique identifier |
None. |
|
ParentCompanyId | globally unique identifier |
None. |
|
PhoneNo | string |
None. |
|
SubIndustryCode | string |
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:
{ "FullName": "sample string 1", "Company": "sample string 2", "Email": "sample string 3", "Password": "sample string 4", "Country": "sample string 5", "BillingCycle": "sample string 6", "Plan": "sample string 7", "PromotionCode": "sample string 8", "CustomerId": "sample string 9", "PaymentIntentId": "sample string 10", "CardToken": "sample string 11", "AccountId": "c1a0c6d5-c70b-4de6-897f-fe3c8f6a17fa", "ParentCompanyId": "4874805a-e712-457d-9633-b796ab1060d0", "PhoneNo": "sample string 14", "SubIndustryCode": "sample string 15", "RequestId": "f034f928-c659-4fdd-bf7f-0a94e30d7321", "Language": "sample string 17", "LanguageLogin": "sample string 18", "AuthToken": "sample string 19", "ClientId": "sample string 20", "PageIndex": 21, "PageSize": 22 }
application/xml, text/xml
Sample:
<CreateCompanyChildRequest 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 19</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 20</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 17</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">21</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">22</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">f034f928-c659-4fdd-bf7f-0a94e30d7321</RequestId> <AccountId>c1a0c6d5-c70b-4de6-897f-fe3c8f6a17fa</AccountId> <BillingCycle>sample string 6</BillingCycle> <CardToken>sample string 11</CardToken> <Company>sample string 2</Company> <Country>sample string 5</Country> <CustomerId>sample string 9</CustomerId> <Email>sample string 3</Email> <FullName>sample string 1</FullName> <ParentCompanyId>4874805a-e712-457d-9633-b796ab1060d0</ParentCompanyId> <Password>sample string 4</Password> <PaymentIntentId>sample string 10</PaymentIntentId> <PhoneNo>sample string 14</PhoneNo> <Plan>sample string 7</Plan> <PromotionCode>sample string 8</PromotionCode> <SubIndustryCode>sample string 15</SubIndustryCode> </CreateCompanyChildRequest>
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.