POST api/LineAuditReport/SaveLineAuditReport
Request Information
URI Parameters
None.
Body Parameters
LIneAuditFormAddMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BaseStationID | integer |
None. |
|
| CaptainID | string |
None. |
|
| FirstOfficer | string |
None. |
|
| FirstOfficerId | integer |
None. |
|
| FlightNumber | string |
None. |
|
| CaptionComment | string |
None. |
|
| ReportId | integer |
None. |
|
| ReportStatusId | integer |
None. |
|
| submiterId | string |
None. |
|
| submiterName | string |
None. |
|
| CaptainEmail | string |
None. |
|
| LIneAuditFormRatingGuide | Collection of LIneAuditFormRatingGuideAddMdl |
None. |
|
| LIneAuditFormRatingGuideDyanmicValue | Collection of LIneAuditFormRatingGuideDyanmicValueAddMdl |
None. |
|
| LIneAuditFormRatingGuideLocation | Collection of LIneAuditFormRatingGuideLocationAddMdl |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BaseStationID": 1,
"CaptainID": "sample string 2",
"FirstOfficer": "sample string 3",
"FirstOfficerId": 1,
"FlightNumber": "sample string 4",
"CaptionComment": "sample string 5",
"ReportId": 6,
"ReportStatusId": 7,
"submiterId": "sample string 8",
"submiterName": "sample string 9",
"CaptainEmail": "sample string 10",
"LIneAuditFormRatingGuide": [
{
"LIneAuditFormRatingGuideMasterID": 1,
"LIneAuditFormRatingGuideScoreMasterID": 2
},
{
"LIneAuditFormRatingGuideMasterID": 1,
"LIneAuditFormRatingGuideScoreMasterID": 2
}
],
"LIneAuditFormRatingGuideDyanmicValue": [
{
"LIneAuditFormRatingGuideMasterID": 1,
"DyanmicValue": "sample string 2"
},
{
"LIneAuditFormRatingGuideMasterID": 1,
"DyanmicValue": "sample string 2"
}
],
"LIneAuditFormRatingGuideLocation": [
{
"LIneAuditFormRatingGuideScoreMasterID": 1,
"LocationName": "sample string 2",
"DyanmicValue": "sample string 3"
},
{
"LIneAuditFormRatingGuideScoreMasterID": 1,
"LocationName": "sample string 2",
"DyanmicValue": "sample string 3"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {},
"Message": "sample string 3"
}