PUT api/Passageiros

Request Information

URI Parameters

None.

Body Parameters

Passageiro
NameDescriptionTypeAdditional information
Id

integer

None.

Nome

string

None.

Nif

string

None.

Email

string

None.

Telefone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nome": "sample string 2",
  "Nif": "sample string 3",
  "Email": "sample string 4",
  "Telefone": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.