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": "eb080687-a17e-4263-9858-f94206889d38",
"timezone": "sample string 2",
"id": "cbd3ca5a-9f07-4cc0-89b7-923fe8a0b810"
}
text/html
Sample:
{"languageId":"eb080687-a17e-4263-9858-f94206889d38","timezone":"sample string 2","id":"cbd3ca5a-9f07-4cc0-89b7-923fe8a0b810"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.