- 🐶 Walk through Apidog
- hey couriers
- Web
- Hey Courier
- Auth
- Group Permission
- Webhook Secret Key
- Profile Update
- Common
- Employee
- Package Model
- Archive
- Package CSV DownloadPATCH
- Create Package by CompanyPOST
- Area by PostcodeGET
- Get Package by IDPOST
- Update Package by CompanyPATCH
- GetGET
- Get PriceGET
- CreatePOST
- RetrieveGET
- UpdatePATCH
- DeleteDELETE
- Bulk UploadPOST
- Excel Upload POST
- Status ChangePATCH
- Multiple Zone FilterPATCH
- Package by Driver and UnassignPATCH
- Assign Package To Driver
- Photo Upload in Assign Package
- Route
- Delivery Rates
- Driver Delivery Rates
- Dashboard API
- Optimize Route List of Package
- Return Report
- Delivery Attempt
- Company
- Delivery Status Manage Model
- Warehouse
- Pickup Point
- Driver Lat-Long Manage
- Company Package Upload
- Package by Company Key
- Driver Support
- Pickup Package
- Wallet
- Pickup Route
- Pickup Package by Webhook
- Wallet Adjustment
- Invoice
- App
- Untitled EndpointGET
- Untitled EndpointGET
- Untitled EndpointPOST
Bulk Upload
POST
{{base_url}}upload-package-file/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
upload_file
file
required
Example:
file://C:\Users\Lenovo\Downloads\PackageWall.csv
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{base_url}}upload-package-file/' \
--form 'upload_file=@"C:\\Users\\Lenovo\\Downloads\\PackageWall.csv"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-12-12 07:30:53