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": "79db0c07-7f8e-432b-8292-9d1f54ebcee8",
"Day": "2026-09-03T02:14:57.0852814+02:00",
"LocationId": "1fbc88af-fe20-4813-8be7-72725d2e9005",
"Remarks": "sample string 4",
"TowingPilotPersonId": "7529742b-f3c6-4cb4-b5be-c7f44e5b19fe",
"FlightOperatorPersonId": "46db211b-1db3-4d64-8593-08201dc09a5c",
"InstructorPersonId": "8f1e9275-81ce-41c9-bb27-0ead670ccf59",
"Id": "79db0c07-7f8e-432b-8292-9d1f54ebcee8",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"79db0c07-7f8e-432b-8292-9d1f54ebcee8","Day":"2026-09-03T02:14:57.0852814+02:00","LocationId":"1fbc88af-fe20-4813-8be7-72725d2e9005","Remarks":"sample string 4","TowingPilotPersonId":"7529742b-f3c6-4cb4-b5be-c7f44e5b19fe","FlightOperatorPersonId":"46db211b-1db3-4d64-8593-08201dc09a5c","InstructorPersonId":"8f1e9275-81ce-41c9-bb27-0ead670ccf59","Id":"79db0c07-7f8e-432b-8292-9d1f54ebcee8","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">79db0c07-7f8e-432b-8292-9d1f54ebcee8</Id> <Day>2026-09-03T02:14:57.0852814+02:00</Day> <FlightOperatorPersonId>46db211b-1db3-4d64-8593-08201dc09a5c</FlightOperatorPersonId> <InstructorPersonId>8f1e9275-81ce-41c9-bb27-0ead670ccf59</InstructorPersonId> <LocationId>1fbc88af-fe20-4813-8be7-72725d2e9005</LocationId> <PlanningDayId>79db0c07-7f8e-432b-8292-9d1f54ebcee8</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>7529742b-f3c6-4cb4-b5be-c7f44e5b19fe</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": "2faece6c-54bc-43a3-939e-90b9592c4a69",
"Day": "2026-09-03T02:14:57.0852814+02:00",
"LocationId": "2b32c371-f4b9-4249-9f51-3459012aa107",
"Remarks": "sample string 4",
"TowingPilotPersonId": "412a5cb0-37e3-48f3-afd0-e9d506e8a434",
"FlightOperatorPersonId": "54a583af-2020-4217-ac23-fd04422dac1e",
"InstructorPersonId": "1e59b4ed-754a-46fc-a09f-8a657040142a",
"Id": "2faece6c-54bc-43a3-939e-90b9592c4a69",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"2faece6c-54bc-43a3-939e-90b9592c4a69","Day":"2026-09-03T02:14:57.0852814+02:00","LocationId":"2b32c371-f4b9-4249-9f51-3459012aa107","Remarks":"sample string 4","TowingPilotPersonId":"412a5cb0-37e3-48f3-afd0-e9d506e8a434","FlightOperatorPersonId":"54a583af-2020-4217-ac23-fd04422dac1e","InstructorPersonId":"1e59b4ed-754a-46fc-a09f-8a657040142a","Id":"2faece6c-54bc-43a3-939e-90b9592c4a69","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">2faece6c-54bc-43a3-939e-90b9592c4a69</Id> <Day>2026-09-03T02:14:57.0852814+02:00</Day> <FlightOperatorPersonId>54a583af-2020-4217-ac23-fd04422dac1e</FlightOperatorPersonId> <InstructorPersonId>1e59b4ed-754a-46fc-a09f-8a657040142a</InstructorPersonId> <LocationId>2b32c371-f4b9-4249-9f51-3459012aa107</LocationId> <PlanningDayId>2faece6c-54bc-43a3-939e-90b9592c4a69</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>412a5cb0-37e3-48f3-afd0-e9d506e8a434</TowingPilotPersonId> </PlanningDayDetails>