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": "2fb0af37-2035-4016-bb1d-b37b3dbeb63b",
"Day": "2026-03-19T07:52:10.333666+01:00",
"LocationId": "7c5f28cb-ec22-4c2d-86f1-1c7620ae3feb",
"Remarks": "sample string 4",
"TowingPilotPersonId": "0b9bfe4e-1fb6-4cfd-a32d-52eb71b2d9f7",
"FlightOperatorPersonId": "4a20b636-79ad-43b4-8f48-3ce730e11051",
"InstructorPersonId": "ecf734aa-71a2-45c9-8c8f-ccc69859d0ff",
"Id": "2fb0af37-2035-4016-bb1d-b37b3dbeb63b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"2fb0af37-2035-4016-bb1d-b37b3dbeb63b","Day":"2026-03-19T07:52:10.333666+01:00","LocationId":"7c5f28cb-ec22-4c2d-86f1-1c7620ae3feb","Remarks":"sample string 4","TowingPilotPersonId":"0b9bfe4e-1fb6-4cfd-a32d-52eb71b2d9f7","FlightOperatorPersonId":"4a20b636-79ad-43b4-8f48-3ce730e11051","InstructorPersonId":"ecf734aa-71a2-45c9-8c8f-ccc69859d0ff","Id":"2fb0af37-2035-4016-bb1d-b37b3dbeb63b","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">2fb0af37-2035-4016-bb1d-b37b3dbeb63b</Id> <Day>2026-03-19T07:52:10.333666+01:00</Day> <FlightOperatorPersonId>4a20b636-79ad-43b4-8f48-3ce730e11051</FlightOperatorPersonId> <InstructorPersonId>ecf734aa-71a2-45c9-8c8f-ccc69859d0ff</InstructorPersonId> <LocationId>7c5f28cb-ec22-4c2d-86f1-1c7620ae3feb</LocationId> <PlanningDayId>2fb0af37-2035-4016-bb1d-b37b3dbeb63b</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>0b9bfe4e-1fb6-4cfd-a32d-52eb71b2d9f7</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": "f45403c5-a58d-4e67-b23f-0d4c50c2b07d",
"Day": "2026-03-19T07:52:10.333666+01:00",
"LocationId": "debf9e84-b5a8-45f7-b306-75f330ac3fcb",
"Remarks": "sample string 4",
"TowingPilotPersonId": "13e21fd1-101e-4d3f-94bb-98867d0f2363",
"FlightOperatorPersonId": "6bf38d5b-7855-483d-b217-c09aa1172504",
"InstructorPersonId": "44bdadf6-3b1b-472e-a9b9-2c7c58a2b8c2",
"Id": "f45403c5-a58d-4e67-b23f-0d4c50c2b07d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"f45403c5-a58d-4e67-b23f-0d4c50c2b07d","Day":"2026-03-19T07:52:10.333666+01:00","LocationId":"debf9e84-b5a8-45f7-b306-75f330ac3fcb","Remarks":"sample string 4","TowingPilotPersonId":"13e21fd1-101e-4d3f-94bb-98867d0f2363","FlightOperatorPersonId":"6bf38d5b-7855-483d-b217-c09aa1172504","InstructorPersonId":"44bdadf6-3b1b-472e-a9b9-2c7c58a2b8c2","Id":"f45403c5-a58d-4e67-b23f-0d4c50c2b07d","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">f45403c5-a58d-4e67-b23f-0d4c50c2b07d</Id> <Day>2026-03-19T07:52:10.333666+01:00</Day> <FlightOperatorPersonId>6bf38d5b-7855-483d-b217-c09aa1172504</FlightOperatorPersonId> <InstructorPersonId>44bdadf6-3b1b-472e-a9b9-2c7c58a2b8c2</InstructorPersonId> <LocationId>debf9e84-b5a8-45f7-b306-75f330ac3fcb</LocationId> <PlanningDayId>f45403c5-a58d-4e67-b23f-0d4c50c2b07d</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>13e21fd1-101e-4d3f-94bb-98867d0f2363</TowingPilotPersonId> </PlanningDayDetails>