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": "93f72ed4-ec6a-414e-8de5-f2b35913e454",
"name": "sample string 2",
"organisationTypeId": "759607a7-9b6b-47a7-ade0-4c623c89bd53",
"externalReference": "sample string 3",
"image": "sample string 4",
"parentId": "8e7b4e4d-44cd-41ea-bab6-f475aa269df0",
"digitalTwinUrl": "sample string 5"
}
text/html
Sample:
{"id":"93f72ed4-ec6a-414e-8de5-f2b35913e454","name":"sample string 2","organisationTypeId":"759607a7-9b6b-47a7-ade0-4c623c89bd53","externalReference":"sample string 3","image":"sample string 4","parentId":"8e7b4e4d-44cd-41ea-bab6-f475aa269df0","digitalTwinUrl":"sample string 5"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.