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": "76b87855-205f-420c-894f-80a920c9f4ec",
"Name": "sample string 2",
"CreationDate": "2025-12-06T03:08:14.4504793+00:00",
"CreatorUserId": "7f3547e6-7c48-47cb-8182-ffc723b5a7d1",
"TenantId": "0beae958-750e-49cf-bc57-62b1c97b7424",
"ParentId": "ab0b6d02-f3d7-4f8e-b181-07f738bb5085",
"StaffSecurityGroupId": "d5963dc1-cb54-4f2a-b32e-bb3a78f5c96c",
"ManagerSecurityGroupId": "ecb8438c-1497-41b6-b0cb-ec397507dc5a",
"BusinessNumber": "sample string 6",
"VatNumber": "sample string 7",
"OrganisationAddressId": "73f0f2b9-fa6c-4576-a514-0edec0fa6ea8",
"BillingAddressId": "320afe76-f3d3-414a-a37c-92402e4b0d06",
"DeliveryAddressId": "cdfce630-547b-4eaf-a451-2fc042549a51",
"BusinessAreaName": "sample string 8",
"BusinessAreaId": "116a2bdc-89fa-46df-857a-f7b7a596754e",
"IsDeleted": true,
"LogoId": "b2ba65b4-42e5-4431-9721-f00ad041c406",
"IsFranchise": true,
"Negotiator1ImageId": "af41a5d9-873f-4614-81c2-03996927ad17",
"Negotiator1RBId": "sample string 11",
"Negotiator1Name": "sample string 12",
"Negotiator1Email": "sample string 13",
"Negotiator1Tel": "sample string 14",
"Negotiator2ImageId": "b2af1436-9351-4e1c-8af5-561c15c43e14",
"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>320afe76-f3d3-414a-a37c-92402e4b0d06</BillingAddressId> <BusinessAreaId>116a2bdc-89fa-46df-857a-f7b7a596754e</BusinessAreaId> <BusinessAreaName>sample string 8</BusinessAreaName> <BusinessNumber>sample string 6</BusinessNumber> <CreationDate>2025-12-06T03:08:14.4504793+00:00</CreationDate> <CreatorUserId>7f3547e6-7c48-47cb-8182-ffc723b5a7d1</CreatorUserId> <DeliveryAddressId>cdfce630-547b-4eaf-a451-2fc042549a51</DeliveryAddressId> <Id>76b87855-205f-420c-894f-80a920c9f4ec</Id> <IsDeleted>true</IsDeleted> <IsFranchise>true</IsFranchise> <LogoId>b2ba65b4-42e5-4431-9721-f00ad041c406</LogoId> <ManagerSecurityGroupId>ecb8438c-1497-41b6-b0cb-ec397507dc5a</ManagerSecurityGroupId> <Name>sample string 2</Name> <Negotiator1Email>sample string 13</Negotiator1Email> <Negotiator1ImageId>af41a5d9-873f-4614-81c2-03996927ad17</Negotiator1ImageId> <Negotiator1Name>sample string 12</Negotiator1Name> <Negotiator1RBId>sample string 11</Negotiator1RBId> <Negotiator1Tel>sample string 14</Negotiator1Tel> <Negotiator2Email>sample string 17</Negotiator2Email> <Negotiator2ImageId>b2af1436-9351-4e1c-8af5-561c15c43e14</Negotiator2ImageId> <Negotiator2Name>sample string 16</Negotiator2Name> <Negotiator2RBId>sample string 15</Negotiator2RBId> <Negotiator2Tel>sample string 18</Negotiator2Tel> <OrganisationAddressId>73f0f2b9-fa6c-4576-a514-0edec0fa6ea8</OrganisationAddressId> <ParentId>ab0b6d02-f3d7-4f8e-b181-07f738bb5085</ParentId> <StaffSecurityGroupId>d5963dc1-cb54-4f2a-b32e-bb3a78f5c96c</StaffSecurityGroupId> <TenantId>0beae958-750e-49cf-bc57-62b1c97b7424</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.