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": "6d041de6-bd3b-4eb6-a5e4-bbe64d74b820",
"Day": "2026-08-05T15:45:02.4017768+02:00",
"LocationId": "550bfeb0-cfd2-4118-9f4a-fdbc23e530b6",
"Remarks": "sample string 4",
"TowingPilotPersonId": "418ef2de-7d1b-4d30-a2cd-a86ebd5750e8",
"FlightOperatorPersonId": "ea5e5e13-7fae-45f3-98c7-7ec11e3e436f",
"InstructorPersonId": "b0d0af0b-6171-4eaa-bee1-fc03be6ad364",
"Id": "6d041de6-bd3b-4eb6-a5e4-bbe64d74b820",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"6d041de6-bd3b-4eb6-a5e4-bbe64d74b820","Day":"2026-08-05T15:45:02.4017768+02:00","LocationId":"550bfeb0-cfd2-4118-9f4a-fdbc23e530b6","Remarks":"sample string 4","TowingPilotPersonId":"418ef2de-7d1b-4d30-a2cd-a86ebd5750e8","FlightOperatorPersonId":"ea5e5e13-7fae-45f3-98c7-7ec11e3e436f","InstructorPersonId":"b0d0af0b-6171-4eaa-bee1-fc03be6ad364","Id":"6d041de6-bd3b-4eb6-a5e4-bbe64d74b820","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">6d041de6-bd3b-4eb6-a5e4-bbe64d74b820</Id> <Day>2026-08-05T15:45:02.4017768+02:00</Day> <FlightOperatorPersonId>ea5e5e13-7fae-45f3-98c7-7ec11e3e436f</FlightOperatorPersonId> <InstructorPersonId>b0d0af0b-6171-4eaa-bee1-fc03be6ad364</InstructorPersonId> <LocationId>550bfeb0-cfd2-4118-9f4a-fdbc23e530b6</LocationId> <PlanningDayId>6d041de6-bd3b-4eb6-a5e4-bbe64d74b820</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>418ef2de-7d1b-4d30-a2cd-a86ebd5750e8</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": "41637ad5-ee7d-4659-b4bd-74b64662cff8",
"Day": "2026-08-05T15:45:02.8080344+02:00",
"LocationId": "09983a2f-31aa-4585-8ce3-20483cf61303",
"Remarks": "sample string 4",
"TowingPilotPersonId": "84a948fb-6ca7-4659-b844-9b0e1ef22091",
"FlightOperatorPersonId": "cf047345-ffc2-437c-9645-7b9752561804",
"InstructorPersonId": "db8fd1e1-9c02-418e-8360-fcdd2cb6a9c9",
"Id": "41637ad5-ee7d-4659-b4bd-74b64662cff8",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PlanningDayId":"41637ad5-ee7d-4659-b4bd-74b64662cff8","Day":"2026-08-05T15:45:02.8080344+02:00","LocationId":"09983a2f-31aa-4585-8ce3-20483cf61303","Remarks":"sample string 4","TowingPilotPersonId":"84a948fb-6ca7-4659-b844-9b0e1ef22091","FlightOperatorPersonId":"cf047345-ffc2-437c-9645-7b9752561804","InstructorPersonId":"db8fd1e1-9c02-418e-8360-fcdd2cb6a9c9","Id":"41637ad5-ee7d-4659-b4bd-74b64662cff8","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">41637ad5-ee7d-4659-b4bd-74b64662cff8</Id> <Day>2026-08-05T15:45:02.8080344+02:00</Day> <FlightOperatorPersonId>cf047345-ffc2-437c-9645-7b9752561804</FlightOperatorPersonId> <InstructorPersonId>db8fd1e1-9c02-418e-8360-fcdd2cb6a9c9</InstructorPersonId> <LocationId>09983a2f-31aa-4585-8ce3-20483cf61303</LocationId> <PlanningDayId>41637ad5-ee7d-4659-b4bd-74b64662cff8</PlanningDayId> <Remarks>sample string 4</Remarks> <TowingPilotPersonId>84a948fb-6ca7-4659-b844-9b0e1ef22091</TowingPilotPersonId> </PlanningDayDetails>