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": "d6b96f4e-2ba8-41ce-8615-108c77cde20d",
"Day": "2026-09-23T01:41:01.8821494+02:00",
"LocationId": "3251d1e0-e7c6-40c5-9dbe-510f15c8f856",
"Remarks": "sample string 4",
"TowingPilotPersonId": "74d044ab-9967-4137-b319-d9a87738d943",
"FlightOperatorPersonId": "5eff533d-03b7-47a4-a671-ec69af6fe09e",
"InstructorPersonId": "09757be7-b9bf-4f9c-9d53-2cc638d5e82e",
"Id": "d6b96f4e-2ba8-41ce-8615-108c77cde20d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"d6b96f4e-2ba8-41ce-8615-108c77cde20d","Day":"2026-09-23T01:41:01.8821494+02:00","LocationId":"3251d1e0-e7c6-40c5-9dbe-510f15c8f856","Remarks":"sample string 4","TowingPilotPersonId":"74d044ab-9967-4137-b319-d9a87738d943","FlightOperatorPersonId":"5eff533d-03b7-47a4-a671-ec69af6fe09e","InstructorPersonId":"09757be7-b9bf-4f9c-9d53-2cc638d5e82e","Id":"d6b96f4e-2ba8-41ce-8615-108c77cde20d","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">d6b96f4e-2ba8-41ce-8615-108c77cde20d</Id> <Day>2026-09-23T01:41:01.8821494+02:00</Day> <FlightOperatorPersonId>5eff533d-03b7-47a4-a671-ec69af6fe09e</FlightOperatorPersonId> <InstructorPersonId>09757be7-b9bf-4f9c-9d53-2cc638d5e82e</InstructorPersonId> <LocationId>3251d1e0-e7c6-40c5-9dbe-510f15c8f856</LocationId> <PlanningDayId>d6b96f4e-2ba8-41ce-8615-108c77cde20d</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>74d044ab-9967-4137-b319-d9a87738d943</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": "f8ca4831-14bf-40c0-a1bc-27d691c8ad61",
"Day": "2026-09-23T01:41:02.0383989+02:00",
"LocationId": "168d2787-a7a2-4331-a867-9d8c71926e37",
"Remarks": "sample string 4",
"TowingPilotPersonId": "24845867-f95f-4ff9-9ee8-fec581f026ac",
"FlightOperatorPersonId": "6eb96f9c-4f22-4c77-aa23-0f1e4404afc6",
"InstructorPersonId": "575ffc7b-c232-4a60-8faf-6dd2d04ff3e8",
"Id": "f8ca4831-14bf-40c0-a1bc-27d691c8ad61",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"f8ca4831-14bf-40c0-a1bc-27d691c8ad61","Day":"2026-09-23T01:41:02.0383989+02:00","LocationId":"168d2787-a7a2-4331-a867-9d8c71926e37","Remarks":"sample string 4","TowingPilotPersonId":"24845867-f95f-4ff9-9ee8-fec581f026ac","FlightOperatorPersonId":"6eb96f9c-4f22-4c77-aa23-0f1e4404afc6","InstructorPersonId":"575ffc7b-c232-4a60-8faf-6dd2d04ff3e8","Id":"f8ca4831-14bf-40c0-a1bc-27d691c8ad61","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">f8ca4831-14bf-40c0-a1bc-27d691c8ad61</Id> <Day>2026-09-23T01:41:02.0383989+02:00</Day> <FlightOperatorPersonId>6eb96f9c-4f22-4c77-aa23-0f1e4404afc6</FlightOperatorPersonId> <InstructorPersonId>575ffc7b-c232-4a60-8faf-6dd2d04ff3e8</InstructorPersonId> <LocationId>168d2787-a7a2-4331-a867-9d8c71926e37</LocationId> <PlanningDayId>f8ca4831-14bf-40c0-a1bc-27d691c8ad61</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>24845867-f95f-4ff9-9ee8-fec581f026ac</TowingPilotPersonId> </PlanningDayDetails>