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": "a5f200c0-b7ff-4d82-bc8f-ab1c609e1be4",
"Name": "sample string 2",
"CreationDate": "2026-01-11T04:35:36.1378653+00:00",
"CreatorUserId": "8b02c7e9-f320-4014-839e-c87af16110c9",
"TenantId": "9d8adea0-9f3f-4be0-b8f5-47ca77c72a5c",
"ParentId": "72d5567f-dd1b-45dc-8fa7-1f60590cce59",
"StaffSecurityGroupId": "2a90808f-c93a-4b73-af88-0f0718586ba9",
"ManagerSecurityGroupId": "d4d04559-620d-4504-b490-c09b0d839a40",
"BusinessNumber": "sample string 6",
"VatNumber": "sample string 7",
"OrganisationAddressId": "e53866b3-d824-4ddc-be29-016fd5995b6f",
"BillingAddressId": "7c6c2be1-e671-49b4-9ecc-2d289e76e6a8",
"DeliveryAddressId": "9fa711ad-e289-4bf6-bd7e-0a063cbd0826",
"BusinessAreaName": "sample string 8",
"BusinessAreaId": "2900c017-7504-4907-a35b-7db9b698f887",
"IsDeleted": true,
"LogoId": "87efc9a9-b7d8-4680-892f-6d44e82ce4c6",
"IsFranchise": true,
"Negotiator1ImageId": "8f5312bd-fd4b-4a96-981f-c9ee28d78273",
"Negotiator1RBId": "sample string 11",
"Negotiator1Name": "sample string 12",
"Negotiator1Email": "sample string 13",
"Negotiator1Tel": "sample string 14",
"Negotiator2ImageId": "c00f3fb3-016f-4fd1-a5e0-c224c38dec58",
"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>7c6c2be1-e671-49b4-9ecc-2d289e76e6a8</BillingAddressId> <BusinessAreaId>2900c017-7504-4907-a35b-7db9b698f887</BusinessAreaId> <BusinessAreaName>sample string 8</BusinessAreaName> <BusinessNumber>sample string 6</BusinessNumber> <CreationDate>2026-01-11T04:35:36.1378653+00:00</CreationDate> <CreatorUserId>8b02c7e9-f320-4014-839e-c87af16110c9</CreatorUserId> <DeliveryAddressId>9fa711ad-e289-4bf6-bd7e-0a063cbd0826</DeliveryAddressId> <Id>a5f200c0-b7ff-4d82-bc8f-ab1c609e1be4</Id> <IsDeleted>true</IsDeleted> <IsFranchise>true</IsFranchise> <LogoId>87efc9a9-b7d8-4680-892f-6d44e82ce4c6</LogoId> <ManagerSecurityGroupId>d4d04559-620d-4504-b490-c09b0d839a40</ManagerSecurityGroupId> <Name>sample string 2</Name> <Negotiator1Email>sample string 13</Negotiator1Email> <Negotiator1ImageId>8f5312bd-fd4b-4a96-981f-c9ee28d78273</Negotiator1ImageId> <Negotiator1Name>sample string 12</Negotiator1Name> <Negotiator1RBId>sample string 11</Negotiator1RBId> <Negotiator1Tel>sample string 14</Negotiator1Tel> <Negotiator2Email>sample string 17</Negotiator2Email> <Negotiator2ImageId>c00f3fb3-016f-4fd1-a5e0-c224c38dec58</Negotiator2ImageId> <Negotiator2Name>sample string 16</Negotiator2Name> <Negotiator2RBId>sample string 15</Negotiator2RBId> <Negotiator2Tel>sample string 18</Negotiator2Tel> <OrganisationAddressId>e53866b3-d824-4ddc-be29-016fd5995b6f</OrganisationAddressId> <ParentId>72d5567f-dd1b-45dc-8fa7-1f60590cce59</ParentId> <StaffSecurityGroupId>2a90808f-c93a-4b73-af88-0f0718586ba9</StaffSecurityGroupId> <TenantId>9d8adea0-9f3f-4be0-b8f5-47ca77c72a5c</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.