| GET | /template-approval/detail |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | query | int | No | |
| Date | query | DateTime | No |
| 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 |
|---|---|---|---|---|
| SystemUserName | form | string | No | |
| Meetings | form | List<OnTheMoveMeetingListItem> | No | |
| Points | form | List<JourneyPoints> | 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 |
|---|---|---|---|---|
| Id | form | int | No | |
| Company | form | string | No | |
| Subject | form | string | No | |
| StartDate | form | string | No | |
| ArrivedDate | form | string | No | |
| LeftDate | form | string | No | |
| Duration | form | string | No | |
| Latitude | form | double | No | |
| Longitude | form | double | No | |
| ContactName | form | string | No | |
| VirtualOrInPerson | form | string | No | |
| MeetingSetBy | form | string | No | |
| ZoomUrl | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Latitude | form | double | No | |
| Longitude | form | double | No | |
| Time | 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 /template-approval/detail HTTP/1.1 Host: cochraneplus-api-dev.happen.zone Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
systemUserName: String,
meetings:
[
{
}
],
points:
[
{
}
],
description: String,
heading: String,
wasSuccessful: False,
modelState: {}
}