PUT api/organisations/0/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.Organisations.OrganisationDetailsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| OrganisationTypeId | globally unique identifier |
Required |
|
| ExternalReference | string |
None. |
|
| Image | string |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| DigitalTwinUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "852ffe39-d261-4fcb-bed0-317b06bf98a8",
"name": "sample string 2",
"organisationTypeId": "d0044aec-5dd4-4a6b-bd24-c17ae55a085d",
"externalReference": "sample string 3",
"image": "sample string 4",
"parentId": "701ebd99-e780-4313-a394-9602c3e59af4",
"digitalTwinUrl": "sample string 5"
}
text/html
Sample:
{"id":"852ffe39-d261-4fcb-bed0-317b06bf98a8","name":"sample string 2","organisationTypeId":"d0044aec-5dd4-4a6b-bd24-c17ae55a085d","externalReference":"sample string 3","image":"sample string 4","parentId":"701ebd99-e780-4313-a394-9602c3e59af4","digitalTwinUrl":"sample string 5"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.