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": "79ff2af8-5001-4220-b5fe-282553e8cd46",
"name": "sample string 2",
"organisationTypeId": "fc86a5d6-804f-4e29-b65c-0f04b5587885",
"externalReference": "sample string 3",
"image": "sample string 4",
"parentId": "f4c31c6d-60f1-486b-a9ae-9212b5b34142",
"digitalTwinUrl": "sample string 5"
}
text/html
Sample:
{"id":"79ff2af8-5001-4220-b5fe-282553e8cd46","name":"sample string 2","organisationTypeId":"fc86a5d6-804f-4e29-b65c-0f04b5587885","externalReference":"sample string 3","image":"sample string 4","parentId":"f4c31c6d-60f1-486b-a9ae-9212b5b34142","digitalTwinUrl":"sample string 5"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.