POST api/dsp/dr/save
Request Information
URI Parameters
None.
Body Parameters
DSPReleaseViewModel2| Name | Description | Type | Additional information |
|---|---|---|---|
| FlightId | integer |
None. |
|
| ActualWXDSP | boolean |
None. |
|
| ActualWXDSPRemark | string |
None. |
|
| WXForcastDSP | boolean |
None. |
|
| WXForcastDSPRemark | string |
None. |
|
| SigxWXDSP | boolean |
None. |
|
| SigxWXDSPRemark | string |
None. |
|
| WindChartDSP | boolean |
None. |
|
| WindChartDSPRemark | string |
None. |
|
| NotamDSP | boolean |
None. |
|
| NotamDSPRemark | string |
None. |
|
| ComputedFligthPlanDSP | boolean |
None. |
|
| ComputedFligthPlanDSPRemark | string |
None. |
|
| ATCFlightPlanDSP | boolean |
None. |
|
| ATCFlightPlanDSPRemark | string |
None. |
|
| PermissionsDSP | boolean |
None. |
|
| PermissionsDSPRemark | string |
None. |
|
| JeppesenAirwayManualDSP | boolean |
None. |
|
| JeppesenAirwayManualDSPRemark | string |
None. |
|
| MinFuelRequiredDSP | boolean |
None. |
|
| GeneralDeclarationDSP | boolean |
None. |
|
| GeneralDeclarationDSPRemark | string |
None. |
|
| FlightReportDSP | boolean |
None. |
|
| FlightReportDSPRemark | string |
None. |
|
| TOLndCardsDSP | boolean |
None. |
|
| TOLndCardsDSPRemark | string |
None. |
|
| LoadSheetDSP | boolean |
None. |
|
| LoadSheetDSPRemark | string |
None. |
|
| FlightSafetyReportDSP | boolean |
None. |
|
| FlightSafetyReportDSPRemark | string |
None. |
|
| AVSECIncidentReportDSP | boolean |
None. |
|
| AVSECIncidentReportDSPRemark | string |
None. |
|
| OperationEngineeringDSP | boolean |
None. |
|
| OperationEngineeringDSPRemark | string |
None. |
|
| VoyageReportDSP | boolean |
None. |
|
| VoyageReportDSPRemark | string |
None. |
|
| PIFDSP | boolean |
None. |
|
| PIFDSPRemark | string |
None. |
|
| GoodDeclarationDSP | boolean |
None. |
|
| GoodDeclarationDSPRemark | string |
None. |
|
| IPADDSP | boolean |
None. |
|
| IPADDSPRemark | string |
None. |
|
| DispatcherId | integer |
None. |
|
| Id | integer |
None. |
|
| User | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FlightId": 1,
"ActualWXDSP": true,
"ActualWXDSPRemark": "sample string 1",
"WXForcastDSP": true,
"WXForcastDSPRemark": "sample string 2",
"SigxWXDSP": true,
"SigxWXDSPRemark": "sample string 3",
"WindChartDSP": true,
"WindChartDSPRemark": "sample string 4",
"NotamDSP": true,
"NotamDSPRemark": "sample string 5",
"ComputedFligthPlanDSP": true,
"ComputedFligthPlanDSPRemark": "sample string 6",
"ATCFlightPlanDSP": true,
"ATCFlightPlanDSPRemark": "sample string 7",
"PermissionsDSP": true,
"PermissionsDSPRemark": "sample string 8",
"JeppesenAirwayManualDSP": true,
"JeppesenAirwayManualDSPRemark": "sample string 9",
"MinFuelRequiredDSP": true,
"GeneralDeclarationDSP": true,
"GeneralDeclarationDSPRemark": "sample string 10",
"FlightReportDSP": true,
"FlightReportDSPRemark": "sample string 11",
"TOLndCardsDSP": true,
"TOLndCardsDSPRemark": "sample string 12",
"LoadSheetDSP": true,
"LoadSheetDSPRemark": "sample string 13",
"FlightSafetyReportDSP": true,
"FlightSafetyReportDSPRemark": "sample string 14",
"AVSECIncidentReportDSP": true,
"AVSECIncidentReportDSPRemark": "sample string 15",
"OperationEngineeringDSP": true,
"OperationEngineeringDSPRemark": "sample string 16",
"VoyageReportDSP": true,
"VoyageReportDSPRemark": "sample string 17",
"PIFDSP": true,
"PIFDSPRemark": "sample string 18",
"GoodDeclarationDSP": true,
"GoodDeclarationDSPRemark": "sample string 19",
"IPADDSP": true,
"IPADDSPRemark": "sample string 20",
"DispatcherId": 1,
"Id": 21,
"User": "sample string 22"
}
text/html
Sample:
{"FlightId":1,"ActualWXDSP":true,"ActualWXDSPRemark":"sample string 1","WXForcastDSP":true,"WXForcastDSPRemark":"sample string 2","SigxWXDSP":true,"SigxWXDSPRemark":"sample string 3","WindChartDSP":true,"WindChartDSPRemark":"sample string 4","NotamDSP":true,"NotamDSPRemark":"sample string 5","ComputedFligthPlanDSP":true,"ComputedFligthPlanDSPRemark":"sample string 6","ATCFlightPlanDSP":true,"ATCFlightPlanDSPRemark":"sample string 7","PermissionsDSP":true,"PermissionsDSPRemark":"sample string 8","JeppesenAirwayManualDSP":true,"JeppesenAirwayManualDSPRemark":"sample string 9","MinFuelRequiredDSP":true,"GeneralDeclarationDSP":true,"GeneralDeclarationDSPRemark":"sample string 10","FlightReportDSP":true,"FlightReportDSPRemark":"sample string 11","TOLndCardsDSP":true,"TOLndCardsDSPRemark":"sample string 12","LoadSheetDSP":true,"LoadSheetDSPRemark":"sample string 13","FlightSafetyReportDSP":true,"FlightSafetyReportDSPRemark":"sample string 14","AVSECIncidentReportDSP":true,"AVSECIncidentReportDSPRemark":"sample string 15","OperationEngineeringDSP":true,"OperationEngineeringDSPRemark":"sample string 16","VoyageReportDSP":true,"VoyageReportDSPRemark":"sample string 17","PIFDSP":true,"PIFDSPRemark":"sample string 18","GoodDeclarationDSP":true,"GoodDeclarationDSPRemark":"sample string 19","IPADDSP":true,"IPADDSPRemark":"sample string 20","DispatcherId":1,"Id":21,"User":"sample string 22"}
application/xml, text/xml
Sample:
<DispatchController.DSPReleaseViewModel2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiAPSB.Controllers"> <ATCFlightPlanDSP>true</ATCFlightPlanDSP> <ATCFlightPlanDSPRemark>sample string 7</ATCFlightPlanDSPRemark> <AVSECIncidentReportDSP>true</AVSECIncidentReportDSP> <AVSECIncidentReportDSPRemark>sample string 15</AVSECIncidentReportDSPRemark> <ActualWXDSP>true</ActualWXDSP> <ActualWXDSPRemark>sample string 1</ActualWXDSPRemark> <ComputedFligthPlanDSP>true</ComputedFligthPlanDSP> <ComputedFligthPlanDSPRemark>sample string 6</ComputedFligthPlanDSPRemark> <DispatcherId>1</DispatcherId> <FlightId>1</FlightId> <FlightReportDSP>true</FlightReportDSP> <FlightReportDSPRemark>sample string 11</FlightReportDSPRemark> <FlightSafetyReportDSP>true</FlightSafetyReportDSP> <FlightSafetyReportDSPRemark>sample string 14</FlightSafetyReportDSPRemark> <GeneralDeclarationDSP>true</GeneralDeclarationDSP> <GeneralDeclarationDSPRemark>sample string 10</GeneralDeclarationDSPRemark> <GoodDeclarationDSP>true</GoodDeclarationDSP> <GoodDeclarationDSPRemark>sample string 19</GoodDeclarationDSPRemark> <IPADDSP>true</IPADDSP> <IPADDSPRemark>sample string 20</IPADDSPRemark> <Id>21</Id> <JeppesenAirwayManualDSP>true</JeppesenAirwayManualDSP> <JeppesenAirwayManualDSPRemark>sample string 9</JeppesenAirwayManualDSPRemark> <LoadSheetDSP>true</LoadSheetDSP> <LoadSheetDSPRemark>sample string 13</LoadSheetDSPRemark> <MinFuelRequiredDSP>true</MinFuelRequiredDSP> <NotamDSP>true</NotamDSP> <NotamDSPRemark>sample string 5</NotamDSPRemark> <OperationEngineeringDSP>true</OperationEngineeringDSP> <OperationEngineeringDSPRemark>sample string 16</OperationEngineeringDSPRemark> <PIFDSP>true</PIFDSP> <PIFDSPRemark>sample string 18</PIFDSPRemark> <PermissionsDSP>true</PermissionsDSP> <PermissionsDSPRemark>sample string 8</PermissionsDSPRemark> <SigxWXDSP>true</SigxWXDSP> <SigxWXDSPRemark>sample string 3</SigxWXDSPRemark> <TOLndCardsDSP>true</TOLndCardsDSP> <TOLndCardsDSPRemark>sample string 12</TOLndCardsDSPRemark> <User>sample string 22</User> <VoyageReportDSP>true</VoyageReportDSP> <VoyageReportDSPRemark>sample string 17</VoyageReportDSPRemark> <WXForcastDSP>true</WXForcastDSP> <WXForcastDSPRemark>sample string 2</WXForcastDSPRemark> <WindChartDSP>true</WindChartDSP> <WindChartDSPRemark>sample string 4</WindChartDSPRemark> </DispatchController.DSPReleaseViewModel2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.