POST api/Common/GetMylerCompletedPackageForCashDropOff

Request Information

URI Parameters

None.

Body Parameters

CashDropoffSearchData
NameDescriptionTypeAdditional information
PageFilter

PageFilter

None.

MaylerId

integer

None.

SearchKeyWord

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageFilter": {
    "PageIndex": 1,
    "PageSize": 2
  },
  "MaylerId": 1,
  "SearchKeyWord": "sample string 2"
}

application/xml, text/xml

Sample:
<CashDropoffSearchData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.CashDropoffDto">
  <MaylerId>1</MaylerId>
  <PageFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:PageSize>2</d2p1:PageSize>
  </PageFilter>
  <SearchKeyWord>sample string 2</SearchKeyWord>
</CashDropoffSearchData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DescriptiveResponseOfSearchObjectResultOfCashDropoffResponseDto
NameDescriptionTypeAdditional information
Value

SearchObjectResultOfCashDropoffResponseDto

None.

CoreValue

string

None.

IsErrorState

boolean

None.

ErrorDescription

string

None.

ErrorMetadata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": {
    "Result": {
      "TotalCount": 1,
      "TotalAmount": 2.0,
      "Packages": [
        {
          "PickupOrderId": 1,
          "ActualId": 2,
          "Code": "sample string 3",
          "IssueDate": "2026-09-25T21:04:38.0022119+03:00",
          "NumberOfPackages": 4,
          "Name": "sample string 5",
          "Address": "sample string 6",
          "ServiceCategoryId": 0,
          "MylayerId": 1,
          "Phone": "sample string 7",
          "When": "2026-09-25T21:04:38.0022119+03:00",
          "Barcode": "sample string 8",
          "Latitude": 1.1,
          "Longitude": 1.1,
          "CurrentStatus": {
            "ISDefault": true,
            "EndOfFlow": true,
            "ColorCode": "sample string 1",
            "PhaseID": 1,
            "PhaseEnName": "sample string 2",
            "PhaseArName": "sample string 3",
            "NeedDate": true,
            "HasPODCode": true,
            "NeedReason": true,
            "NeedServiceCategory": true,
            "ReasonCategoryIds": [
              1,
              2
            ],
            "AssignMyler": true,
            "CallSMSCount": 9,
            "PickupNumber": "sample string 10",
            "Id": 11,
            "Code": "sample string 12",
            "ArName": "sample string 13",
            "EnName": "sample string 14"
          },
          "PrimaryFromTimeSlot": "sample string 9",
          "SecondaryFromTimeSlot": "sample string 10",
          "PrimaryToTimeSlot": "sample string 11",
          "SecondaryToTimeSlot": "sample string 12",
          "MasterBagId": 13,
          "RelayMyler": "sample string 14",
          "PaymentTypeId": 15,
          "CODAmount": 16.0,
          "IsOnlinePaid": true,
          "IsCashDropOffBefore": true
        },
        {
          "PickupOrderId": 1,
          "ActualId": 2,
          "Code": "sample string 3",
          "IssueDate": "2026-09-25T21:04:38.0022119+03:00",
          "NumberOfPackages": 4,
          "Name": "sample string 5",
          "Address": "sample string 6",
          "ServiceCategoryId": 0,
          "MylayerId": 1,
          "Phone": "sample string 7",
          "When": "2026-09-25T21:04:38.0022119+03:00",
          "Barcode": "sample string 8",
          "Latitude": 1.1,
          "Longitude": 1.1,
          "CurrentStatus": {
            "ISDefault": true,
            "EndOfFlow": true,
            "ColorCode": "sample string 1",
            "PhaseID": 1,
            "PhaseEnName": "sample string 2",
            "PhaseArName": "sample string 3",
            "NeedDate": true,
            "HasPODCode": true,
            "NeedReason": true,
            "NeedServiceCategory": true,
            "ReasonCategoryIds": [
              1,
              2
            ],
            "AssignMyler": true,
            "CallSMSCount": 9,
            "PickupNumber": "sample string 10",
            "Id": 11,
            "Code": "sample string 12",
            "ArName": "sample string 13",
            "EnName": "sample string 14"
          },
          "PrimaryFromTimeSlot": "sample string 9",
          "SecondaryFromTimeSlot": "sample string 10",
          "PrimaryToTimeSlot": "sample string 11",
          "SecondaryToTimeSlot": "sample string 12",
          "MasterBagId": 13,
          "RelayMyler": "sample string 14",
          "PaymentTypeId": 15,
          "CODAmount": 16.0,
          "IsOnlinePaid": true,
          "IsCashDropOffBefore": true
        }
      ]
    },
    "Total": 1
  },
  "CoreValue": "sample string 1",
  "IsErrorState": true,
  "ErrorDescription": "sample string 3",
  "ErrorMetadata": {}
}

