PUT api/FlightDirection
Request Information
URI Parameters
None.
Body Parameters
FlightDirectionName | Description | Type | Additional information |
---|---|---|---|
FlightDirectionId | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Active | boolean |
None. |
|
LastUpdateBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FlightDirectionId": 1, "Name": "sample string 2", "Description": "sample string 3", "Active": true, "LastUpdateBy": "sample string 5" }
application/xml, text/xml
Sample:
<FlightDirection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bba.Reservations.Models"> <Active>true</Active> <Description>sample string 3</Description> <FlightDirectionId>1</FlightDirectionId> <LastUpdateBy>sample string 5</LastUpdateBy> <Name>sample string 2</Name> </FlightDirection>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |