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": "4fab677c-aced-4da0-88c0-5e4595d35c46",
"Day": "2026-06-04T05:56:46.3638594+02:00",
"LocationId": "4ef3172d-445c-4c1d-9e0d-f39729b91b9b",
"Remarks": "sample string 4",
"TowingPilotPersonId": "311aca3d-5ae1-452e-9329-cb8e2d5b9bd4",
"FlightOperatorPersonId": "782e4776-b09a-4fb4-9113-3e5fbd963480",
"InstructorPersonId": "b496b3e6-1c70-42bb-8454-9d444e50b6fa",
"Id": "4fab677c-aced-4da0-88c0-5e4595d35c46",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"4fab677c-aced-4da0-88c0-5e4595d35c46","Day":"2026-06-04T05:56:46.3638594+02:00","LocationId":"4ef3172d-445c-4c1d-9e0d-f39729b91b9b","Remarks":"sample string 4","TowingPilotPersonId":"311aca3d-5ae1-452e-9329-cb8e2d5b9bd4","FlightOperatorPersonId":"782e4776-b09a-4fb4-9113-3e5fbd963480","InstructorPersonId":"b496b3e6-1c70-42bb-8454-9d444e50b6fa","Id":"4fab677c-aced-4da0-88c0-5e4595d35c46","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">4fab677c-aced-4da0-88c0-5e4595d35c46</Id> <Day>2026-06-04T05:56:46.3638594+02:00</Day> <FlightOperatorPersonId>782e4776-b09a-4fb4-9113-3e5fbd963480</FlightOperatorPersonId> <InstructorPersonId>b496b3e6-1c70-42bb-8454-9d444e50b6fa</InstructorPersonId> <LocationId>4ef3172d-445c-4c1d-9e0d-f39729b91b9b</LocationId> <PlanningDayId>4fab677c-aced-4da0-88c0-5e4595d35c46</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>311aca3d-5ae1-452e-9329-cb8e2d5b9bd4</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": "a3e73dbd-4245-4407-9a9f-0433c8992650",
"Day": "2026-06-04T05:56:46.3794837+02:00",
"LocationId": "62661b8e-465a-44f4-b5ff-c80416053763",
"Remarks": "sample string 4",
"TowingPilotPersonId": "5594025e-6119-46ac-84dd-977f72b0ae3e",
"FlightOperatorPersonId": "7c171bac-48c5-4b1f-96d7-0836719b1570",
"InstructorPersonId": "e91a3157-dff7-4bae-89ba-f89a99729d66",
"Id": "a3e73dbd-4245-4407-9a9f-0433c8992650",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"a3e73dbd-4245-4407-9a9f-0433c8992650","Day":"2026-06-04T05:56:46.3794837+02:00","LocationId":"62661b8e-465a-44f4-b5ff-c80416053763","Remarks":"sample string 4","TowingPilotPersonId":"5594025e-6119-46ac-84dd-977f72b0ae3e","FlightOperatorPersonId":"7c171bac-48c5-4b1f-96d7-0836719b1570","InstructorPersonId":"e91a3157-dff7-4bae-89ba-f89a99729d66","Id":"a3e73dbd-4245-4407-9a9f-0433c8992650","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">a3e73dbd-4245-4407-9a9f-0433c8992650</Id> <Day>2026-06-04T05:56:46.3794837+02:00</Day> <FlightOperatorPersonId>7c171bac-48c5-4b1f-96d7-0836719b1570</FlightOperatorPersonId> <InstructorPersonId>e91a3157-dff7-4bae-89ba-f89a99729d66</InstructorPersonId> <LocationId>62661b8e-465a-44f4-b5ff-c80416053763</LocationId> <PlanningDayId>a3e73dbd-4245-4407-9a9f-0433c8992650</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>5594025e-6119-46ac-84dd-977f72b0ae3e</TowingPilotPersonId> </PlanningDayDetails>