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": "a269a3f9-b3ee-4059-8d1d-58782d8854a3",
"timezone": "sample string 2",
"id": "0a6ab9f1-fcce-4314-96b7-c7a59230b977"
}
text/html
Sample:
{"languageId":"a269a3f9-b3ee-4059-8d1d-58782d8854a3","timezone":"sample string 2","id":"0a6ab9f1-fcce-4314-96b7-c7a59230b977"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.