POST api/efb/value/save

Request Information

URI Parameters

None.

Body Parameters

EFBValues
NameDescriptionTypeAdditional information
Values

Collection of EFBValueObj

None.

Request Formats

application/json, text/json

Sample:
{
  "Values": [
    {
      "id": 1,
      "FlightId": 2,
      "DateCreate": "sample string 3",
      "FieldName": "sample string 4",
      "FieldValue": "sample string 5",
      "TableName": "sample string 6",
      "UserName": "sample string 7"
    },
    {
      "id": 1,
      "FlightId": 2,
      "DateCreate": "sample string 3",
      "FieldName": "sample string 4",
      "FieldValue": "sample string 5",
      "TableName": "sample string 6",
      "UserName": "sample string 7"
    }
  ]
}

text/html

Sample:
{"Values":[{"id":1,"FlightId":2,"DateCreate":"sample string 3","FieldName":"sample string 4","FieldValue":"sample string 5","TableName":"sample string 6","UserName":"sample string 7"},{"id":1,"FlightId":2,"DateCreate":"sample string 3","FieldName":"sample string 4","FieldValue":"sample string 5","TableName":"sample string 6","UserName":"sample string 7"}]}

application/xml, text/xml

Sample:
<DispatchController.EFBValues xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiAPSB.Controllers">
  <Values>
    <DispatchController.EFBValueObj>
      <DateCreate>sample string 3</DateCreate>
      <FieldName>sample string 4</FieldName>
      <FieldValue>sample string 5</FieldValue>
      <FlightId>2</FlightId>
      <TableName>sample string 6</TableName>
      <UserName>sample string 7</UserName>
      <id>1</id>
    </DispatchController.EFBValueObj>
    <DispatchController.EFBValueObj>
      <DateCreate>sample string 3</DateCreate>
      <FieldName>sample string 4</FieldName>
      <FieldValue>sample string 5</FieldValue>
      <FlightId>2</FlightId>
      <TableName>sample string 6</TableName>
      <UserName>sample string 7</UserName>
      <id>1</id>
    </DispatchController.EFBValueObj>
  </Values>
</DispatchController.EFBValues>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.