POST api/v3/Account/Trial/List
Request Information
URI Parameters
None.
Body Parameters
AccountTrialListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName | string |
None. |
|
| isRequestOnly | boolean |
None. |
|
| AccountCreated | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyName": "sample string 1",
"isRequestOnly": true,
"accountCreated": true
}
text/html
Sample:
{"companyName":"sample string 1","isRequestOnly":true,"accountCreated":true}
application/xml, text/xml
Sample:
<AccountTrialListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IC_Web_API_V3.Models"> <AccountCreated>true</AccountCreated> <CompanyName>sample string 1</CompanyName> <isRequestOnly>true</isRequestOnly> </AccountTrialListRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |