POST API/Main/CreateClient?name={name}&email={email}&pass={pass}&clientType={clientType}&clientSubType={clientSubType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
|
| string |
Required |
||
| pass | string |
Required |
|
| clientType | string |
Required |
|
| clientSubType | string |
Required |
Body Parameters
Collection of GetStartedQuestions| Name | Description | Type | Additional information |
|---|---|---|---|
| Question | string |
None. |
|
| Answer | string |
None. |
|
| Catagory | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Question": "sample string 1",
"Answer": "sample string 2",
"Catagory": "sample string 3"
},
{
"Question": "sample string 1",
"Answer": "sample string 2",
"Catagory": "sample string 3"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |