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": "825cde8f-8338-43cf-94d2-b87be748555e",
"Day": "2026-06-13T14:38:34.0357831+02:00",
"LocationId": "2c0c2644-28f1-4ebf-9759-7d85e8746097",
"Remarks": "sample string 4",
"TowingPilotPersonId": "efebcb34-33f7-4dd6-ba54-806baa81987f",
"FlightOperatorPersonId": "ecc4b62e-eed0-4397-8d56-eaf3f5cdd894",
"InstructorPersonId": "e3f384f1-9efe-4dcb-8849-edb51739e893",
"Id": "825cde8f-8338-43cf-94d2-b87be748555e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"825cde8f-8338-43cf-94d2-b87be748555e","Day":"2026-06-13T14:38:34.0357831+02:00","LocationId":"2c0c2644-28f1-4ebf-9759-7d85e8746097","Remarks":"sample string 4","TowingPilotPersonId":"efebcb34-33f7-4dd6-ba54-806baa81987f","FlightOperatorPersonId":"ecc4b62e-eed0-4397-8d56-eaf3f5cdd894","InstructorPersonId":"e3f384f1-9efe-4dcb-8849-edb51739e893","Id":"825cde8f-8338-43cf-94d2-b87be748555e","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">825cde8f-8338-43cf-94d2-b87be748555e</Id> <Day>2026-06-13T14:38:34.0357831+02:00</Day> <FlightOperatorPersonId>ecc4b62e-eed0-4397-8d56-eaf3f5cdd894</FlightOperatorPersonId> <InstructorPersonId>e3f384f1-9efe-4dcb-8849-edb51739e893</InstructorPersonId> <LocationId>2c0c2644-28f1-4ebf-9759-7d85e8746097</LocationId> <PlanningDayId>825cde8f-8338-43cf-94d2-b87be748555e</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>efebcb34-33f7-4dd6-ba54-806baa81987f</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": "3af7e180-ad70-4717-a446-aaaa225824ce",
"Day": "2026-06-13T14:38:34.0357831+02:00",
"LocationId": "abcc3039-a13c-4075-837a-7aca09a7defc",
"Remarks": "sample string 4",
"TowingPilotPersonId": "3fce5693-1e6c-4b1a-8651-18ddeea9088e",
"FlightOperatorPersonId": "3ecb708a-cc50-4444-8b05-d478714c9794",
"InstructorPersonId": "cab78441-90cd-4791-b6b0-bd2977c15339",
"Id": "3af7e180-ad70-4717-a446-aaaa225824ce",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"3af7e180-ad70-4717-a446-aaaa225824ce","Day":"2026-06-13T14:38:34.0357831+02:00","LocationId":"abcc3039-a13c-4075-837a-7aca09a7defc","Remarks":"sample string 4","TowingPilotPersonId":"3fce5693-1e6c-4b1a-8651-18ddeea9088e","FlightOperatorPersonId":"3ecb708a-cc50-4444-8b05-d478714c9794","InstructorPersonId":"cab78441-90cd-4791-b6b0-bd2977c15339","Id":"3af7e180-ad70-4717-a446-aaaa225824ce","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">3af7e180-ad70-4717-a446-aaaa225824ce</Id> <Day>2026-06-13T14:38:34.0357831+02:00</Day> <FlightOperatorPersonId>3ecb708a-cc50-4444-8b05-d478714c9794</FlightOperatorPersonId> <InstructorPersonId>cab78441-90cd-4791-b6b0-bd2977c15339</InstructorPersonId> <LocationId>abcc3039-a13c-4075-837a-7aca09a7defc</LocationId> <PlanningDayId>3af7e180-ad70-4717-a446-aaaa225824ce</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>3fce5693-1e6c-4b1a-8651-18ddeea9088e</TowingPilotPersonId> </PlanningDayDetails>