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": "78677064-9264-4c55-8023-b5408c6562f5",
"timezone": "sample string 2",
"id": "f300e8b9-1ddd-4e2c-a499-965651b4f5d8"
}
text/html
Sample:
{"languageId":"78677064-9264-4c55-8023-b5408c6562f5","timezone":"sample string 2","id":"f300e8b9-1ddd-4e2c-a499-965651b4f5d8"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.