PUT api/Languages/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Language
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Code

string

None.

Flag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "2a363d01-5bbe-4f70-b670-8371c5e944b6",
  "name": "sample string 2",
  "code": "sample string 3",
  "flag": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Language'.

Response Information

Resource Description

None.