POST Integration
Request Information
URI Parameters
None.
Body Parameters
IntegrationName | Description | Type | Additional information |
---|---|---|---|
authentication | Authentication |
Required |
|
positions | Collection of Position |
Required |
Request Formats
application/json, text/json
Sample:
{ "authentication": { "username": "sample string 2", "password": "sample string 3" }, "positions": [ { "vehicle": "sample string 1", "date": "2025-09-09T01:35:33.4845391-03:00", "lat": 3.1, "lng": 4.1, "ig": 0, "vel": 1.1, "message": { "id": 1, "text": "sample string 2" }, "alerts": [ { "type": 1, "state": 1, "isOpened": true, "value": 2.1 }, { "type": 1, "state": 1, "isOpened": true, "value": 2.1 } ], "media": [ { "type": 1, "url": "sample string 1", "dateStart": "2025-09-09T01:35:33.4845391-03:00", "dateEnd": "2025-09-09T01:35:33.4845391-03:00" }, { "type": 1, "url": "sample string 1", "dateStart": "2025-09-09T01:35:33.4845391-03:00", "dateEnd": "2025-09-09T01:35:33.4845391-03:00" } ] }, { "vehicle": "sample string 1", "date": "2025-09-09T01:35:33.4845391-03:00", "lat": 3.1, "lng": 4.1, "ig": 0, "vel": 1.1, "message": { "id": 1, "text": "sample string 2" }, "alerts": [ { "type": 1, "state": 1, "isOpened": true, "value": 2.1 }, { "type": 1, "state": 1, "isOpened": true, "value": 2.1 } ], "media": [ { "type": 1, "url": "sample string 1", "dateStart": "2025-09-09T01:35:33.4845391-03:00", "dateEnd": "2025-09-09T01:35:33.4845391-03:00" }, { "type": 1, "url": "sample string 1", "dateStart": "2025-09-09T01:35:33.4845391-03:00", "dateEnd": "2025-09-09T01:35:33.4845391-03:00" } ] } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |