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": "7283db61-e7d5-4082-9361-518939b647f6",
"Day": "2026-05-05T11:39:18.490088+02:00",
"LocationId": "16ad09dc-ecd6-4557-8c20-ba667ac7fc84",
"Remarks": "sample string 4",
"TowingPilotPersonId": "ffd501c4-4e0e-4f0f-9ded-6924b21bb2fc",
"FlightOperatorPersonId": "d1aeca49-8fe4-41aa-a0d0-476742575ef0",
"InstructorPersonId": "c49c0063-e20b-4ed6-8e8a-fce8d2298052",
"Id": "7283db61-e7d5-4082-9361-518939b647f6",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"7283db61-e7d5-4082-9361-518939b647f6","Day":"2026-05-05T11:39:18.490088+02:00","LocationId":"16ad09dc-ecd6-4557-8c20-ba667ac7fc84","Remarks":"sample string 4","TowingPilotPersonId":"ffd501c4-4e0e-4f0f-9ded-6924b21bb2fc","FlightOperatorPersonId":"d1aeca49-8fe4-41aa-a0d0-476742575ef0","InstructorPersonId":"c49c0063-e20b-4ed6-8e8a-fce8d2298052","Id":"7283db61-e7d5-4082-9361-518939b647f6","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">7283db61-e7d5-4082-9361-518939b647f6</Id> <Day>2026-05-05T11:39:18.490088+02:00</Day> <FlightOperatorPersonId>d1aeca49-8fe4-41aa-a0d0-476742575ef0</FlightOperatorPersonId> <InstructorPersonId>c49c0063-e20b-4ed6-8e8a-fce8d2298052</InstructorPersonId> <LocationId>16ad09dc-ecd6-4557-8c20-ba667ac7fc84</LocationId> <PlanningDayId>7283db61-e7d5-4082-9361-518939b647f6</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>ffd501c4-4e0e-4f0f-9ded-6924b21bb2fc</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": "2b79e90c-7625-406b-b4be-e9b285ae69d1",
"Day": "2026-05-05T11:39:18.490088+02:00",
"LocationId": "554b2f65-bdaf-4d03-99b2-7e815a7c7c90",
"Remarks": "sample string 4",
"TowingPilotPersonId": "d2d30253-4953-4346-9c86-f12e0f3abb62",
"FlightOperatorPersonId": "548db5ce-5191-4b18-8546-d6ffbeede3b8",
"InstructorPersonId": "e59293bd-f416-4e06-84ab-d590c49de7a2",
"Id": "2b79e90c-7625-406b-b4be-e9b285ae69d1",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"2b79e90c-7625-406b-b4be-e9b285ae69d1","Day":"2026-05-05T11:39:18.490088+02:00","LocationId":"554b2f65-bdaf-4d03-99b2-7e815a7c7c90","Remarks":"sample string 4","TowingPilotPersonId":"d2d30253-4953-4346-9c86-f12e0f3abb62","FlightOperatorPersonId":"548db5ce-5191-4b18-8546-d6ffbeede3b8","InstructorPersonId":"e59293bd-f416-4e06-84ab-d590c49de7a2","Id":"2b79e90c-7625-406b-b4be-e9b285ae69d1","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">2b79e90c-7625-406b-b4be-e9b285ae69d1</Id> <Day>2026-05-05T11:39:18.490088+02:00</Day> <FlightOperatorPersonId>548db5ce-5191-4b18-8546-d6ffbeede3b8</FlightOperatorPersonId> <InstructorPersonId>e59293bd-f416-4e06-84ab-d590c49de7a2</InstructorPersonId> <LocationId>554b2f65-bdaf-4d03-99b2-7e815a7c7c90</LocationId> <PlanningDayId>2b79e90c-7625-406b-b4be-e9b285ae69d1</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>d2d30253-4953-4346-9c86-f12e0f3abb62</TowingPilotPersonId> </PlanningDayDetails>