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": "4c449db0-7560-4511-9eb8-b7687dff6bb8",
"Day": "2026-06-13T08:15:01.2701574+02:00",
"LocationId": "46681e08-57b7-4e54-9f3d-938772daf1eb",
"Remarks": "sample string 4",
"TowingPilotPersonId": "e881e670-7d9d-4060-a337-52b270f40849",
"FlightOperatorPersonId": "e797cbb8-1057-441f-9a31-5bb35720f12f",
"InstructorPersonId": "b2da42ab-bb37-41e0-943d-724de61b55c3",
"Id": "4c449db0-7560-4511-9eb8-b7687dff6bb8",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"4c449db0-7560-4511-9eb8-b7687dff6bb8","Day":"2026-06-13T08:15:01.2701574+02:00","LocationId":"46681e08-57b7-4e54-9f3d-938772daf1eb","Remarks":"sample string 4","TowingPilotPersonId":"e881e670-7d9d-4060-a337-52b270f40849","FlightOperatorPersonId":"e797cbb8-1057-441f-9a31-5bb35720f12f","InstructorPersonId":"b2da42ab-bb37-41e0-943d-724de61b55c3","Id":"4c449db0-7560-4511-9eb8-b7687dff6bb8","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">4c449db0-7560-4511-9eb8-b7687dff6bb8</Id> <Day>2026-06-13T08:15:01.2701574+02:00</Day> <FlightOperatorPersonId>e797cbb8-1057-441f-9a31-5bb35720f12f</FlightOperatorPersonId> <InstructorPersonId>b2da42ab-bb37-41e0-943d-724de61b55c3</InstructorPersonId> <LocationId>46681e08-57b7-4e54-9f3d-938772daf1eb</LocationId> <PlanningDayId>4c449db0-7560-4511-9eb8-b7687dff6bb8</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>e881e670-7d9d-4060-a337-52b270f40849</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": "c1ffbc1f-ca1e-4519-b863-8f36be92e88d",
"Day": "2026-06-13T08:15:01.2701574+02:00",
"LocationId": "d543ed18-9d38-45cd-9dd7-078688438e29",
"Remarks": "sample string 4",
"TowingPilotPersonId": "e30bc344-01e5-45ff-8fdd-ebad1145ccd1",
"FlightOperatorPersonId": "6906a8f7-19b3-408f-9acb-d59b1cfb42bd",
"InstructorPersonId": "770d91bb-ef29-47d8-8362-3c5603cc1d3e",
"Id": "c1ffbc1f-ca1e-4519-b863-8f36be92e88d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"c1ffbc1f-ca1e-4519-b863-8f36be92e88d","Day":"2026-06-13T08:15:01.2701574+02:00","LocationId":"d543ed18-9d38-45cd-9dd7-078688438e29","Remarks":"sample string 4","TowingPilotPersonId":"e30bc344-01e5-45ff-8fdd-ebad1145ccd1","FlightOperatorPersonId":"6906a8f7-19b3-408f-9acb-d59b1cfb42bd","InstructorPersonId":"770d91bb-ef29-47d8-8362-3c5603cc1d3e","Id":"c1ffbc1f-ca1e-4519-b863-8f36be92e88d","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">c1ffbc1f-ca1e-4519-b863-8f36be92e88d</Id> <Day>2026-06-13T08:15:01.2701574+02:00</Day> <FlightOperatorPersonId>6906a8f7-19b3-408f-9acb-d59b1cfb42bd</FlightOperatorPersonId> <InstructorPersonId>770d91bb-ef29-47d8-8362-3c5603cc1d3e</InstructorPersonId> <LocationId>d543ed18-9d38-45cd-9dd7-078688438e29</LocationId> <PlanningDayId>c1ffbc1f-ca1e-4519-b863-8f36be92e88d</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>e30bc344-01e5-45ff-8fdd-ebad1145ccd1</TowingPilotPersonId> </PlanningDayDetails>