POST api/ConnectedCar/Languages

Request Information

URI Parameters

None.

Body Parameters

LanguageModel
NameDescriptionTypeAdditional information
language_id

integer

None.

language_name

string

None.

language_active

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "language_id": 1,
  "language_name": "sample string 2",
  "language_active": 1
}

application/xml, text/xml

Sample:
<LanguageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectedCarFleet.Shared.Models">
  <language_active>1</language_active>
  <language_id>1</language_id>
  <language_name>sample string 2</language_name>
</LanguageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.