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": "140614b5-4124-4324-9e50-83ce61b1a263",
"timezone": "sample string 2",
"id": "1a38eb93-5209-4d25-9ff4-71c784c937b1"
}
text/html
Sample:
{"languageId":"140614b5-4124-4324-9e50-83ce61b1a263","timezone":"sample string 2","id":"1a38eb93-5209-4d25-9ff4-71c784c937b1"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.