POST delivery/search
Request Information
URI Parameters
None.
Body Parameters
DeliveryFiltersViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| ClientName | string |
None. |
|
| ClientId | integer |
None. |
|
| CourierName | string |
None. |
|
| Address | string |
None. |
|
| DeliveryNumber | string |
None. |
|
| Status | integer |
None. |
|
| StatusName | string |
None. |
|
| Page | integer |
None. |
|
| CourierId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| SelectedIds | Collection of integer |
None. |
|
| BarCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"dateFrom": "2025-12-06T03:32:14.9246091+00:00",
"dateTo": "2025-12-06T03:32:14.9246091+00:00",
"clientName": "sample string 1",
"clientId": 2,
"courierName": "sample string 3",
"address": "sample string 4",
"deliveryNumber": "sample string 5",
"status": 1,
"statusName": "sample string 6",
"page": 7,
"courierId": 8,
"companyId": 9,
"selectedIds": [
1,
2
],
"barCode": "sample string 10"
}
application/xml, text/xml
Sample:
<DeliveryFiltersViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared.ViewModels">
<Address>sample string 4</Address>
<BarCode>sample string 10</BarCode>
<ClientId>2</ClientId>
<ClientName>sample string 1</ClientName>
<CompanyId>9</CompanyId>
<CourierId>8</CourierId>
<CourierName>sample string 3</CourierName>
<DateFrom>2025-12-06T03:32:14.9246091+00:00</DateFrom>
<DateTo>2025-12-06T03:32:14.9246091+00:00</DateTo>
<DeliveryNumber>sample string 5</DeliveryNumber>
<Id>1</Id>
<Page>7</Page>
<SelectedIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SelectedIds>
<Status>1</Status>
<StatusName>sample string 6</StatusName>
</DeliveryFiltersViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SearchDeliveryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsDeleted | boolean |
None. |
|
| AdditionalInformation | Collection of string |
None. |
|
| UserCourier | UserCourierViewModel |
None. |
|
| WorkingTimeWeb | HoursMinutes |
None. |
|
| WaitingTimeWeb | HoursMinutes |
None. |
|
| TotalTimeWeb | HoursMinutes |
None. |
|
| Orders | Collection of ProductOrderWeb |
None. |
|
| Id | integer |
None. |
|
| From | string |
None. |
|
| To | string |
None. |
|
| UserCourierId | integer |
None. |
|
| CourierName | string |
None. |
|
| UserClientId | integer |
None. |
|
| ClientName | string |
None. |
|
| DateCreated | date |
None. |
|
| DateDelivery | date |
None. |
|
| Status | integer |
None. |
|
| DeliveryNumber | string |
None. |
|
| Cost | decimal number |
None. |
|
| CostWithTaxes | decimal number |
None. |
|
| CourierInformation | string |
None. |
|
| AdditionalInformation | string |
None. |
|
| DlvSequenceNumber | integer |
None. |
|
| StatusConfirmed | boolean |
None. |
|
| VATpercent | decimal number |
None. |
|
| WhoReceive | string |
None. |
|
| WhoReturned | string |
None. |
|
| Urgency | byte |
None. |
|
| Envelope | byte |
None. |
|
| Distance | decimal number |
None. |
|
| WorkingTime | integer |
None. |
|
| WaitingTime | integer |
None. |
|
| SenderName | string |
None. |
|
| SenderPhone | string |
None. |
|
| RecipientName | string |
None. |
|
| RecipientPhone | string |
None. |
|
| PkgNumber | integer |
None. |
|
| BarCode | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.