POST api/organisations
Request Information
URI Parameters
None.
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": "867998be-622f-4a60-8b25-c690fcdf6de6",
"Name": "sample string 2",
"CreationDate": "2026-01-10T18:54:24.9562147+00:00",
"CreatorUserId": "8de79f14-36d7-45c7-ab33-f69073b22f4e",
"TenantId": "9d70a857-19bc-4541-8f1d-d987b9879ced",
"ParentId": "e3526548-4d72-4e87-9c81-e7edb8475117",
"StaffSecurityGroupId": "538b06b4-3b28-44a7-abaf-c7411440aec2",
"ManagerSecurityGroupId": "01459488-163a-4ff4-9e97-d5ca121d0fce",
"BusinessNumber": "sample string 6",
"VatNumber": "sample string 7",
"OrganisationAddressId": "c274c4a3-b652-4a8d-84fb-5f090bdf0bd9",
"BillingAddressId": "e27b0840-cca4-41e1-9dcc-e925364c5db7",
"DeliveryAddressId": "d2df76fa-9127-4faf-a9f8-b23291859b17",
"BusinessAreaName": "sample string 8",
"BusinessAreaId": "56761a78-c03e-44cd-8d86-f76467b43bb5",
"IsDeleted": true,
"LogoId": "78d8bc47-7c89-4dda-a168-1edd648b063b",
"IsFranchise": true,
"Negotiator1ImageId": "efd54e02-7057-4f68-a76b-ba0b532e66d7",
"Negotiator1RBId": "sample string 11",
"Negotiator1Name": "sample string 12",
"Negotiator1Email": "sample string 13",
"Negotiator1Tel": "sample string 14",
"Negotiator2ImageId": "c9a3b2f4-516d-4583-a369-86ba8428caa2",
"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>e27b0840-cca4-41e1-9dcc-e925364c5db7</BillingAddressId> <BusinessAreaId>56761a78-c03e-44cd-8d86-f76467b43bb5</BusinessAreaId> <BusinessAreaName>sample string 8</BusinessAreaName> <BusinessNumber>sample string 6</BusinessNumber> <CreationDate>2026-01-10T18:54:24.9562147+00:00</CreationDate> <CreatorUserId>8de79f14-36d7-45c7-ab33-f69073b22f4e</CreatorUserId> <DeliveryAddressId>d2df76fa-9127-4faf-a9f8-b23291859b17</DeliveryAddressId> <Id>867998be-622f-4a60-8b25-c690fcdf6de6</Id> <IsDeleted>true</IsDeleted> <IsFranchise>true</IsFranchise> <LogoId>78d8bc47-7c89-4dda-a168-1edd648b063b</LogoId> <ManagerSecurityGroupId>01459488-163a-4ff4-9e97-d5ca121d0fce</ManagerSecurityGroupId> <Name>sample string 2</Name> <Negotiator1Email>sample string 13</Negotiator1Email> <Negotiator1ImageId>efd54e02-7057-4f68-a76b-ba0b532e66d7</Negotiator1ImageId> <Negotiator1Name>sample string 12</Negotiator1Name> <Negotiator1RBId>sample string 11</Negotiator1RBId> <Negotiator1Tel>sample string 14</Negotiator1Tel> <Negotiator2Email>sample string 17</Negotiator2Email> <Negotiator2ImageId>c9a3b2f4-516d-4583-a369-86ba8428caa2</Negotiator2ImageId> <Negotiator2Name>sample string 16</Negotiator2Name> <Negotiator2RBId>sample string 15</Negotiator2RBId> <Negotiator2Tel>sample string 18</Negotiator2Tel> <OrganisationAddressId>c274c4a3-b652-4a8d-84fb-5f090bdf0bd9</OrganisationAddressId> <ParentId>e3526548-4d72-4e87-9c81-e7edb8475117</ParentId> <StaffSecurityGroupId>538b06b4-3b28-44a7-abaf-c7411440aec2</StaffSecurityGroupId> <TenantId>9d70a857-19bc-4541-8f1d-d987b9879ced</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.