POST api/project/LogProjectSubstatus
Request Information
URI Parameters
None.
Body Parameters
ProjectLogRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| SubstatusFrom | integer |
None. |
|
| SubstatusTo | integer |
None. |
|
| MedewerkerAutoId | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"SubstatusFrom": 1,
"SubstatusTo": 1,
"MedewerkerAutoId": 2,
"Latitude": 1.0,
"Longitude": 1.0,
"Remarks": "sample string 3"
}
application/xml, text/xml
Sample:
<ProjectLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fjestum_API.Controllers"> <Latitude>1</Latitude> <Longitude>1</Longitude> <MedewerkerAutoId>2</MedewerkerAutoId> <ProjectId>1</ProjectId> <Remarks>sample string 3</Remarks> <SubstatusFrom>1</SubstatusFrom> <SubstatusTo>1</SubstatusTo> </ProjectLogRequest>
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.