POST api/v1/planningdays
Request Information
URI Parameters
None.
Body Parameters
PlanningDayDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanningDayId | globally unique identifier |
None. |
|
| Day | date |
Required |
|
| LocationId | globally unique identifier |
Required |
|
| Remarks | string |
None. |
|
| TowingPilotPersonId | globally unique identifier |
None. |
|
| FlightOperatorPersonId | globally unique identifier |
None. |
|
| InstructorPersonId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlanningDayId": "d53e6b7a-18ba-412a-8dc2-0bebde2d33f1",
"Day": "2026-08-13T16:05:45.1827974+02:00",
"LocationId": "d88e71eb-1990-4d0f-9a90-3726e2053250",
"Remarks": "sample string 4",
"TowingPilotPersonId": "6210d31f-2708-4679-9dc2-2cfec9ff8e4e",
"FlightOperatorPersonId": "bfce1712-73f4-4bf5-b59f-4b2772d3d1dd",
"InstructorPersonId": "be21d341-4a55-407a-8679-821ac4cb6aa4",
"Id": "d53e6b7a-18ba-412a-8dc2-0bebde2d33f1",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"d53e6b7a-18ba-412a-8dc2-0bebde2d33f1","Day":"2026-08-13T16:05:45.1827974+02:00","LocationId":"d88e71eb-1990-4d0f-9a90-3726e2053250","Remarks":"sample string 4","TowingPilotPersonId":"6210d31f-2708-4679-9dc2-2cfec9ff8e4e","FlightOperatorPersonId":"bfce1712-73f4-4bf5-b59f-4b2772d3d1dd","InstructorPersonId":"be21d341-4a55-407a-8679-821ac4cb6aa4","Id":"d53e6b7a-18ba-412a-8dc2-0bebde2d33f1","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<PlanningDayDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.PlanningDay"> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">d53e6b7a-18ba-412a-8dc2-0bebde2d33f1</Id> <Day>2026-08-13T16:05:45.1827974+02:00</Day> <FlightOperatorPersonId>bfce1712-73f4-4bf5-b59f-4b2772d3d1dd</FlightOperatorPersonId> <InstructorPersonId>be21d341-4a55-407a-8679-821ac4cb6aa4</InstructorPersonId> <LocationId>d88e71eb-1990-4d0f-9a90-3726e2053250</LocationId> <PlanningDayId>d53e6b7a-18ba-412a-8dc2-0bebde2d33f1</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>6210d31f-2708-4679-9dc2-2cfec9ff8e4e</TowingPilotPersonId> </PlanningDayDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PlanningDayDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanningDayId | globally unique identifier |
None. |
|
| Day | date |
Required |
|
| LocationId | globally unique identifier |
Required |
|
| Remarks | string |
None. |
|
| TowingPilotPersonId | globally unique identifier |
None. |
|
| FlightOperatorPersonId | globally unique identifier |
None. |
|
| InstructorPersonId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"PlanningDayId": "f40c6dcb-c58f-4cee-98f9-ee12b3c6c839",
"Day": "2026-08-13T16:05:45.5265486+02:00",
"LocationId": "74bf35d9-3586-44ff-b507-b7a563631072",
"Remarks": "sample string 4",
"TowingPilotPersonId": "787636a5-2849-43ed-8c5a-f2ef88ceb232",
"FlightOperatorPersonId": "8e9a962e-3d34-4c20-8ec3-1b55bd3873e1",
"InstructorPersonId": "c98592f6-caec-4298-aea4-27f0d2a254ac",
"Id": "f40c6dcb-c58f-4cee-98f9-ee12b3c6c839",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"f40c6dcb-c58f-4cee-98f9-ee12b3c6c839","Day":"2026-08-13T16:05:45.5265486+02:00","LocationId":"74bf35d9-3586-44ff-b507-b7a563631072","Remarks":"sample string 4","TowingPilotPersonId":"787636a5-2849-43ed-8c5a-f2ef88ceb232","FlightOperatorPersonId":"8e9a962e-3d34-4c20-8ec3-1b55bd3873e1","InstructorPersonId":"c98592f6-caec-4298-aea4-27f0d2a254ac","Id":"f40c6dcb-c58f-4cee-98f9-ee12b3c6c839","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<PlanningDayDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.PlanningDay"> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">f40c6dcb-c58f-4cee-98f9-ee12b3c6c839</Id> <Day>2026-08-13T16:05:45.5265486+02:00</Day> <FlightOperatorPersonId>8e9a962e-3d34-4c20-8ec3-1b55bd3873e1</FlightOperatorPersonId> <InstructorPersonId>c98592f6-caec-4298-aea4-27f0d2a254ac</InstructorPersonId> <LocationId>74bf35d9-3586-44ff-b507-b7a563631072</LocationId> <PlanningDayId>f40c6dcb-c58f-4cee-98f9-ee12b3c6c839</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>787636a5-2849-43ed-8c5a-f2ef88ceb232</TowingPilotPersonId> </PlanningDayDetails>