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": "1b763c15-c11c-468c-b827-f6eb21e4734b",
"Day": "2026-03-10T11:41:32.37387+01:00",
"LocationId": "245c4b57-fcd4-43ea-9e3d-9632221c41b7",
"Remarks": "sample string 4",
"TowingPilotPersonId": "ce398342-5348-4786-bae3-2f5719901590",
"FlightOperatorPersonId": "4b7dd406-c6cd-4445-9c82-a7b0a1242d63",
"InstructorPersonId": "ac44e412-5deb-4b6f-9a5a-992e00f3acfa",
"Id": "1b763c15-c11c-468c-b827-f6eb21e4734b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"1b763c15-c11c-468c-b827-f6eb21e4734b","Day":"2026-03-10T11:41:32.37387+01:00","LocationId":"245c4b57-fcd4-43ea-9e3d-9632221c41b7","Remarks":"sample string 4","TowingPilotPersonId":"ce398342-5348-4786-bae3-2f5719901590","FlightOperatorPersonId":"4b7dd406-c6cd-4445-9c82-a7b0a1242d63","InstructorPersonId":"ac44e412-5deb-4b6f-9a5a-992e00f3acfa","Id":"1b763c15-c11c-468c-b827-f6eb21e4734b","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">1b763c15-c11c-468c-b827-f6eb21e4734b</Id> <Day>2026-03-10T11:41:32.37387+01:00</Day> <FlightOperatorPersonId>4b7dd406-c6cd-4445-9c82-a7b0a1242d63</FlightOperatorPersonId> <InstructorPersonId>ac44e412-5deb-4b6f-9a5a-992e00f3acfa</InstructorPersonId> <LocationId>245c4b57-fcd4-43ea-9e3d-9632221c41b7</LocationId> <PlanningDayId>1b763c15-c11c-468c-b827-f6eb21e4734b</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>ce398342-5348-4786-bae3-2f5719901590</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": "8162d783-2745-4c36-a28e-f8e6b77390ef",
"Day": "2026-03-10T11:41:32.37387+01:00",
"LocationId": "e148fc48-ba0c-4b32-ac12-718461ed5a92",
"Remarks": "sample string 4",
"TowingPilotPersonId": "a5bbc91a-e5a9-41ff-9e95-0d827a61be5f",
"FlightOperatorPersonId": "f71fd375-0ec1-46d6-b5b3-0e3c023b8b91",
"InstructorPersonId": "a1996171-81b6-492e-8606-92731e1ff1ca",
"Id": "8162d783-2745-4c36-a28e-f8e6b77390ef",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"8162d783-2745-4c36-a28e-f8e6b77390ef","Day":"2026-03-10T11:41:32.37387+01:00","LocationId":"e148fc48-ba0c-4b32-ac12-718461ed5a92","Remarks":"sample string 4","TowingPilotPersonId":"a5bbc91a-e5a9-41ff-9e95-0d827a61be5f","FlightOperatorPersonId":"f71fd375-0ec1-46d6-b5b3-0e3c023b8b91","InstructorPersonId":"a1996171-81b6-492e-8606-92731e1ff1ca","Id":"8162d783-2745-4c36-a28e-f8e6b77390ef","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">8162d783-2745-4c36-a28e-f8e6b77390ef</Id> <Day>2026-03-10T11:41:32.37387+01:00</Day> <FlightOperatorPersonId>f71fd375-0ec1-46d6-b5b3-0e3c023b8b91</FlightOperatorPersonId> <InstructorPersonId>a1996171-81b6-492e-8606-92731e1ff1ca</InstructorPersonId> <LocationId>e148fc48-ba0c-4b32-ac12-718461ed5a92</LocationId> <PlanningDayId>8162d783-2745-4c36-a28e-f8e6b77390ef</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>a5bbc91a-e5a9-41ff-9e95-0d827a61be5f</TowingPilotPersonId> </PlanningDayDetails>