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": "bce8f657-c15d-48b3-9161-79c248793e28",
"Day": "2026-05-21T04:11:09.5725604+02:00",
"LocationId": "aef1e415-404e-45fb-80fd-76eabd868268",
"Remarks": "sample string 4",
"TowingPilotPersonId": "ecc5a3a9-8ab8-488c-a160-f283d773d1ac",
"FlightOperatorPersonId": "1a82a150-656c-4fed-9e7a-8226fb48dfce",
"InstructorPersonId": "64fa311b-98e7-47fa-8ea5-66711e1cda6a",
"Id": "bce8f657-c15d-48b3-9161-79c248793e28",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"bce8f657-c15d-48b3-9161-79c248793e28","Day":"2026-05-21T04:11:09.5725604+02:00","LocationId":"aef1e415-404e-45fb-80fd-76eabd868268","Remarks":"sample string 4","TowingPilotPersonId":"ecc5a3a9-8ab8-488c-a160-f283d773d1ac","FlightOperatorPersonId":"1a82a150-656c-4fed-9e7a-8226fb48dfce","InstructorPersonId":"64fa311b-98e7-47fa-8ea5-66711e1cda6a","Id":"bce8f657-c15d-48b3-9161-79c248793e28","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">bce8f657-c15d-48b3-9161-79c248793e28</Id> <Day>2026-05-21T04:11:09.5725604+02:00</Day> <FlightOperatorPersonId>1a82a150-656c-4fed-9e7a-8226fb48dfce</FlightOperatorPersonId> <InstructorPersonId>64fa311b-98e7-47fa-8ea5-66711e1cda6a</InstructorPersonId> <LocationId>aef1e415-404e-45fb-80fd-76eabd868268</LocationId> <PlanningDayId>bce8f657-c15d-48b3-9161-79c248793e28</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>ecc5a3a9-8ab8-488c-a160-f283d773d1ac</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": "6df381dd-6b12-4fd3-8260-3da81f42fde4",
"Day": "2026-05-21T04:11:09.5725604+02:00",
"LocationId": "02d96eeb-e58a-4e9b-83f5-f2fe0cac9fed",
"Remarks": "sample string 4",
"TowingPilotPersonId": "999af479-dc2a-4037-b8b8-a9a61fe266f0",
"FlightOperatorPersonId": "ea3983bd-e13d-496e-9bea-91910d5af3a7",
"InstructorPersonId": "00d1c1b4-7106-431a-bfe4-1547e92d1445",
"Id": "6df381dd-6b12-4fd3-8260-3da81f42fde4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"6df381dd-6b12-4fd3-8260-3da81f42fde4","Day":"2026-05-21T04:11:09.5725604+02:00","LocationId":"02d96eeb-e58a-4e9b-83f5-f2fe0cac9fed","Remarks":"sample string 4","TowingPilotPersonId":"999af479-dc2a-4037-b8b8-a9a61fe266f0","FlightOperatorPersonId":"ea3983bd-e13d-496e-9bea-91910d5af3a7","InstructorPersonId":"00d1c1b4-7106-431a-bfe4-1547e92d1445","Id":"6df381dd-6b12-4fd3-8260-3da81f42fde4","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">6df381dd-6b12-4fd3-8260-3da81f42fde4</Id> <Day>2026-05-21T04:11:09.5725604+02:00</Day> <FlightOperatorPersonId>ea3983bd-e13d-496e-9bea-91910d5af3a7</FlightOperatorPersonId> <InstructorPersonId>00d1c1b4-7106-431a-bfe4-1547e92d1445</InstructorPersonId> <LocationId>02d96eeb-e58a-4e9b-83f5-f2fe0cac9fed</LocationId> <PlanningDayId>6df381dd-6b12-4fd3-8260-3da81f42fde4</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>999af479-dc2a-4037-b8b8-a9a61fe266f0</TowingPilotPersonId> </PlanningDayDetails>