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": "160fb2ed-b7bb-4850-896e-962e22da5358",
"name": "sample string 2",
"organisationTypeId": "ffe64289-138e-485a-b118-3bc573c97928",
"externalReference": "sample string 3",
"image": "sample string 4",
"parentId": "1c417de8-fc47-4457-8bd8-1b405dd3b95c",
"digitalTwinUrl": "sample string 5"
}
text/html
Sample:
{"id":"160fb2ed-b7bb-4850-896e-962e22da5358","name":"sample string 2","organisationTypeId":"ffe64289-138e-485a-b118-3bc573c97928","externalReference":"sample string 3","image":"sample string 4","parentId":"1c417de8-fc47-4457-8bd8-1b405dd3b95c","digitalTwinUrl":"sample string 5"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.