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": "91b0ff03-ae1f-48c7-9772-46906ae5cb9e",
"Day": "2026-03-24T01:39:01.3016057+01:00",
"LocationId": "39ad84f8-32fa-4628-96e0-3d93763e142d",
"Remarks": "sample string 4",
"TowingPilotPersonId": "09de59b5-30fd-4e64-b138-148e93e23d2d",
"FlightOperatorPersonId": "4fbfbd32-8b4f-48bc-9ab6-afc3b1cd6a61",
"InstructorPersonId": "b8a0889a-7164-45e5-ad87-eb675c2261d7",
"Id": "91b0ff03-ae1f-48c7-9772-46906ae5cb9e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"91b0ff03-ae1f-48c7-9772-46906ae5cb9e","Day":"2026-03-24T01:39:01.3016057+01:00","LocationId":"39ad84f8-32fa-4628-96e0-3d93763e142d","Remarks":"sample string 4","TowingPilotPersonId":"09de59b5-30fd-4e64-b138-148e93e23d2d","FlightOperatorPersonId":"4fbfbd32-8b4f-48bc-9ab6-afc3b1cd6a61","InstructorPersonId":"b8a0889a-7164-45e5-ad87-eb675c2261d7","Id":"91b0ff03-ae1f-48c7-9772-46906ae5cb9e","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">91b0ff03-ae1f-48c7-9772-46906ae5cb9e</Id> <Day>2026-03-24T01:39:01.3016057+01:00</Day> <FlightOperatorPersonId>4fbfbd32-8b4f-48bc-9ab6-afc3b1cd6a61</FlightOperatorPersonId> <InstructorPersonId>b8a0889a-7164-45e5-ad87-eb675c2261d7</InstructorPersonId> <LocationId>39ad84f8-32fa-4628-96e0-3d93763e142d</LocationId> <PlanningDayId>91b0ff03-ae1f-48c7-9772-46906ae5cb9e</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>09de59b5-30fd-4e64-b138-148e93e23d2d</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": "184e2901-4e08-487d-a8b7-cc9aa954095c",
"Day": "2026-03-24T01:39:01.3172299+01:00",
"LocationId": "20a9cb9d-54ac-4471-a8d5-16124a2e295f",
"Remarks": "sample string 4",
"TowingPilotPersonId": "d4b1b71a-0666-44c0-8f56-bf783602e880",
"FlightOperatorPersonId": "cade4816-f04a-4bb1-b274-9aa8e13fc0ee",
"InstructorPersonId": "22a9c7b8-c6fc-407b-b0c8-1a96f4bb997f",
"Id": "184e2901-4e08-487d-a8b7-cc9aa954095c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"184e2901-4e08-487d-a8b7-cc9aa954095c","Day":"2026-03-24T01:39:01.3172299+01:00","LocationId":"20a9cb9d-54ac-4471-a8d5-16124a2e295f","Remarks":"sample string 4","TowingPilotPersonId":"d4b1b71a-0666-44c0-8f56-bf783602e880","FlightOperatorPersonId":"cade4816-f04a-4bb1-b274-9aa8e13fc0ee","InstructorPersonId":"22a9c7b8-c6fc-407b-b0c8-1a96f4bb997f","Id":"184e2901-4e08-487d-a8b7-cc9aa954095c","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">184e2901-4e08-487d-a8b7-cc9aa954095c</Id> <Day>2026-03-24T01:39:01.3172299+01:00</Day> <FlightOperatorPersonId>cade4816-f04a-4bb1-b274-9aa8e13fc0ee</FlightOperatorPersonId> <InstructorPersonId>22a9c7b8-c6fc-407b-b0c8-1a96f4bb997f</InstructorPersonId> <LocationId>20a9cb9d-54ac-4471-a8d5-16124a2e295f</LocationId> <PlanningDayId>184e2901-4e08-487d-a8b7-cc9aa954095c</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>d4b1b71a-0666-44c0-8f56-bf783602e880</TowingPilotPersonId> </PlanningDayDetails>