PUT api/organisations/2/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.Organisations.OrganisationLanguageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageId | globally unique identifier |
Required |
|
| Timezone | string |
Required |
|
| Id | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"languageId": "826f7a77-c12b-40e7-afc2-c1c4cb8bc2d9",
"timezone": "sample string 2",
"id": "29ac2ec0-beae-4449-a210-7bed1f0b32e5"
}
text/html
Sample:
{"languageId":"826f7a77-c12b-40e7-afc2-c1c4cb8bc2d9","timezone":"sample string 2","id":"29ac2ec0-beae-4449-a210-7bed1f0b32e5"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.