POST api/locatie/AddLocatieActie
Request Information
URI Parameters
None.
Body Parameters
LocatieActieData| Name | Description | Type | Additional information |
|---|---|---|---|
| LocatieData | LocatieData |
None. |
|
| Rentman_Project_Id | integer |
None. |
|
| Rentman_Subproject_Id | integer |
None. |
|
| Actie | string |
None. |
|
| Commentaar | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocatieData": {
"Medewerker_AutoID": 1,
"Latitude": 2.1,
"Longitude": 3.1,
"Timestamp": "2026-01-11T21:29:16.4288859+01:00"
},
"Rentman_Project_Id": 1,
"Rentman_Subproject_Id": 2,
"Actie": "sample string 3",
"Commentaar": "sample string 4"
}
application/xml, text/xml
Sample:
<LocatieActieData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fjestum_API.Controllers">
<Actie>sample string 3</Actie>
<Commentaar>sample string 4</Commentaar>
<LocatieData>
<Latitude>2.1</Latitude>
<Longitude>3.1</Longitude>
<Medewerker_AutoID>1</Medewerker_AutoID>
<Timestamp>2026-01-11T21:29:16.4288859+01:00</Timestamp>
</LocatieData>
<Rentman_Project_Id>1</Rentman_Project_Id>
<Rentman_Subproject_Id>2</Rentman_Subproject_Id>
</LocatieActieData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.