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": "f0944a54-3602-4a60-b2fe-d4869fb3e4a6",
"Name": "sample string 2",
"CreationDate": "2025-12-06T04:49:31.9671244+00:00",
"CreatorUserId": "296b6d98-dbaf-47f9-9c4a-e17324c84ebc",
"TenantId": "904f64fe-4be5-4894-a816-25c988fa3693",
"ParentId": "7d4901dd-a361-43c3-9e97-a89a235a38ef",
"StaffSecurityGroupId": "3e139700-9635-40ce-a19a-c8620aff7949",
"ManagerSecurityGroupId": "54485219-79e0-4f71-a209-9896beb66f94",
"BusinessNumber": "sample string 6",
"VatNumber": "sample string 7",
"OrganisationAddressId": "5a4bbf5c-5e3b-4c54-9eaa-5df9d7bc7e59",
"BillingAddressId": "546a3976-c45d-41ce-bf97-9c9127f13cae",
"DeliveryAddressId": "343f24a7-55d3-4c2c-9549-6555147cea29",
"BusinessAreaName": "sample string 8",
"BusinessAreaId": "ff999c49-7b72-401b-9f47-3cb93ac7459e",
"IsDeleted": true,
"LogoId": "fc6768f7-e733-48e0-bb62-909ec3e74d9e",
"IsFranchise": true,
"Negotiator1ImageId": "f3c8075e-3193-4176-88c1-eebcb1ff83f3",
"Negotiator1RBId": "sample string 11",
"Negotiator1Name": "sample string 12",
"Negotiator1Email": "sample string 13",
"Negotiator1Tel": "sample string 14",
"Negotiator2ImageId": "aa2eb502-7f68-4514-87e3-bd11106fc218",
"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>546a3976-c45d-41ce-bf97-9c9127f13cae</BillingAddressId> <BusinessAreaId>ff999c49-7b72-401b-9f47-3cb93ac7459e</BusinessAreaId> <BusinessAreaName>sample string 8</BusinessAreaName> <BusinessNumber>sample string 6</BusinessNumber> <CreationDate>2025-12-06T04:49:31.9671244+00:00</CreationDate> <CreatorUserId>296b6d98-dbaf-47f9-9c4a-e17324c84ebc</CreatorUserId> <DeliveryAddressId>343f24a7-55d3-4c2c-9549-6555147cea29</DeliveryAddressId> <Id>f0944a54-3602-4a60-b2fe-d4869fb3e4a6</Id> <IsDeleted>true</IsDeleted> <IsFranchise>true</IsFranchise> <LogoId>fc6768f7-e733-48e0-bb62-909ec3e74d9e</LogoId> <ManagerSecurityGroupId>54485219-79e0-4f71-a209-9896beb66f94</ManagerSecurityGroupId> <Name>sample string 2</Name> <Negotiator1Email>sample string 13</Negotiator1Email> <Negotiator1ImageId>f3c8075e-3193-4176-88c1-eebcb1ff83f3</Negotiator1ImageId> <Negotiator1Name>sample string 12</Negotiator1Name> <Negotiator1RBId>sample string 11</Negotiator1RBId> <Negotiator1Tel>sample string 14</Negotiator1Tel> <Negotiator2Email>sample string 17</Negotiator2Email> <Negotiator2ImageId>aa2eb502-7f68-4514-87e3-bd11106fc218</Negotiator2ImageId> <Negotiator2Name>sample string 16</Negotiator2Name> <Negotiator2RBId>sample string 15</Negotiator2RBId> <Negotiator2Tel>sample string 18</Negotiator2Tel> <OrganisationAddressId>5a4bbf5c-5e3b-4c54-9eaa-5df9d7bc7e59</OrganisationAddressId> <ParentId>7d4901dd-a361-43c3-9e97-a89a235a38ef</ParentId> <StaffSecurityGroupId>3e139700-9635-40ce-a19a-c8620aff7949</StaffSecurityGroupId> <TenantId>904f64fe-4be5-4894-a816-25c988fa3693</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.