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": "58af4f94-6597-442b-8080-5d545249af89",
"Day": "2026-05-17T13:32:02.7456163+02:00",
"LocationId": "3b20d350-d6ab-4fea-8e5e-f06736a177e0",
"Remarks": "sample string 4",
"TowingPilotPersonId": "7fa4cdc7-bbeb-4818-a291-abd522543ef8",
"FlightOperatorPersonId": "4e28976f-03c8-48e2-adb3-412f47af4a25",
"InstructorPersonId": "ddeccc1e-8250-47d6-9764-124f368d2e34",
"Id": "58af4f94-6597-442b-8080-5d545249af89",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"58af4f94-6597-442b-8080-5d545249af89","Day":"2026-05-17T13:32:02.7456163+02:00","LocationId":"3b20d350-d6ab-4fea-8e5e-f06736a177e0","Remarks":"sample string 4","TowingPilotPersonId":"7fa4cdc7-bbeb-4818-a291-abd522543ef8","FlightOperatorPersonId":"4e28976f-03c8-48e2-adb3-412f47af4a25","InstructorPersonId":"ddeccc1e-8250-47d6-9764-124f368d2e34","Id":"58af4f94-6597-442b-8080-5d545249af89","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">58af4f94-6597-442b-8080-5d545249af89</Id> <Day>2026-05-17T13:32:02.7456163+02:00</Day> <FlightOperatorPersonId>4e28976f-03c8-48e2-adb3-412f47af4a25</FlightOperatorPersonId> <InstructorPersonId>ddeccc1e-8250-47d6-9764-124f368d2e34</InstructorPersonId> <LocationId>3b20d350-d6ab-4fea-8e5e-f06736a177e0</LocationId> <PlanningDayId>58af4f94-6597-442b-8080-5d545249af89</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>7fa4cdc7-bbeb-4818-a291-abd522543ef8</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": "d5bfac75-1051-4eb9-a955-154943a00cb2",
"Day": "2026-05-17T13:32:02.7456163+02:00",
"LocationId": "5b555b6f-0f4b-475b-86b8-e06be5f2bd2e",
"Remarks": "sample string 4",
"TowingPilotPersonId": "4792cb89-8e78-43dc-96c8-6fc8539bfcf2",
"FlightOperatorPersonId": "ee972bd7-3bfb-4862-8bef-587516b99e72",
"InstructorPersonId": "21ab3ea0-5e70-4085-986d-df2c46bfb4f8",
"Id": "d5bfac75-1051-4eb9-a955-154943a00cb2",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"d5bfac75-1051-4eb9-a955-154943a00cb2","Day":"2026-05-17T13:32:02.7456163+02:00","LocationId":"5b555b6f-0f4b-475b-86b8-e06be5f2bd2e","Remarks":"sample string 4","TowingPilotPersonId":"4792cb89-8e78-43dc-96c8-6fc8539bfcf2","FlightOperatorPersonId":"ee972bd7-3bfb-4862-8bef-587516b99e72","InstructorPersonId":"21ab3ea0-5e70-4085-986d-df2c46bfb4f8","Id":"d5bfac75-1051-4eb9-a955-154943a00cb2","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">d5bfac75-1051-4eb9-a955-154943a00cb2</Id> <Day>2026-05-17T13:32:02.7456163+02:00</Day> <FlightOperatorPersonId>ee972bd7-3bfb-4862-8bef-587516b99e72</FlightOperatorPersonId> <InstructorPersonId>21ab3ea0-5e70-4085-986d-df2c46bfb4f8</InstructorPersonId> <LocationId>5b555b6f-0f4b-475b-86b8-e06be5f2bd2e</LocationId> <PlanningDayId>d5bfac75-1051-4eb9-a955-154943a00cb2</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>4792cb89-8e78-43dc-96c8-6fc8539bfcf2</TowingPilotPersonId> </PlanningDayDetails>