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": "6a0dce92-a259-4d67-8831-40a9abeebe04",
"name": "sample string 2",
"organisationTypeId": "50b9acef-cf46-409c-993c-be91d01faef1",
"externalReference": "sample string 3",
"image": "sample string 4",
"parentId": "281c97d2-4b33-4d6b-84bc-502c482210e0",
"digitalTwinUrl": "sample string 5"
}
text/html
Sample:
{"id":"6a0dce92-a259-4d67-8831-40a9abeebe04","name":"sample string 2","organisationTypeId":"50b9acef-cf46-409c-993c-be91d01faef1","externalReference":"sample string 3","image":"sample string 4","parentId":"281c97d2-4b33-4d6b-84bc-502c482210e0","digitalTwinUrl":"sample string 5"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.