PUT api/organisations/2/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

API.Infrastructure.Dto.Organisations.OrganisationLanguageDto
NameDescriptionTypeAdditional information
LanguageId

globally unique identifier

Required

Timezone

string

Required

Id

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "languageId": "e3b3b745-5112-4ae9-be17-ddf873960d25",
  "timezone": "sample string 2",
  "id": "cf68b74e-96bf-48e8-8679-9c2e982d1e7b"
}

text/html

Sample:
{"languageId":"e3b3b745-5112-4ae9-be17-ddf873960d25","timezone":"sample string 2","id":"cf68b74e-96bf-48e8-8679-9c2e982d1e7b"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.