POST Checklist/Post
Request Information
URI Parameters
None.
Body Parameters
ChecklistReplyDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Date | date |
None. |
|
Employee | integer |
None. |
|
Administration | integer |
None. |
|
Mileage |
/ |
decimal number |
None. |
PositionLatitude |
/ |
decimal number |
None. |
PositionLongitude |
/ |
decimal number |
None. |
PositionAddress |
/ |
string |
None. |
Answers | Collection of ChecklistAnswerDTO |
None. |
|
Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Date": "2021-01-18T10:51:35.9433066+01:00", "Employee": 3, "Administration": 4, "Mileage": 5.0, "PositionLatitude": 6.0, "PositionLongitude": 7.0, "PositionAddress": "sample string 8", "Answers": [ { "Question": 1, "Answer": "sample string 2", "Note": "sample string 3" }, { "Question": 1, "Answer": "sample string 2", "Note": "sample string 3" } ], "Signature": "sample string 9" }
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1