GET api/Supplier
Gets all suppliers
Request Information
URI Parameters
None.
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
Collection of SupplierResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ChangedBy | string |
None. |
|
| ChangedDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| Name | string |
Max length: 50 |
|
| CSID | integer |
None. |
|
| SupplierNumber | integer |
None. |
|
| SupplierCategoryId1 | globally unique identifier |
None. |
|
| SupplierCategoryId2 | globally unique identifier |
None. |
|
| Phone | string |
Max length: 50 |
|
| Mobile | string |
Max length: 50 |
|
| OrganisationNumber | string |
Max length: 30 |
|
| Town | string |
Max length: 50 |
|
| SearchCode | string |
Max length: 10 |
|
| string |
Max length: 50 |
||
| Fax | string |
Max length: 50 |
|
| Address1 | string |
Max length: 100 |
|
| Address2 | string |
Max length: 100 |
|
| Address3 | string |
Max length: 100 |
|
| PostalCode | string |
Max length: 10 |
|
| CountryId | string |
Max length: 2 |
|
| Url | string |
Max length: 100 |
|
| VatRegistrationNumber | string |
Max length: 50 |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "9478a622-7ff6-4331-bd20-b697ee6b7b6f",
"CreatedBy": "sample string 2",
"CreatedDate": "2026-01-21 22:51:04",
"ChangedBy": "sample string 3",
"ChangedDate": "2026-01-21 22:51:04",
"IsActive": true,
"Name": "sample string 5",
"CSID": 1,
"SupplierNumber": 1,
"SupplierCategoryId1": "bc8ce29c-5940-4b98-83ac-98adc5aceb4c",
"SupplierCategoryId2": "2957f4e9-cdc1-4dbf-b391-2771b100149a",
"Phone": "sample string 6",
"Mobile": "sample string 7",
"OrganisationNumber": "sample string 8",
"Town": "sample string 9",
"SearchCode": "sample string 10",
"Email": "sample string 11",
"Fax": "sample string 12",
"Address1": "sample string 13",
"Address2": "sample string 14",
"Address3": "sample string 15",
"PostalCode": "sample string 16",
"CountryId": "sample string 17",
"Url": "sample string 18",
"VatRegistrationNumber": "sample string 19"
},
{
"Id": "9478a622-7ff6-4331-bd20-b697ee6b7b6f",
"CreatedBy": "sample string 2",
"CreatedDate": "2026-01-21 22:51:04",
"ChangedBy": "sample string 3",
"ChangedDate": "2026-01-21 22:51:04",
"IsActive": true,
"Name": "sample string 5",
"CSID": 1,
"SupplierNumber": 1,
"SupplierCategoryId1": "bc8ce29c-5940-4b98-83ac-98adc5aceb4c",
"SupplierCategoryId2": "2957f4e9-cdc1-4dbf-b391-2771b100149a",
"Phone": "sample string 6",
"Mobile": "sample string 7",
"OrganisationNumber": "sample string 8",
"Town": "sample string 9",
"SearchCode": "sample string 10",
"Email": "sample string 11",
"Fax": "sample string 12",
"Address1": "sample string 13",
"Address2": "sample string 14",
"Address3": "sample string 15",
"PostalCode": "sample string 16",
"CountryId": "sample string 17",
"Url": "sample string 18",
"VatRegistrationNumber": "sample string 19"
}
]
application/xml, text/xml
Sample:
<ArrayOfSupplierResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Supplier">
<SupplierResponse>
<Address1>sample string 13</Address1>
<Address2>sample string 14</Address2>
<Address3>sample string 15</Address3>
<CSID>1</CSID>
<CountryId>sample string 17</CountryId>
<Email>sample string 11</Email>
<Fax>sample string 12</Fax>
<Mobile>sample string 7</Mobile>
<Name>sample string 5</Name>
<OrganisationNumber>sample string 8</OrganisationNumber>
<Phone>sample string 6</Phone>
<PostalCode>sample string 16</PostalCode>
<SearchCode>sample string 10</SearchCode>
<SupplierCategoryId1>bc8ce29c-5940-4b98-83ac-98adc5aceb4c</SupplierCategoryId1>
<SupplierCategoryId2>2957f4e9-cdc1-4dbf-b391-2771b100149a</SupplierCategoryId2>
<SupplierNumber>1</SupplierNumber>
<Town>sample string 9</Town>
<Url>sample string 18</Url>
<VatRegistrationNumber>sample string 19</VatRegistrationNumber>
<ChangedBy>sample string 3</ChangedBy>
<ChangedDate>2026-01-21T22:51:04.6906479+01:00</ChangedDate>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDate>2026-01-21T22:51:04.6906479+01:00</CreatedDate>
<Id>9478a622-7ff6-4331-bd20-b697ee6b7b6f</Id>
<IsActive>true</IsActive>
</SupplierResponse>
<SupplierResponse>
<Address1>sample string 13</Address1>
<Address2>sample string 14</Address2>
<Address3>sample string 15</Address3>
<CSID>1</CSID>
<CountryId>sample string 17</CountryId>
<Email>sample string 11</Email>
<Fax>sample string 12</Fax>
<Mobile>sample string 7</Mobile>
<Name>sample string 5</Name>
<OrganisationNumber>sample string 8</OrganisationNumber>
<Phone>sample string 6</Phone>
<PostalCode>sample string 16</PostalCode>
<SearchCode>sample string 10</SearchCode>
<SupplierCategoryId1>bc8ce29c-5940-4b98-83ac-98adc5aceb4c</SupplierCategoryId1>
<SupplierCategoryId2>2957f4e9-cdc1-4dbf-b391-2771b100149a</SupplierCategoryId2>
<SupplierNumber>1</SupplierNumber>
<Town>sample string 9</Town>
<Url>sample string 18</Url>
<VatRegistrationNumber>sample string 19</VatRegistrationNumber>
<ChangedBy>sample string 3</ChangedBy>
<ChangedDate>2026-01-21T22:51:04.6906479+01:00</ChangedDate>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDate>2026-01-21T22:51:04.6906479+01:00</CreatedDate>
<Id>9478a622-7ff6-4331-bd20-b697ee6b7b6f</Id>
<IsActive>true</IsActive>
</SupplierResponse>
</ArrayOfSupplierResponse>