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": "06a76a35-6567-4ed0-85ed-1140876ae2c5",
"Day": "2026-06-29T02:19:13.0926919+02:00",
"LocationId": "ea332611-7910-4d98-928d-0e8299d68e87",
"Remarks": "sample string 4",
"TowingPilotPersonId": "874844c4-9069-4ccd-81c3-9448b2fd16be",
"FlightOperatorPersonId": "48541343-1a30-408e-b86e-5511e1ec5ad5",
"InstructorPersonId": "206af3e0-1db1-4c2b-9a5e-0575a53419a8",
"Id": "06a76a35-6567-4ed0-85ed-1140876ae2c5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"06a76a35-6567-4ed0-85ed-1140876ae2c5","Day":"2026-06-29T02:19:13.0926919+02:00","LocationId":"ea332611-7910-4d98-928d-0e8299d68e87","Remarks":"sample string 4","TowingPilotPersonId":"874844c4-9069-4ccd-81c3-9448b2fd16be","FlightOperatorPersonId":"48541343-1a30-408e-b86e-5511e1ec5ad5","InstructorPersonId":"206af3e0-1db1-4c2b-9a5e-0575a53419a8","Id":"06a76a35-6567-4ed0-85ed-1140876ae2c5","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">06a76a35-6567-4ed0-85ed-1140876ae2c5</Id> <Day>2026-06-29T02:19:13.0926919+02:00</Day> <FlightOperatorPersonId>48541343-1a30-408e-b86e-5511e1ec5ad5</FlightOperatorPersonId> <InstructorPersonId>206af3e0-1db1-4c2b-9a5e-0575a53419a8</InstructorPersonId> <LocationId>ea332611-7910-4d98-928d-0e8299d68e87</LocationId> <PlanningDayId>06a76a35-6567-4ed0-85ed-1140876ae2c5</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>874844c4-9069-4ccd-81c3-9448b2fd16be</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": "13e5b5a6-f8bc-4d87-9b89-38c304268f11",
"Day": "2026-06-29T02:19:13.0926919+02:00",
"LocationId": "47746e33-c335-4d33-a40b-41be89ea0227",
"Remarks": "sample string 4",
"TowingPilotPersonId": "2dbac83d-e097-4f67-8001-685ce84bb724",
"FlightOperatorPersonId": "e6dfe8c7-6a2d-4d83-9ca9-a10eebad3187",
"InstructorPersonId": "1f3f4a40-e9a9-4d7e-83ca-44503d2722b8",
"Id": "13e5b5a6-f8bc-4d87-9b89-38c304268f11",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"13e5b5a6-f8bc-4d87-9b89-38c304268f11","Day":"2026-06-29T02:19:13.0926919+02:00","LocationId":"47746e33-c335-4d33-a40b-41be89ea0227","Remarks":"sample string 4","TowingPilotPersonId":"2dbac83d-e097-4f67-8001-685ce84bb724","FlightOperatorPersonId":"e6dfe8c7-6a2d-4d83-9ca9-a10eebad3187","InstructorPersonId":"1f3f4a40-e9a9-4d7e-83ca-44503d2722b8","Id":"13e5b5a6-f8bc-4d87-9b89-38c304268f11","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">13e5b5a6-f8bc-4d87-9b89-38c304268f11</Id> <Day>2026-06-29T02:19:13.0926919+02:00</Day> <FlightOperatorPersonId>e6dfe8c7-6a2d-4d83-9ca9-a10eebad3187</FlightOperatorPersonId> <InstructorPersonId>1f3f4a40-e9a9-4d7e-83ca-44503d2722b8</InstructorPersonId> <LocationId>47746e33-c335-4d33-a40b-41be89ea0227</LocationId> <PlanningDayId>13e5b5a6-f8bc-4d87-9b89-38c304268f11</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>2dbac83d-e097-4f67-8001-685ce84bb724</TowingPilotPersonId> </PlanningDayDetails>