GET api/indelivery?supplierIdOrNumber={supplierIdOrNumber}&supplierDeliveryNote={supplierDeliveryNote}
Gets a list of indeliveries by supplier id or number and the supplier delivery note
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| supplierIdOrNumber |
Can either be the ID or supplier number of a specific supplier |
string |
Required |
| supplierDeliveryNote |
Supplier delivery note to search by, case insensitive |
string |
Required |
Body Parameters
None.
Remarks
204 No content is returned if no indeliveries could be found
400 Bad request is returned if the identifier parameter is malformed (not a valid number or id)
Example
None.
Response Information
Resource Description
Collection of IndeliveryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
Required |
|
| SupplierId | globally unique identifier |
Required |
|
| SupplierOrderHeadId | integer |
None. |
|
| GoodsReceivedDate | date |
Required |
|
| IndeliveryPerson | string |
Required Max length: 256 |
|
| SupplierDeliveryNote | string |
Max length: 50 |
|
| Comment | string |
Max length: 60 |
|
| IndeliveryLines | Collection of IndeliveryLine |
None. |
|
| WaybillNumber | string |
Max length: 100 |
Response Formats
application/json, text/json
Sample:
[
{
"BranchId": 1,
"SupplierId": "a7c7745c-0f3a-4042-a938-c5216d08ea2b",
"SupplierOrderHeadId": 1,
"GoodsReceivedDate": "2026-01-21 22:52:33",
"IndeliveryPerson": "sample string 3",
"SupplierDeliveryNote": "sample string 4",
"Comment": "sample string 5",
"IndeliveryLines": [
{
"LineId": 1,
"ArticleId": "27558301-4445-4c7a-b851-0831928ed82f",
"StockId": "970dfdf0-0097-4d3a-89b4-1e8bf23a9309",
"PalletPlace": "sample string 4",
"SupplierOrderLineId": 1,
"ArticleName": "sample string 5",
"Quantity": 6.0,
"Price": 7.0,
"Discount": 8.0,
"RecycleFee": 9.0,
"Amount": 10.0,
"UnitId": 1,
"Comment": "sample string 11",
"SupplierInvoiceId": "sample string 12"
},
{
"LineId": 1,
"ArticleId": "27558301-4445-4c7a-b851-0831928ed82f",
"StockId": "970dfdf0-0097-4d3a-89b4-1e8bf23a9309",
"PalletPlace": "sample string 4",
"SupplierOrderLineId": 1,
"ArticleName": "sample string 5",
"Quantity": 6.0,
"Price": 7.0,
"Discount": 8.0,
"RecycleFee": 9.0,
"Amount": 10.0,
"UnitId": 1,
"Comment": "sample string 11",
"SupplierInvoiceId": "sample string 12"
}
],
"WaybillNumber": "sample string 6"
},
{
"BranchId": 1,
"SupplierId": "a7c7745c-0f3a-4042-a938-c5216d08ea2b",
"SupplierOrderHeadId": 1,
"GoodsReceivedDate": "2026-01-21 22:52:33",
"IndeliveryPerson": "sample string 3",
"SupplierDeliveryNote": "sample string 4",
"Comment": "sample string 5",
"IndeliveryLines": [
{
"LineId": 1,
"ArticleId": "27558301-4445-4c7a-b851-0831928ed82f",
"StockId": "970dfdf0-0097-4d3a-89b4-1e8bf23a9309",
"PalletPlace": "sample string 4",
"SupplierOrderLineId": 1,
"ArticleName": "sample string 5",
"Quantity": 6.0,
"Price": 7.0,
"Discount": 8.0,
"RecycleFee": 9.0,
"Amount": 10.0,
"UnitId": 1,
"Comment": "sample string 11",
"SupplierInvoiceId": "sample string 12"
},
{
"LineId": 1,
"ArticleId": "27558301-4445-4c7a-b851-0831928ed82f",
"StockId": "970dfdf0-0097-4d3a-89b4-1e8bf23a9309",
"PalletPlace": "sample string 4",
"SupplierOrderLineId": 1,
"ArticleName": "sample string 5",
"Quantity": 6.0,
"Price": 7.0,
"Discount": 8.0,
"RecycleFee": 9.0,
"Amount": 10.0,
"UnitId": 1,
"Comment": "sample string 11",
"SupplierInvoiceId": "sample string 12"
}
],
"WaybillNumber": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfIndeliveryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Stock">
<IndeliveryResponse>
<BranchId>1</BranchId>
<Comment>sample string 5</Comment>
<GoodsReceivedDate>2026-01-21T22:52:33.6879049+01:00</GoodsReceivedDate>
<IndeliveryLines>
<IndeliveryLine>
<Amount>10</Amount>
<ArticleId>27558301-4445-4c7a-b851-0831928ed82f</ArticleId>
<ArticleName>sample string 5</ArticleName>
<Comment>sample string 11</Comment>
<Discount>8</Discount>
<LineId>1</LineId>
<PalletPlace>sample string 4</PalletPlace>
<Price>7</Price>
<Quantity>6</Quantity>
<RecycleFee>9</RecycleFee>
<StockId>970dfdf0-0097-4d3a-89b4-1e8bf23a9309</StockId>
<SupplierInvoiceId>sample string 12</SupplierInvoiceId>
<SupplierOrderLineId>1</SupplierOrderLineId>
<UnitId>1</UnitId>
</IndeliveryLine>
<IndeliveryLine>
<Amount>10</Amount>
<ArticleId>27558301-4445-4c7a-b851-0831928ed82f</ArticleId>
<ArticleName>sample string 5</ArticleName>
<Comment>sample string 11</Comment>
<Discount>8</Discount>
<LineId>1</LineId>
<PalletPlace>sample string 4</PalletPlace>
<Price>7</Price>
<Quantity>6</Quantity>
<RecycleFee>9</RecycleFee>
<StockId>970dfdf0-0097-4d3a-89b4-1e8bf23a9309</StockId>
<SupplierInvoiceId>sample string 12</SupplierInvoiceId>
<SupplierOrderLineId>1</SupplierOrderLineId>
<UnitId>1</UnitId>
</IndeliveryLine>
</IndeliveryLines>
<IndeliveryPerson>sample string 3</IndeliveryPerson>
<SupplierDeliveryNote>sample string 4</SupplierDeliveryNote>
<SupplierId>a7c7745c-0f3a-4042-a938-c5216d08ea2b</SupplierId>
<SupplierOrderHeadId>1</SupplierOrderHeadId>
<WaybillNumber>sample string 6</WaybillNumber>
</IndeliveryResponse>
<IndeliveryResponse>
<BranchId>1</BranchId>
<Comment>sample string 5</Comment>
<GoodsReceivedDate>2026-01-21T22:52:33.6879049+01:00</GoodsReceivedDate>
<IndeliveryLines>
<IndeliveryLine>
<Amount>10</Amount>
<ArticleId>27558301-4445-4c7a-b851-0831928ed82f</ArticleId>
<ArticleName>sample string 5</ArticleName>
<Comment>sample string 11</Comment>
<Discount>8</Discount>
<LineId>1</LineId>
<PalletPlace>sample string 4</PalletPlace>
<Price>7</Price>
<Quantity>6</Quantity>
<RecycleFee>9</RecycleFee>
<StockId>970dfdf0-0097-4d3a-89b4-1e8bf23a9309</StockId>
<SupplierInvoiceId>sample string 12</SupplierInvoiceId>
<SupplierOrderLineId>1</SupplierOrderLineId>
<UnitId>1</UnitId>
</IndeliveryLine>
<IndeliveryLine>
<Amount>10</Amount>
<ArticleId>27558301-4445-4c7a-b851-0831928ed82f</ArticleId>
<ArticleName>sample string 5</ArticleName>
<Comment>sample string 11</Comment>
<Discount>8</Discount>
<LineId>1</LineId>
<PalletPlace>sample string 4</PalletPlace>
<Price>7</Price>
<Quantity>6</Quantity>
<RecycleFee>9</RecycleFee>
<StockId>970dfdf0-0097-4d3a-89b4-1e8bf23a9309</StockId>
<SupplierInvoiceId>sample string 12</SupplierInvoiceId>
<SupplierOrderLineId>1</SupplierOrderLineId>
<UnitId>1</UnitId>
</IndeliveryLine>
</IndeliveryLines>
<IndeliveryPerson>sample string 3</IndeliveryPerson>
<SupplierDeliveryNote>sample string 4</SupplierDeliveryNote>
<SupplierId>a7c7745c-0f3a-4042-a938-c5216d08ea2b</SupplierId>
<SupplierOrderHeadId>1</SupplierOrderHeadId>
<WaybillNumber>sample string 6</WaybillNumber>
</IndeliveryResponse>
</ArrayOfIndeliveryResponse>