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": "8176068f-3e4c-4ae0-9833-411e9e689d51",
"Day": "2026-07-22T21:09:11.20597+02:00",
"LocationId": "edeba69e-6616-4e65-9529-1874ee4a7bc5",
"Remarks": "sample string 4",
"TowingPilotPersonId": "141e3e0f-4382-442b-96c6-c4273577d706",
"FlightOperatorPersonId": "49addd39-98a9-4b9e-afed-f8a38152601c",
"InstructorPersonId": "67a781af-d195-49b8-b227-93ba51ebb839",
"Id": "8176068f-3e4c-4ae0-9833-411e9e689d51",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"8176068f-3e4c-4ae0-9833-411e9e689d51","Day":"2026-07-22T21:09:11.20597+02:00","LocationId":"edeba69e-6616-4e65-9529-1874ee4a7bc5","Remarks":"sample string 4","TowingPilotPersonId":"141e3e0f-4382-442b-96c6-c4273577d706","FlightOperatorPersonId":"49addd39-98a9-4b9e-afed-f8a38152601c","InstructorPersonId":"67a781af-d195-49b8-b227-93ba51ebb839","Id":"8176068f-3e4c-4ae0-9833-411e9e689d51","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">8176068f-3e4c-4ae0-9833-411e9e689d51</Id> <Day>2026-07-22T21:09:11.20597+02:00</Day> <FlightOperatorPersonId>49addd39-98a9-4b9e-afed-f8a38152601c</FlightOperatorPersonId> <InstructorPersonId>67a781af-d195-49b8-b227-93ba51ebb839</InstructorPersonId> <LocationId>edeba69e-6616-4e65-9529-1874ee4a7bc5</LocationId> <PlanningDayId>8176068f-3e4c-4ae0-9833-411e9e689d51</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>141e3e0f-4382-442b-96c6-c4273577d706</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": "4e3c1293-45b9-47fd-be86-e252d8e3d523",
"Day": "2026-07-22T21:09:11.221595+02:00",
"LocationId": "87b16212-9111-4a45-be21-4bc8759e41bb",
"Remarks": "sample string 4",
"TowingPilotPersonId": "468cdd30-8792-466e-bed9-7e8f531c106d",
"FlightOperatorPersonId": "b8cffb4f-955e-4a60-be33-a7adaafcf306",
"InstructorPersonId": "04df3d94-90da-41c4-9b00-183d39d200fa",
"Id": "4e3c1293-45b9-47fd-be86-e252d8e3d523",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"4e3c1293-45b9-47fd-be86-e252d8e3d523","Day":"2026-07-22T21:09:11.221595+02:00","LocationId":"87b16212-9111-4a45-be21-4bc8759e41bb","Remarks":"sample string 4","TowingPilotPersonId":"468cdd30-8792-466e-bed9-7e8f531c106d","FlightOperatorPersonId":"b8cffb4f-955e-4a60-be33-a7adaafcf306","InstructorPersonId":"04df3d94-90da-41c4-9b00-183d39d200fa","Id":"4e3c1293-45b9-47fd-be86-e252d8e3d523","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">4e3c1293-45b9-47fd-be86-e252d8e3d523</Id> <Day>2026-07-22T21:09:11.221595+02:00</Day> <FlightOperatorPersonId>b8cffb4f-955e-4a60-be33-a7adaafcf306</FlightOperatorPersonId> <InstructorPersonId>04df3d94-90da-41c4-9b00-183d39d200fa</InstructorPersonId> <LocationId>87b16212-9111-4a45-be21-4bc8759e41bb</LocationId> <PlanningDayId>4e3c1293-45b9-47fd-be86-e252d8e3d523</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>468cdd30-8792-466e-bed9-7e8f531c106d</TowingPilotPersonId> </PlanningDayDetails>