Pickup Schedule

We provide two shipping methods, namely pickup and drop-off. If you are interested in using our pickup service, then read this documentation for a good implementation

We provide two shipping methods, namely pickup and drop-off. If you are interested in using our pickup service, then read this documentation for a good implementation.

[POST] /api/mitra/v2/schedules

Schedule isn't mandatory for drop-off delivery request.

If you're company prefer to set daily pickup, you can also set custom pickup hours for skipping this API endpoints.

Response

{
  "status": true,
  "method": "schedules",
  "text": "Success",
  "schedules": [
    {
      "clock": "2021-02-15 14:00:00",
      "until": "16:00",
      "expired": 1613385000,
      "libur": false
    },
    {
      "clock": "2021-02-16 08:00:00",
      "until": "11:00",
      "expired": 1613457000,
      "libur": false
    }
  ]
}