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": "91c11171-4fc1-4952-b20f-17e2555ddd61",
"Day": "2026-06-19T16:14:26.2003415+02:00",
"LocationId": "1d707ab3-0e32-4964-b1da-1fd94fe744e6",
"Remarks": "sample string 4",
"TowingPilotPersonId": "ad46e7d3-f06d-43e6-afcc-fc444a08b6d0",
"FlightOperatorPersonId": "a6e84c5a-6c7c-4a6c-983b-b6f58e4cb15d",
"InstructorPersonId": "f12f26d4-b8c3-4944-b0c4-1b0a283c30bc",
"Id": "91c11171-4fc1-4952-b20f-17e2555ddd61",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"91c11171-4fc1-4952-b20f-17e2555ddd61","Day":"2026-06-19T16:14:26.2003415+02:00","LocationId":"1d707ab3-0e32-4964-b1da-1fd94fe744e6","Remarks":"sample string 4","TowingPilotPersonId":"ad46e7d3-f06d-43e6-afcc-fc444a08b6d0","FlightOperatorPersonId":"a6e84c5a-6c7c-4a6c-983b-b6f58e4cb15d","InstructorPersonId":"f12f26d4-b8c3-4944-b0c4-1b0a283c30bc","Id":"91c11171-4fc1-4952-b20f-17e2555ddd61","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">91c11171-4fc1-4952-b20f-17e2555ddd61</Id> <Day>2026-06-19T16:14:26.2003415+02:00</Day> <FlightOperatorPersonId>a6e84c5a-6c7c-4a6c-983b-b6f58e4cb15d</FlightOperatorPersonId> <InstructorPersonId>f12f26d4-b8c3-4944-b0c4-1b0a283c30bc</InstructorPersonId> <LocationId>1d707ab3-0e32-4964-b1da-1fd94fe744e6</LocationId> <PlanningDayId>91c11171-4fc1-4952-b20f-17e2555ddd61</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>ad46e7d3-f06d-43e6-afcc-fc444a08b6d0</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": "821e889e-0b8e-455d-b10c-9e2572edd346",
"Day": "2026-06-19T16:14:26.2159622+02:00",
"LocationId": "598c4358-6001-4f54-a3a1-0a1592ec949b",
"Remarks": "sample string 4",
"TowingPilotPersonId": "b76a3ac9-7b98-4d64-9018-c5381ae4a5b8",
"FlightOperatorPersonId": "0e44c7d2-3ce4-4185-9513-840d75ab6ca3",
"InstructorPersonId": "6ec87dd4-19d9-4119-8598-51bc9f2160d3",
"Id": "821e889e-0b8e-455d-b10c-9e2572edd346",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"821e889e-0b8e-455d-b10c-9e2572edd346","Day":"2026-06-19T16:14:26.2159622+02:00","LocationId":"598c4358-6001-4f54-a3a1-0a1592ec949b","Remarks":"sample string 4","TowingPilotPersonId":"b76a3ac9-7b98-4d64-9018-c5381ae4a5b8","FlightOperatorPersonId":"0e44c7d2-3ce4-4185-9513-840d75ab6ca3","InstructorPersonId":"6ec87dd4-19d9-4119-8598-51bc9f2160d3","Id":"821e889e-0b8e-455d-b10c-9e2572edd346","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">821e889e-0b8e-455d-b10c-9e2572edd346</Id> <Day>2026-06-19T16:14:26.2159622+02:00</Day> <FlightOperatorPersonId>0e44c7d2-3ce4-4185-9513-840d75ab6ca3</FlightOperatorPersonId> <InstructorPersonId>6ec87dd4-19d9-4119-8598-51bc9f2160d3</InstructorPersonId> <LocationId>598c4358-6001-4f54-a3a1-0a1592ec949b</LocationId> <PlanningDayId>821e889e-0b8e-455d-b10c-9e2572edd346</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>b76a3ac9-7b98-4d64-9018-c5381ae4a5b8</TowingPilotPersonId> </PlanningDayDetails>