POST delivery/getallforcourier

Request Information

URI Parameters

None.

Body Parameters

DeliveryFiltersViewModel
NameDescriptionTypeAdditional 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:34:01.4741402+00:00",
  "dateTo": "2025-12-06T03:34:01.4741402+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:34:01.4741402+00:00</DateFrom>
  <DateTo>2025-12-06T03:34:01.4741402+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 MobileDeliveryViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

UserClientId

integer

None.

AdditionalInformation

string

None.

Status

integer

None.

AddressFrom

string

None.

AddressTo

string

None.

DateDelivery

date

None.

DateCreated

date

None.

DateModified

date

None.

IsDeleted

boolean

None.

CourierInformation

string

None.

Amount

integer

None.

Weidth

decimal number

None.

IsReturnNotification

boolean

None.

Cost

decimal number

None.

CostWithTaxes

decimal number

None.

WhoReceive

string

None.

WhoReturned

string

None.

WhenTaken

date

None.

WhenArrive

date

None.

WhenFinished

date

None.

DeliveryNumber

string

None.

SenderName

string

None.

SenderPhone

string

None.

RecipientName

string

None.

RecipientPhone

string

None.

CauseFailed

string

None.

UserCourierId

integer

None.

UserCourierName

string

None.

ClientName

string

None.

CompanyName

string

None.

Notes

string

None.

Urgency

byte

None.

Envelope

byte

None.

CollectPayment

boolean

None.

PaymentCount

integer

None.

ManagerComment

string

None.

CurrencySymbol

string

None.

BarCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "userClientId": 2,
    "additionalInformation": "sample string 3",
    "status": 4,
    "addressFrom": "sample string 5",
    "addressTo": "sample string 6",
    "dateDelivery": "2025-12-06T03:34:01.4897928+00:00",
    "dateCreated": "2025-12-06T03:34:01.4897928+00:00",
    "dateModified": "2025-12-06T03:34:01.4897928+00:00",
    "isDeleted": true,
    "courierInformation": "sample string 11",
    "amount": 1,
    "weidth": 1.0,
    "isReturnNotification": true,
    "cost": 1.0,
    "costWithTaxes": 1.0,
    "whoReceive": "sample string 13",
    "whoReturned": "sample string 14",
    "whenTaken": "2025-12-06T03:34:01.4897928+00:00",
    "whenArrive": "2025-12-06T03:34:01.4897928+00:00",
    "whenFinished": "2025-12-06T03:34:01.4897928+00:00",
    "deliveryNumber": "sample string 15",
    "senderName": "sample string 16",
    "senderPhone": "sample string 17",
    "recipientName": "sample string 18",
    "recipientPhone": "sample string 19",
    "causeFailed": "sample string 20",
    "userCourierId": 1,
    "userCourierName": "sample string 21",
    "clientName": "sample string 22",
    "companyName": "sample string 23",
    "notes": "sample string 24",
    "urgency": 64,
    "envelope": 64,
    "collectPayment": true,
    "paymentCount": 28,
    "managerComment": "sample string 29",
    "currencySymbol": "sample string 30",
    "barCode": "sample string 31"
  },
  {
    "id": 1,
    "userClientId": 2,
    "additionalInformation": "sample string 3",
    "status": 4,
    "addressFrom": "sample string 5",
    "addressTo": "sample string 6",
    "dateDelivery": "2025-12-06T03:34:01.4897928+00:00",
    "dateCreated": "2025-12-06T03:34:01.4897928+00:00",
    "dateModified": "2025-12-06T03:34:01.4897928+00:00",
    "isDeleted": true,
    "courierInformation": "sample string 11",
    "amount": 1,
    "weidth": 1.0,
    "isReturnNotification": true,
    "cost": 1.0,
    "costWithTaxes": 1.0,
    "whoReceive": "sample string 13",
    "whoReturned": "sample string 14",
    "whenTaken": "2025-12-06T03:34:01.4897928+00:00",
    "whenArrive": "2025-12-06T03:34:01.4897928+00:00",
    "whenFinished": "2025-12-06T03:34:01.4897928+00:00",
    "deliveryNumber": "sample string 15",
    "senderName": "sample string 16",
    "senderPhone": "sample string 17",
    "recipientName": "sample string 18",
    "recipientPhone": "sample string 19",
    "causeFailed": "sample string 20",
    "userCourierId": 1,
    "userCourierName": "sample string 21",
    "clientName": "sample string 22",
    "companyName": "sample string 23",
    "notes": "sample string 24",
    "urgency": 64,
    "envelope": 64,
    "collectPayment": true,
    "paymentCount": 28,
    "managerComment": "sample string 29",
    "currencySymbol": "sample string 30",
    "barCode": "sample string 31"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMobileDeliveryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared.ViewModels.mobileViewModels">
  <MobileDeliveryViewModel>
    <AdditionalInformation>sample string 3</AdditionalInformation>
    <AddressFrom>sample string 5</AddressFrom>
    <AddressTo>sample string 6</AddressTo>
    <Amount>1</Amount>
    <BarCode>sample string 31</BarCode>
    <CauseFailed>sample string 20</CauseFailed>
    <ClientName>sample string 22</ClientName>
    <CollectPayment>true</CollectPayment>
    <CompanyName>sample string 23</CompanyName>
    <Cost>1</Cost>
    <CostWithTaxes>1</CostWithTaxes>
    <CourierInformation>sample string 11</CourierInformation>
    <CurrencySymbol>sample string 30</CurrencySymbol>
    <DateCreated>2025-12-06T03:34:01.4897928+00:00</DateCreated>
    <DateDelivery>2025-12-06T03:34:01.4897928+00:00</DateDelivery>
    <DateModified>2025-12-06T03:34:01.4897928+00:00</DateModified>
    <DeliveryNumber>sample string 15</DeliveryNumber>
    <Envelope>64</Envelope>
    <Id>1</Id>
    <IsDeleted>true</IsDeleted>
    <IsReturnNotification>true</IsReturnNotification>
    <ManagerComment>sample string 29</ManagerComment>
    <Notes>sample string 24</Notes>
    <PaymentCount>28</PaymentCount>
    <RecipientName>sample string 18</RecipientName>
    <RecipientPhone>sample string 19</RecipientPhone>
    <SenderName>sample string 16</SenderName>
    <SenderPhone>sample string 17</SenderPhone>
    <Status>4</Status>
    <Urgency>64</Urgency>
    <UserClientId>2</UserClientId>
    <UserCourierId>1</UserCourierId>
    <UserCourierName>sample string 21</UserCourierName>
    <Weidth>1</Weidth>
    <WhenArrive>2025-12-06T03:34:01.4897928+00:00</WhenArrive>
    <WhenFinished>2025-12-06T03:34:01.4897928+00:00</WhenFinished>
    <WhenTaken>2025-12-06T03:34:01.4897928+00:00</WhenTaken>
    <WhoReceive>sample string 13</WhoReceive>
    <WhoReturned>sample string 14</WhoReturned>
  </MobileDeliveryViewModel>
  <MobileDeliveryViewModel>
    <AdditionalInformation>sample string 3</AdditionalInformation>
    <AddressFrom>sample string 5</AddressFrom>
    <AddressTo>sample string 6</AddressTo>
    <Amount>1</Amount>
    <BarCode>sample string 31</BarCode>
    <CauseFailed>sample string 20</CauseFailed>
    <ClientName>sample string 22</ClientName>
    <CollectPayment>true</CollectPayment>
    <CompanyName>sample string 23</CompanyName>
    <Cost>1</Cost>
    <CostWithTaxes>1</CostWithTaxes>
    <CourierInformation>sample string 11</CourierInformation>
    <CurrencySymbol>sample string 30</CurrencySymbol>
    <DateCreated>2025-12-06T03:34:01.4897928+00:00</DateCreated>
    <DateDelivery>2025-12-06T03:34:01.4897928+00:00</DateDelivery>
    <DateModified>2025-12-06T03:34:01.4897928+00:00</DateModified>
    <DeliveryNumber>sample string 15</DeliveryNumber>
    <Envelope>64</Envelope>
    <Id>1</Id>
    <IsDeleted>true</IsDeleted>
    <IsReturnNotification>true</IsReturnNotification>
    <ManagerComment>sample string 29</ManagerComment>
    <Notes>sample string 24</Notes>
    <PaymentCount>28</PaymentCount>
    <RecipientName>sample string 18</RecipientName>
    <RecipientPhone>sample string 19</RecipientPhone>
    <SenderName>sample string 16</SenderName>
    <SenderPhone>sample string 17</SenderPhone>
    <Status>4</Status>
    <Urgency>64</Urgency>
    <UserClientId>2</UserClientId>
    <UserCourierId>1</UserCourierId>
    <UserCourierName>sample string 21</UserCourierName>
    <Weidth>1</Weidth>
    <WhenArrive>2025-12-06T03:34:01.4897928+00:00</WhenArrive>
    <WhenFinished>2025-12-06T03:34:01.4897928+00:00</WhenFinished>
    <WhenTaken>2025-12-06T03:34:01.4897928+00:00</WhenTaken>
    <WhoReceive>sample string 13</WhoReceive>
    <WhoReturned>sample string 14</WhoReturned>
  </MobileDeliveryViewModel>
</ArrayOfMobileDeliveryViewModel>