PUT api/v1/planningdays/{planningDayId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| planningDayId | globally unique identifier |
Required |
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": "5d816079-177d-442e-8cf2-dcddc8a2fc35",
"Day": "2026-05-12T20:14:56.3570226+02:00",
"LocationId": "fcdc5b40-7c7e-49f1-b43a-35ef8fd8b73d",
"Remarks": "sample string 4",
"TowingPilotPersonId": "fe67e280-7355-450e-b40b-a9392ed42cbf",
"FlightOperatorPersonId": "36b79386-a4cf-448c-bc06-08c152cd3a72",
"InstructorPersonId": "2a7a4e24-beb6-486d-bcca-65fa73856e63",
"Id": "5d816079-177d-442e-8cf2-dcddc8a2fc35",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"5d816079-177d-442e-8cf2-dcddc8a2fc35","Day":"2026-05-12T20:14:56.3570226+02:00","LocationId":"fcdc5b40-7c7e-49f1-b43a-35ef8fd8b73d","Remarks":"sample string 4","TowingPilotPersonId":"fe67e280-7355-450e-b40b-a9392ed42cbf","FlightOperatorPersonId":"36b79386-a4cf-448c-bc06-08c152cd3a72","InstructorPersonId":"2a7a4e24-beb6-486d-bcca-65fa73856e63","Id":"5d816079-177d-442e-8cf2-dcddc8a2fc35","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">5d816079-177d-442e-8cf2-dcddc8a2fc35</Id> <Day>2026-05-12T20:14:56.3570226+02:00</Day> <FlightOperatorPersonId>36b79386-a4cf-448c-bc06-08c152cd3a72</FlightOperatorPersonId> <InstructorPersonId>2a7a4e24-beb6-486d-bcca-65fa73856e63</InstructorPersonId> <LocationId>fcdc5b40-7c7e-49f1-b43a-35ef8fd8b73d</LocationId> <PlanningDayId>5d816079-177d-442e-8cf2-dcddc8a2fc35</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>fe67e280-7355-450e-b40b-a9392ed42cbf</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": "ee2ddc26-e835-48bc-9d68-5a0781f94854",
"Day": "2026-05-12T20:14:56.3726458+02:00",
"LocationId": "9b6142ac-f1dd-4b47-b5e4-bd691bc49512",
"Remarks": "sample string 4",
"TowingPilotPersonId": "8979297b-3c98-4b59-ae67-62bf9c206357",
"FlightOperatorPersonId": "415b9d77-380e-41c8-aaad-1fdfebacbba2",
"InstructorPersonId": "702bc6a4-4697-4a5b-874e-003d88dd0e8e",
"Id": "ee2ddc26-e835-48bc-9d68-5a0781f94854",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"ee2ddc26-e835-48bc-9d68-5a0781f94854","Day":"2026-05-12T20:14:56.3726458+02:00","LocationId":"9b6142ac-f1dd-4b47-b5e4-bd691bc49512","Remarks":"sample string 4","TowingPilotPersonId":"8979297b-3c98-4b59-ae67-62bf9c206357","FlightOperatorPersonId":"415b9d77-380e-41c8-aaad-1fdfebacbba2","InstructorPersonId":"702bc6a4-4697-4a5b-874e-003d88dd0e8e","Id":"ee2ddc26-e835-48bc-9d68-5a0781f94854","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">ee2ddc26-e835-48bc-9d68-5a0781f94854</Id> <Day>2026-05-12T20:14:56.3726458+02:00</Day> <FlightOperatorPersonId>415b9d77-380e-41c8-aaad-1fdfebacbba2</FlightOperatorPersonId> <InstructorPersonId>702bc6a4-4697-4a5b-874e-003d88dd0e8e</InstructorPersonId> <LocationId>9b6142ac-f1dd-4b47-b5e4-bd691bc49512</LocationId> <PlanningDayId>ee2ddc26-e835-48bc-9d68-5a0781f94854</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>8979297b-3c98-4b59-ae67-62bf9c206357</TowingPilotPersonId> </PlanningDayDetails>