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.OrganisationLanguageDtoName | 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": "7bfbe939-407a-40ec-8447-8e4e5d89a9c3", "timezone": "sample string 2", "id": "ca3f2254-6f88-4c36-982a-520d2c063091" }
text/html
Sample:
{"languageId":"7bfbe939-407a-40ec-8447-8e4e5d89a9c3","timezone":"sample string 2","id":"ca3f2254-6f88-4c36-982a-520d2c063091"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.