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": "22cdc7ed-3d01-4435-a704-453edd6400ef",
"CreatedBy": "sample string 2",
"CreatedDate": "2026-06-12 18:22:39",
"ChangedBy": "sample string 3",
"ChangedDate": "2026-06-12 18:22:39",
"IsActive": true,
"Name": "sample string 5",
"CSID": 1,
"SupplierNumber": 1,
"SupplierCategoryId1": "1b911177-6fd1-4480-a549-136ac11c5962",
"SupplierCategoryId2": "3def22e3-d128-4c77-aaf4-fce177be899c",
"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": "22cdc7ed-3d01-4435-a704-453edd6400ef",
"CreatedBy": "sample string 2",
"CreatedDate": "2026-06-12 18:22:39",
"ChangedBy": "sample string 3",
"ChangedDate": "2026-06-12 18:22:39",
"IsActive": true,
"Name": "sample string 5",
"CSID": 1,
"SupplierNumber": 1,
"SupplierCategoryId1": "1b911177-6fd1-4480-a549-136ac11c5962",
"SupplierCategoryId2": "3def22e3-d128-4c77-aaf4-fce177be899c",
"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>1b911177-6fd1-4480-a549-136ac11c5962</SupplierCategoryId1>
<SupplierCategoryId2>3def22e3-d128-4c77-aaf4-fce177be899c</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-06-12T18:22:39.1090572+02:00</ChangedDate>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDate>2026-06-12T18:22:39.1090572+02:00</CreatedDate>
<Id>22cdc7ed-3d01-4435-a704-453edd6400ef</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>1b911177-6fd1-4480-a549-136ac11c5962</SupplierCategoryId1>
<SupplierCategoryId2>3def22e3-d128-4c77-aaf4-fce177be899c</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-06-12T18:22:39.1090572+02:00</ChangedDate>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDate>2026-06-12T18:22:39.1090572+02:00</CreatedDate>
<Id>22cdc7ed-3d01-4435-a704-453edd6400ef</Id>
<IsActive>true</IsActive>
</SupplierResponse>
</ArrayOfSupplierResponse>