PUT api/organisations/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
OrganisationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CreationDate | date |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| StaffSecurityGroupId | globally unique identifier |
None. |
|
| ManagerSecurityGroupId | globally unique identifier |
None. |
|
| BusinessNumber | string |
None. |
|
| VatNumber | string |
None. |
|
| OrganisationAddressId | globally unique identifier |
None. |
|
| BillingAddressId | globally unique identifier |
None. |
|
| DeliveryAddressId | globally unique identifier |
None. |
|
| BusinessAreaName | string |
None. |
|
| BusinessAreaId | globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
|
| LogoId | globally unique identifier |
None. |
|
| IsFranchise | boolean |
None. |
|
| Negotiator1ImageId | globally unique identifier |
None. |
|
| Negotiator1RBId | string |
None. |
|
| Negotiator1Name | string |
None. |
|
| Negotiator1Email | string |
None. |
|
| Negotiator1Tel | string |
None. |
|
| Negotiator2ImageId | globally unique identifier |
None. |
|
| Negotiator2RBId | string |
None. |
|
| Negotiator2Name | string |
None. |
|
| Negotiator2Email | string |
None. |
|
| Negotiator2Tel | string |
None. |
|
| TotalCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "2bef76b6-31fa-463b-829f-f896df7d9faa",
"Name": "sample string 2",
"CreationDate": "2026-01-10T18:55:27.1199486+00:00",
"CreatorUserId": "dcd272de-5920-42b4-a88e-5716a9c4428b",
"TenantId": "c6423484-a238-4e55-a100-f10b98586e94",
"ParentId": "a4d17306-ad76-43b4-bff4-69591d27ba71",
"StaffSecurityGroupId": "a6c835f2-0ef3-4e50-8613-959a047dcf54",
"ManagerSecurityGroupId": "26ecb88c-9a5c-449e-8081-5f967e261d0c",
"BusinessNumber": "sample string 6",
"VatNumber": "sample string 7",
"OrganisationAddressId": "50857d1a-514b-4062-b4bf-2b905e0ed2d4",
"BillingAddressId": "1575c16c-ec0c-41e3-838b-02fdab26871e",
"DeliveryAddressId": "5cb3160d-a890-4596-a277-2122abb61dbb",
"BusinessAreaName": "sample string 8",
"BusinessAreaId": "ec588155-107b-4912-aac8-629ba159a6bb",
"IsDeleted": true,
"LogoId": "36e48ddf-66fb-441d-9290-de91507050d3",
"IsFranchise": true,
"Negotiator1ImageId": "d41a6e08-011c-4b36-be8a-21ce246244c8",
"Negotiator1RBId": "sample string 11",
"Negotiator1Name": "sample string 12",
"Negotiator1Email": "sample string 13",
"Negotiator1Tel": "sample string 14",
"Negotiator2ImageId": "e3dc3d39-9c0e-4614-9d7b-555e2fe97007",
"Negotiator2RBId": "sample string 15",
"Negotiator2Name": "sample string 16",
"Negotiator2Email": "sample string 17",
"Negotiator2Tel": "sample string 18",
"TotalCode": "sample string 19"
}
application/xml, text/xml
Sample:
<OrganisationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Profile.Models"> <BillingAddressId>1575c16c-ec0c-41e3-838b-02fdab26871e</BillingAddressId> <BusinessAreaId>ec588155-107b-4912-aac8-629ba159a6bb</BusinessAreaId> <BusinessAreaName>sample string 8</BusinessAreaName> <BusinessNumber>sample string 6</BusinessNumber> <CreationDate>2026-01-10T18:55:27.1199486+00:00</CreationDate> <CreatorUserId>dcd272de-5920-42b4-a88e-5716a9c4428b</CreatorUserId> <DeliveryAddressId>5cb3160d-a890-4596-a277-2122abb61dbb</DeliveryAddressId> <Id>2bef76b6-31fa-463b-829f-f896df7d9faa</Id> <IsDeleted>true</IsDeleted> <IsFranchise>true</IsFranchise> <LogoId>36e48ddf-66fb-441d-9290-de91507050d3</LogoId> <ManagerSecurityGroupId>26ecb88c-9a5c-449e-8081-5f967e261d0c</ManagerSecurityGroupId> <Name>sample string 2</Name> <Negotiator1Email>sample string 13</Negotiator1Email> <Negotiator1ImageId>d41a6e08-011c-4b36-be8a-21ce246244c8</Negotiator1ImageId> <Negotiator1Name>sample string 12</Negotiator1Name> <Negotiator1RBId>sample string 11</Negotiator1RBId> <Negotiator1Tel>sample string 14</Negotiator1Tel> <Negotiator2Email>sample string 17</Negotiator2Email> <Negotiator2ImageId>e3dc3d39-9c0e-4614-9d7b-555e2fe97007</Negotiator2ImageId> <Negotiator2Name>sample string 16</Negotiator2Name> <Negotiator2RBId>sample string 15</Negotiator2RBId> <Negotiator2Tel>sample string 18</Negotiator2Tel> <OrganisationAddressId>50857d1a-514b-4062-b4bf-2b905e0ed2d4</OrganisationAddressId> <ParentId>a4d17306-ad76-43b4-bff4-69591d27ba71</ParentId> <StaffSecurityGroupId>a6c835f2-0ef3-4e50-8613-959a047dcf54</StaffSecurityGroupId> <TenantId>c6423484-a238-4e55-a100-f10b98586e94</TenantId> <TotalCode>sample string 19</TotalCode> <VatNumber>sample string 7</VatNumber> </OrganisationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.