application/xml, text/xml

Sample:
<DescriptiveResponseOfSearchObjectResultOfCashDropoffResponseDtoAU5HY_P5fpXEGvNUe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
  <CoreValue>sample string 1</CoreValue>
  <ErrorDescription>sample string 3</ErrorDescription>
  <ErrorMetadata />
  <IsErrorState>true</IsErrorState>
  <Value>
    <Result xmlns:d3p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.CashDropoffDto">
      <d3p1:Packages xmlns:d4p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO">
        <d4p1:PickupAndPackgesListDTO>
          <d4p1:ActualId>2</d4p1:ActualId>
          <d4p1:Address>sample string 6</d4p1:Address>
          <d4p1:Barcode>sample string 8</d4p1:Barcode>
          <d4p1:CODAmount>16</d4p1:CODAmount>
          <d4p1:Code>sample string 3</d4p1:Code>
          <d4p1:CurrentStatus>
            <d4p1:ArName>sample string 13</d4p1:ArName>
            <d4p1:Code>sample string 12</d4p1:Code>
            <d4p1:EnName>sample string 14</d4p1:EnName>
            <d4p1:Id>11</d4p1:Id>
            <d4p1:AssignMyler>true</d4p1:AssignMyler>
            <d4p1:CallSMSCount>9</d4p1:CallSMSCount>
            <d4p1:ColorCode>sample string 1</d4p1:ColorCode>
            <d4p1:EndOfFlow>true</d4p1:EndOfFlow>
            <d4p1:HasPODCode>true</d4p1:HasPODCode>
            <d4p1:ISDefault>true</d4p1:ISDefault>
            <d4p1:NeedDate>true</d4p1:NeedDate>
            <d4p1:NeedReason>true</d4p1:NeedReason>
            <d4p1:NeedServiceCategory>true</d4p1:NeedServiceCategory>
            <d4p1:PhaseArName>sample string 3</d4p1:PhaseArName>
            <d4p1:PhaseEnName>sample string 2</d4p1:PhaseEnName>
            <d4p1:PhaseID>1</d4p1:PhaseID>
            <d4p1:PickupNumber>sample string 10</d4p1:PickupNumber>
            <d4p1:ReasonCategoryIds xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </d4p1:ReasonCategoryIds>
          </d4p1:CurrentStatus>
          <d4p1:IsCashDropOffBefore>true</d4p1:IsCashDropOffBefore>
          <d4p1:IsOnlinePaid>true</d4p1:IsOnlinePaid>
          <d4p1:IssueDate>2026-09-25T21:04:38.0022119+03:00</d4p1:IssueDate>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:MasterBagId>13</d4p1:MasterBagId>
          <d4p1:MylayerId>1</d4p1:MylayerId>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:NumberOfPackages>4</d4p1:NumberOfPackages>
          <d4p1:PaymentTypeId>15</d4p1:PaymentTypeId>
          <d4p1:Phone>sample string 7</d4p1:Phone>
          <d4p1:PickupOrderId>1</d4p1:PickupOrderId>
          <d4p1:PrimaryFromTimeSlot>sample string 9</d4p1:PrimaryFromTimeSlot>
          <d4p1:PrimaryToTimeSlot>sample string 11</d4p1:PrimaryToTimeSlot>
          <d4p1:RelayMyler>sample string 14</d4p1:RelayMyler>
          <d4p1:SecondaryFromTimeSlot>sample string 10</d4p1:SecondaryFromTimeSlot>
          <d4p1:SecondaryToTimeSlot>sample string 12</d4p1:SecondaryToTimeSlot>
          <d4p1:ServiceCategoryId>PickUp</d4p1:ServiceCategoryId>
          <d4p1:When>2026-09-25T21:04:38.0022119+03:00</d4p1:When>
        </d4p1:PickupAndPackgesListDTO>
        <d4p1:PickupAndPackgesListDTO>
          <d4p1:ActualId>2</d4p1:ActualId>
          <d4p1:Address>sample string 6</d4p1:Address>
          <d4p1:Barcode>sample string 8</d4p1:Barcode>
          <d4p1:CODAmount>16</d4p1:CODAmount>
          <d4p1:Code>sample string 3</d4p1:Code>
          <d4p1:CurrentStatus>
            <d4p1:ArName>sample string 13</d4p1:ArName>
            <d4p1:Code>sample string 12</d4p1:Code>
            <d4p1:EnName>sample string 14</d4p1:EnName>
            <d4p1:Id>11</d4p1:Id>
            <d4p1:AssignMyler>true</d4p1:AssignMyler>
            <d4p1:CallSMSCount>9</d4p1:CallSMSCount>
            <d4p1:ColorCode>sample string 1</d4p1:ColorCode>
            <d4p1:EndOfFlow>true</d4p1:EndOfFlow>
            <d4p1:HasPODCode>true</d4p1:HasPODCode>
            <d4p1:ISDefault>true</d4p1:ISDefault>
            <d4p1:NeedDate>true</d4p1:NeedDate>
            <d4p1:NeedReason>true</d4p1:NeedReason>
            <d4p1:NeedServiceCategory>true</d4p1:NeedServiceCategory>
            <d4p1:PhaseArName>sample string 3</d4p1:PhaseArName>
            <d4p1:PhaseEnName>sample string 2</d4p1:PhaseEnName>
            <d4p1:PhaseID>1</d4p1:PhaseID>
            <d4p1:PickupNumber>sample string 10</d4p1:PickupNumber>
            <d4p1:ReasonCategoryIds xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:int>1</d7p1:int>
              <d7p1:int>2</d7p1:int>
            </d4p1:ReasonCategoryIds>
          </d4p1:CurrentStatus>
          <d4p1:IsCashDropOffBefore>true</d4p1:IsCashDropOffBefore>
          <d4p1:IsOnlinePaid>true</d4p1:IsOnlinePaid>
          <d4p1:IssueDate>2026-09-25T21:04:38.0022119+03:00</d4p1:IssueDate>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:MasterBagId>13</d4p1:MasterBagId>
          <d4p1:MylayerId>1</d4p1:MylayerId>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:NumberOfPackages>4</d4p1:NumberOfPackages>
          <d4p1:PaymentTypeId>15</d4p1:PaymentTypeId>
          <d4p1:Phone>sample string 7</d4p1:Phone>
          <d4p1:PickupOrderId>1</d4p1:PickupOrderId>
          <d4p1:PrimaryFromTimeSlot>sample string 9</d4p1:PrimaryFromTimeSlot>
          <d4p1:PrimaryToTimeSlot>sample string 11</d4p1:PrimaryToTimeSlot>
          <d4p1:RelayMyler>sample string 14</d4p1:RelayMyler>
          <d4p1:SecondaryFromTimeSlot>sample string 10</d4p1:SecondaryFromTimeSlot>
          <d4p1:SecondaryToTimeSlot>sample string 12</d4p1:SecondaryToTimeSlot>
          <d4p1:ServiceCategoryId>PickUp</d4p1:ServiceCategoryId>
          <d4p1:When>2026-09-25T21:04:38.0022119+03:00</d4p1:When>
        </d4p1:PickupAndPackgesListDTO>
      </d3p1:Packages>
      <d3p1:TotalAmount>2</d3p1:TotalAmount>
      <d3p1:TotalCount>1</d3p1:TotalCount>
    </Result>
    <Total>1</Total>
  </Value>
</DescriptiveResponseOfSearchObjectResultOfCashDropoffResponseDtoAU5HY_P5fpXEGvNUe>