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": "8286eb86-5671-4728-9321-8e4f8cfc8819",
"Day": "2026-08-06T08:14:31.0267662+02:00",
"LocationId": "41ad7b42-addc-4033-a799-cd963039b7f9",
"Remarks": "sample string 4",
"TowingPilotPersonId": "d109e77d-fa48-4c12-8733-95b29c6a2212",
"FlightOperatorPersonId": "dc5f2ba7-514a-4987-a5a8-5536ecc8e96f",
"InstructorPersonId": "04b8cf3e-f31c-4388-aae4-86a3b375b3c8",
"Id": "8286eb86-5671-4728-9321-8e4f8cfc8819",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"8286eb86-5671-4728-9321-8e4f8cfc8819","Day":"2026-08-06T08:14:31.0267662+02:00","LocationId":"41ad7b42-addc-4033-a799-cd963039b7f9","Remarks":"sample string 4","TowingPilotPersonId":"d109e77d-fa48-4c12-8733-95b29c6a2212","FlightOperatorPersonId":"dc5f2ba7-514a-4987-a5a8-5536ecc8e96f","InstructorPersonId":"04b8cf3e-f31c-4388-aae4-86a3b375b3c8","Id":"8286eb86-5671-4728-9321-8e4f8cfc8819","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">8286eb86-5671-4728-9321-8e4f8cfc8819</Id> <Day>2026-08-06T08:14:31.0267662+02:00</Day> <FlightOperatorPersonId>dc5f2ba7-514a-4987-a5a8-5536ecc8e96f</FlightOperatorPersonId> <InstructorPersonId>04b8cf3e-f31c-4388-aae4-86a3b375b3c8</InstructorPersonId> <LocationId>41ad7b42-addc-4033-a799-cd963039b7f9</LocationId> <PlanningDayId>8286eb86-5671-4728-9321-8e4f8cfc8819</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>d109e77d-fa48-4c12-8733-95b29c6a2212</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": "47603268-0504-4c90-a721-6427cf453c3b",
"Day": "2026-08-06T08:14:31.0423783+02:00",
"LocationId": "87fde7a8-16fa-43b7-aafa-d0e062213e29",
"Remarks": "sample string 4",
"TowingPilotPersonId": "b90d69ae-9c00-4268-92ec-755d6a99014d",
"FlightOperatorPersonId": "372ff29c-6421-40a9-9320-c74c473beda8",
"InstructorPersonId": "0095f61b-9d8b-4b06-bfa1-660ae8c74098",
"Id": "47603268-0504-4c90-a721-6427cf453c3b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"47603268-0504-4c90-a721-6427cf453c3b","Day":"2026-08-06T08:14:31.0423783+02:00","LocationId":"87fde7a8-16fa-43b7-aafa-d0e062213e29","Remarks":"sample string 4","TowingPilotPersonId":"b90d69ae-9c00-4268-92ec-755d6a99014d","FlightOperatorPersonId":"372ff29c-6421-40a9-9320-c74c473beda8","InstructorPersonId":"0095f61b-9d8b-4b06-bfa1-660ae8c74098","Id":"47603268-0504-4c90-a721-6427cf453c3b","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">47603268-0504-4c90-a721-6427cf453c3b</Id> <Day>2026-08-06T08:14:31.0423783+02:00</Day> <FlightOperatorPersonId>372ff29c-6421-40a9-9320-c74c473beda8</FlightOperatorPersonId> <InstructorPersonId>0095f61b-9d8b-4b06-bfa1-660ae8c74098</InstructorPersonId> <LocationId>87fde7a8-16fa-43b7-aafa-d0e062213e29</LocationId> <PlanningDayId>47603268-0504-4c90-a721-6427cf453c3b</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>b90d69ae-9c00-4268-92ec-755d6a99014d</TowingPilotPersonId> </PlanningDayDetails>