POST api/v1/planningdays/create/list
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "b0598783-0b5e-4caa-b4fd-cea9b11e1aee",
"Day": "2026-08-15T22:30:04.9171758+02:00",
"LocationId": "3a5773ba-aa53-4130-b07c-cc8d3e30e8c4",
"Remarks": "sample string 4",
"TowingPilotPersonId": "096afea7-3e6a-4ae0-b59b-f3e016288f5d",
"FlightOperatorPersonId": "5e3164a6-a951-4aeb-8138-4cca2aa0455b",
"InstructorPersonId": "4ac308b2-6b55-4bc2-a466-6859a765a222",
"Id": "b0598783-0b5e-4caa-b4fd-cea9b11e1aee",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"PlanningDayId": "b0598783-0b5e-4caa-b4fd-cea9b11e1aee",
"Day": "2026-08-15T22:30:04.9171758+02:00",
"LocationId": "3a5773ba-aa53-4130-b07c-cc8d3e30e8c4",
"Remarks": "sample string 4",
"TowingPilotPersonId": "096afea7-3e6a-4ae0-b59b-f3e016288f5d",
"FlightOperatorPersonId": "5e3164a6-a951-4aeb-8138-4cca2aa0455b",
"InstructorPersonId": "4ac308b2-6b55-4bc2-a466-6859a765a222",
"Id": "b0598783-0b5e-4caa-b4fd-cea9b11e1aee",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"PlanningDayId":"b0598783-0b5e-4caa-b4fd-cea9b11e1aee","Day":"2026-08-15T22:30:04.9171758+02:00","LocationId":"3a5773ba-aa53-4130-b07c-cc8d3e30e8c4","Remarks":"sample string 4","TowingPilotPersonId":"096afea7-3e6a-4ae0-b59b-f3e016288f5d","FlightOperatorPersonId":"5e3164a6-a951-4aeb-8138-4cca2aa0455b","InstructorPersonId":"4ac308b2-6b55-4bc2-a466-6859a765a222","Id":"b0598783-0b5e-4caa-b4fd-cea9b11e1aee","CanUpdateRecord":true,"CanDeleteRecord":true},{"PlanningDayId":"b0598783-0b5e-4caa-b4fd-cea9b11e1aee","Day":"2026-08-15T22:30:04.9171758+02:00","LocationId":"3a5773ba-aa53-4130-b07c-cc8d3e30e8c4","Remarks":"sample string 4","TowingPilotPersonId":"096afea7-3e6a-4ae0-b59b-f3e016288f5d","FlightOperatorPersonId":"5e3164a6-a951-4aeb-8138-4cca2aa0455b","InstructorPersonId":"4ac308b2-6b55-4bc2-a466-6859a765a222","Id":"b0598783-0b5e-4caa-b4fd-cea9b11e1aee","CanUpdateRecord":true,"CanDeleteRecord":true}]
application/xml, text/xml
Sample:
<ArrayOfPlanningDayDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.PlanningDay">
<PlanningDayDetails>
<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">b0598783-0b5e-4caa-b4fd-cea9b11e1aee</Id>
<Day>2026-08-15T22:30:04.9171758+02:00</Day>
<FlightOperatorPersonId>5e3164a6-a951-4aeb-8138-4cca2aa0455b</FlightOperatorPersonId>
<InstructorPersonId>4ac308b2-6b55-4bc2-a466-6859a765a222</InstructorPersonId>
<LocationId>3a5773ba-aa53-4130-b07c-cc8d3e30e8c4</LocationId>
<PlanningDayId>b0598783-0b5e-4caa-b4fd-cea9b11e1aee</PlanningDayId>
<Remarks>sample string 4</Remarks>
<TowingPilotPersonId>096afea7-3e6a-4ae0-b59b-f3e016288f5d</TowingPilotPersonId>
</PlanningDayDetails>
<PlanningDayDetails>
<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">b0598783-0b5e-4caa-b4fd-cea9b11e1aee</Id>
<Day>2026-08-15T22:30:04.9171758+02:00</Day>
<FlightOperatorPersonId>5e3164a6-a951-4aeb-8138-4cca2aa0455b</FlightOperatorPersonId>
<InstructorPersonId>4ac308b2-6b55-4bc2-a466-6859a765a222</InstructorPersonId>
<LocationId>3a5773ba-aa53-4130-b07c-cc8d3e30e8c4</LocationId>
<PlanningDayId>b0598783-0b5e-4caa-b4fd-cea9b11e1aee</PlanningDayId>
<Remarks>sample string 4</Remarks>
<TowingPilotPersonId>096afea7-3e6a-4ae0-b59b-f3e016288f5d</TowingPilotPersonId>
</PlanningDayDetails>
</ArrayOfPlanningDayDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "a0eb009e-033c-405c-b475-90dbd13c8406",
"Day": "2026-08-15T22:30:05.089046+02:00",
"LocationId": "813b123e-8da5-4104-8897-c8a0871b0929",
"Remarks": "sample string 4",
"TowingPilotPersonId": "c2776e06-0c16-4ac8-9d27-8593e2fc32a8",
"FlightOperatorPersonId": "9b1a655a-3506-4425-bc0e-75c4c5788514",
"InstructorPersonId": "6f065459-3be1-4c44-abb3-fe65e2c8fa8b",
"Id": "a0eb009e-033c-405c-b475-90dbd13c8406",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"PlanningDayId": "a0eb009e-033c-405c-b475-90dbd13c8406",
"Day": "2026-08-15T22:30:05.089046+02:00",
"LocationId": "813b123e-8da5-4104-8897-c8a0871b0929",
"Remarks": "sample string 4",
"TowingPilotPersonId": "c2776e06-0c16-4ac8-9d27-8593e2fc32a8",
"FlightOperatorPersonId": "9b1a655a-3506-4425-bc0e-75c4c5788514",
"InstructorPersonId": "6f065459-3be1-4c44-abb3-fe65e2c8fa8b",
"Id": "a0eb009e-033c-405c-b475-90dbd13c8406",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"PlanningDayId":"a0eb009e-033c-405c-b475-90dbd13c8406","Day":"2026-08-15T22:30:05.089046+02:00","LocationId":"813b123e-8da5-4104-8897-c8a0871b0929","Remarks":"sample string 4","TowingPilotPersonId":"c2776e06-0c16-4ac8-9d27-8593e2fc32a8","FlightOperatorPersonId":"9b1a655a-3506-4425-bc0e-75c4c5788514","InstructorPersonId":"6f065459-3be1-4c44-abb3-fe65e2c8fa8b","Id":"a0eb009e-033c-405c-b475-90dbd13c8406","CanUpdateRecord":true,"CanDeleteRecord":true},{"PlanningDayId":"a0eb009e-033c-405c-b475-90dbd13c8406","Day":"2026-08-15T22:30:05.089046+02:00","LocationId":"813b123e-8da5-4104-8897-c8a0871b0929","Remarks":"sample string 4","TowingPilotPersonId":"c2776e06-0c16-4ac8-9d27-8593e2fc32a8","FlightOperatorPersonId":"9b1a655a-3506-4425-bc0e-75c4c5788514","InstructorPersonId":"6f065459-3be1-4c44-abb3-fe65e2c8fa8b","Id":"a0eb009e-033c-405c-b475-90dbd13c8406","CanUpdateRecord":true,"CanDeleteRecord":true}]
application/xml, text/xml
Sample:
<ArrayOfPlanningDayDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.PlanningDay">
<PlanningDayDetails>
<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">a0eb009e-033c-405c-b475-90dbd13c8406</Id>
<Day>2026-08-15T22:30:05.089046+02:00</Day>
<FlightOperatorPersonId>9b1a655a-3506-4425-bc0e-75c4c5788514</FlightOperatorPersonId>
<InstructorPersonId>6f065459-3be1-4c44-abb3-fe65e2c8fa8b</InstructorPersonId>
<LocationId>813b123e-8da5-4104-8897-c8a0871b0929</LocationId>
<PlanningDayId>a0eb009e-033c-405c-b475-90dbd13c8406</PlanningDayId>
<Remarks>sample string 4</Remarks>
<TowingPilotPersonId>c2776e06-0c16-4ac8-9d27-8593e2fc32a8</TowingPilotPersonId>
</PlanningDayDetails>
<PlanningDayDetails>
<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">a0eb009e-033c-405c-b475-90dbd13c8406</Id>
<Day>2026-08-15T22:30:05.089046+02:00</Day>
<FlightOperatorPersonId>9b1a655a-3506-4425-bc0e-75c4c5788514</FlightOperatorPersonId>
<InstructorPersonId>6f065459-3be1-4c44-abb3-fe65e2c8fa8b</InstructorPersonId>
<LocationId>813b123e-8da5-4104-8897-c8a0871b0929</LocationId>
<PlanningDayId>a0eb009e-033c-405c-b475-90dbd13c8406</PlanningDayId>
<Remarks>sample string 4</Remarks>
<TowingPilotPersonId>c2776e06-0c16-4ac8-9d27-8593e2fc32a8</TowingPilotPersonId>
</PlanningDayDetails>
</ArrayOfPlanningDayDetails>