| GET | /info |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApiKey | form | string | Yes | The API Key required for authentication |
| Latitude | form | double | No | Latitude of the user making this request |
| Longitude | form | double | No | Longitude of the user making this request |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ClientData | form | ClientData | No | |
| ClientEnabled | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Description | form | string | No | |
| Heading | form | string | No | |
| WasSuccessful | form | bool | No | |
| ModelState | form | Object | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| WebsiteUrl | form | string | No | |
| EmailAddress | form | string | No | |
| ContactNumber | form | string | No | |
| SalesEmailAddress | form | string | No | |
| UseAfrikaans | form | bool | No | |
| VehiclesEnabled | form | bool | No | |
| TutorialIntroEng | form | string | No | |
| ClientDescriptionEng | form | string | No | |
| TermsAndConditionsEng | form | string | No | |
| TutorialIntroAfr | form | string | No | |
| ClientDescriptionAfr | form | string | No | |
| TermsAndConditionsAfr | form | string | No | |
| MaxDependents | form | int | No | |
| ClientName | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /info HTTP/1.1 Host: galaxymobile.api.dev.86degrees.com Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ClientEnabled: False,
Description: String,
Heading: String,
WasSuccessful: False,
ModelState: {}
}