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": "28d69ab5-c167-4a3e-a7a3-7e397de09bf7",
"Day": "2026-06-20T00:11:35.4659702+02:00",
"LocationId": "4b3dad4e-1ea5-45fb-9969-20bec0ed1563",
"Remarks": "sample string 4",
"TowingPilotPersonId": "d910c6d3-4256-4da8-be2f-d7a0c4b8510d",
"FlightOperatorPersonId": "57fb3277-ca63-4ac9-9007-203a8184be60",
"InstructorPersonId": "8c79c49d-cee4-42e7-87c6-7a8dfab2e9c2",
"Id": "28d69ab5-c167-4a3e-a7a3-7e397de09bf7",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"28d69ab5-c167-4a3e-a7a3-7e397de09bf7","Day":"2026-06-20T00:11:35.4659702+02:00","LocationId":"4b3dad4e-1ea5-45fb-9969-20bec0ed1563","Remarks":"sample string 4","TowingPilotPersonId":"d910c6d3-4256-4da8-be2f-d7a0c4b8510d","FlightOperatorPersonId":"57fb3277-ca63-4ac9-9007-203a8184be60","InstructorPersonId":"8c79c49d-cee4-42e7-87c6-7a8dfab2e9c2","Id":"28d69ab5-c167-4a3e-a7a3-7e397de09bf7","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">28d69ab5-c167-4a3e-a7a3-7e397de09bf7</Id> <Day>2026-06-20T00:11:35.4659702+02:00</Day> <FlightOperatorPersonId>57fb3277-ca63-4ac9-9007-203a8184be60</FlightOperatorPersonId> <InstructorPersonId>8c79c49d-cee4-42e7-87c6-7a8dfab2e9c2</InstructorPersonId> <LocationId>4b3dad4e-1ea5-45fb-9969-20bec0ed1563</LocationId> <PlanningDayId>28d69ab5-c167-4a3e-a7a3-7e397de09bf7</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>d910c6d3-4256-4da8-be2f-d7a0c4b8510d</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": "81910e6f-1eb5-4c34-bf16-81caea4c07ee",
"Day": "2026-06-20T00:11:35.4659702+02:00",
"LocationId": "14159824-7008-4282-8806-a6c4262b04ad",
"Remarks": "sample string 4",
"TowingPilotPersonId": "a173dd3c-1f19-4a3c-a27d-3af60f531ecc",
"FlightOperatorPersonId": "abe12550-324a-49f9-8eae-c72fb3750620",
"InstructorPersonId": "2fed79dd-4644-4c3d-942b-1b05bad72101",
"Id": "81910e6f-1eb5-4c34-bf16-81caea4c07ee",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"81910e6f-1eb5-4c34-bf16-81caea4c07ee","Day":"2026-06-20T00:11:35.4659702+02:00","LocationId":"14159824-7008-4282-8806-a6c4262b04ad","Remarks":"sample string 4","TowingPilotPersonId":"a173dd3c-1f19-4a3c-a27d-3af60f531ecc","FlightOperatorPersonId":"abe12550-324a-49f9-8eae-c72fb3750620","InstructorPersonId":"2fed79dd-4644-4c3d-942b-1b05bad72101","Id":"81910e6f-1eb5-4c34-bf16-81caea4c07ee","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">81910e6f-1eb5-4c34-bf16-81caea4c07ee</Id> <Day>2026-06-20T00:11:35.4659702+02:00</Day> <FlightOperatorPersonId>abe12550-324a-49f9-8eae-c72fb3750620</FlightOperatorPersonId> <InstructorPersonId>2fed79dd-4644-4c3d-942b-1b05bad72101</InstructorPersonId> <LocationId>14159824-7008-4282-8806-a6c4262b04ad</LocationId> <PlanningDayId>81910e6f-1eb5-4c34-bf16-81caea4c07ee</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>a173dd3c-1f19-4a3c-a27d-3af60f531ecc</TowingPilotPersonId> </PlanningDayDetails>