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": "edb65da6-c997-4ba4-9565-305fd717ff14",
"Name": "sample string 2",
"CreationDate": "2025-12-06T03:06:39.4328778+00:00",
"CreatorUserId": "2de90d41-6294-4f4b-af22-ecbed4321d99",
"TenantId": "67f04f28-0801-4198-8eec-d2adf83db5be",
"ParentId": "aa01ed8f-1185-4d96-9047-9111581c8708",
"StaffSecurityGroupId": "d6182000-5c8a-4e5f-b1b0-98ff9b71fa7d",
"ManagerSecurityGroupId": "0d4b8b64-be98-42b3-a964-7d487315a9dc",
"BusinessNumber": "sample string 6",
"VatNumber": "sample string 7",
"OrganisationAddressId": "e16dca01-b53b-4d89-bd34-53963ddfcb33",
"BillingAddressId": "38ea7760-18ac-4748-bf42-5316117a7a08",
"DeliveryAddressId": "61dd250a-fcbc-4803-b506-1d373cdd163e",
"BusinessAreaName": "sample string 8",
"BusinessAreaId": "5e7a76d2-3f03-4554-a2d4-6f2a235c8708",
"IsDeleted": true,
"LogoId": "fec7d5cc-dad9-4cef-b5f2-ca364041b75a",
"IsFranchise": true,
"Negotiator1ImageId": "81a0ff9e-5934-4f3a-832c-f836ba735ee1",
"Negotiator1RBId": "sample string 11",
"Negotiator1Name": "sample string 12",
"Negotiator1Email": "sample string 13",
"Negotiator1Tel": "sample string 14",
"Negotiator2ImageId": "4b4369fe-c68a-46a7-9b87-d43eba51e972",
"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>38ea7760-18ac-4748-bf42-5316117a7a08</BillingAddressId> <BusinessAreaId>5e7a76d2-3f03-4554-a2d4-6f2a235c8708</BusinessAreaId> <BusinessAreaName>sample string 8</BusinessAreaName> <BusinessNumber>sample string 6</BusinessNumber> <CreationDate>2025-12-06T03:06:39.4328778+00:00</CreationDate> <CreatorUserId>2de90d41-6294-4f4b-af22-ecbed4321d99</CreatorUserId> <DeliveryAddressId>61dd250a-fcbc-4803-b506-1d373cdd163e</DeliveryAddressId> <Id>edb65da6-c997-4ba4-9565-305fd717ff14</Id> <IsDeleted>true</IsDeleted> <IsFranchise>true</IsFranchise> <LogoId>fec7d5cc-dad9-4cef-b5f2-ca364041b75a</LogoId> <ManagerSecurityGroupId>0d4b8b64-be98-42b3-a964-7d487315a9dc</ManagerSecurityGroupId> <Name>sample string 2</Name> <Negotiator1Email>sample string 13</Negotiator1Email> <Negotiator1ImageId>81a0ff9e-5934-4f3a-832c-f836ba735ee1</Negotiator1ImageId> <Negotiator1Name>sample string 12</Negotiator1Name> <Negotiator1RBId>sample string 11</Negotiator1RBId> <Negotiator1Tel>sample string 14</Negotiator1Tel> <Negotiator2Email>sample string 17</Negotiator2Email> <Negotiator2ImageId>4b4369fe-c68a-46a7-9b87-d43eba51e972</Negotiator2ImageId> <Negotiator2Name>sample string 16</Negotiator2Name> <Negotiator2RBId>sample string 15</Negotiator2RBId> <Negotiator2Tel>sample string 18</Negotiator2Tel> <OrganisationAddressId>e16dca01-b53b-4d89-bd34-53963ddfcb33</OrganisationAddressId> <ParentId>aa01ed8f-1185-4d96-9047-9111581c8708</ParentId> <StaffSecurityGroupId>d6182000-5c8a-4e5f-b1b0-98ff9b71fa7d</StaffSecurityGroupId> <TenantId>67f04f28-0801-4198-8eec-d2adf83db5be</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.