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": "54437585-0f38-4ea8-9b09-5f6676956569",
"Day": "2026-09-18T07:50:25.7327542+02:00",
"LocationId": "52030782-c10b-47ef-949d-294d6d414e33",
"Remarks": "sample string 4",
"TowingPilotPersonId": "b74f94f3-0e13-4f79-bbb7-c14c9ca4395d",
"FlightOperatorPersonId": "a6496d9b-6f86-4218-93f4-07260e8d93f3",
"InstructorPersonId": "8aae0312-a947-4aad-b2ae-eca47de845d6",
"Id": "54437585-0f38-4ea8-9b09-5f6676956569",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"54437585-0f38-4ea8-9b09-5f6676956569","Day":"2026-09-18T07:50:25.7327542+02:00","LocationId":"52030782-c10b-47ef-949d-294d6d414e33","Remarks":"sample string 4","TowingPilotPersonId":"b74f94f3-0e13-4f79-bbb7-c14c9ca4395d","FlightOperatorPersonId":"a6496d9b-6f86-4218-93f4-07260e8d93f3","InstructorPersonId":"8aae0312-a947-4aad-b2ae-eca47de845d6","Id":"54437585-0f38-4ea8-9b09-5f6676956569","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">54437585-0f38-4ea8-9b09-5f6676956569</Id> <Day>2026-09-18T07:50:25.7327542+02:00</Day> <FlightOperatorPersonId>a6496d9b-6f86-4218-93f4-07260e8d93f3</FlightOperatorPersonId> <InstructorPersonId>8aae0312-a947-4aad-b2ae-eca47de845d6</InstructorPersonId> <LocationId>52030782-c10b-47ef-949d-294d6d414e33</LocationId> <PlanningDayId>54437585-0f38-4ea8-9b09-5f6676956569</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>b74f94f3-0e13-4f79-bbb7-c14c9ca4395d</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": "3086680a-e104-42cd-8e8f-02f303f2420a",
"Day": "2026-09-18T07:50:25.7327542+02:00",
"LocationId": "65f89b29-0ea0-4b5b-ac8e-5391425d98fc",
"Remarks": "sample string 4",
"TowingPilotPersonId": "01a58fec-1cf0-4c38-b06e-2a7ef51696a9",
"FlightOperatorPersonId": "e8cddfbc-003a-4f2e-885c-413451edb759",
"InstructorPersonId": "832e10f7-43bf-428e-a96a-bd2071a859b6",
"Id": "3086680a-e104-42cd-8e8f-02f303f2420a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"3086680a-e104-42cd-8e8f-02f303f2420a","Day":"2026-09-18T07:50:25.7327542+02:00","LocationId":"65f89b29-0ea0-4b5b-ac8e-5391425d98fc","Remarks":"sample string 4","TowingPilotPersonId":"01a58fec-1cf0-4c38-b06e-2a7ef51696a9","FlightOperatorPersonId":"e8cddfbc-003a-4f2e-885c-413451edb759","InstructorPersonId":"832e10f7-43bf-428e-a96a-bd2071a859b6","Id":"3086680a-e104-42cd-8e8f-02f303f2420a","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">3086680a-e104-42cd-8e8f-02f303f2420a</Id> <Day>2026-09-18T07:50:25.7327542+02:00</Day> <FlightOperatorPersonId>e8cddfbc-003a-4f2e-885c-413451edb759</FlightOperatorPersonId> <InstructorPersonId>832e10f7-43bf-428e-a96a-bd2071a859b6</InstructorPersonId> <LocationId>65f89b29-0ea0-4b5b-ac8e-5391425d98fc</LocationId> <PlanningDayId>3086680a-e104-42cd-8e8f-02f303f2420a</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>01a58fec-1cf0-4c38-b06e-2a7ef51696a9</TowingPilotPersonId> </PlanningDayDetails>