- 🐶 Walk through Apidog
- hey couriers
- Web
- Hey Courier
- Auth
- Group Permission
- Webhook Secret Key
- Profile Update
- Common
- Employee
- Package Model
- 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
- Hey Courier
- App
- Mobile App
- Login/ Logout
- Profile
- History
- Assign Route
- Package Delivered
- Failed Delivery
- Dashboard
- Scan API
- Pickup Point QR Scan
- Route status change
- Scan Return Parcel
- Login Driver Pickup Driver PackageGET
- Package By Current DateGET
- Untitled EndpointGET
- Untitled EndpointGET
- Untitled EndpointPOST
Force Fully Fail Package
POST
{{base_url}}package-photo-upload/force-fail-delivery/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
package
string
required
Example:
2039
package_delivery_status
string
required
Example:
[6,7]
other_reasons
string
required
Example:
abdgsdjkw
driver_lat
string
required
Example:
-28.897353799
driver_long
string
required
Example:
153.4070
photo_upload1
file
required
photo_upload2
file
required
photo_upload3
file
required
photo_upload4
file
required
photo_upload5
file
required
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}}package-photo-upload/force-fail-delivery/' \
--form 'package="2039"' \
--form 'package_delivery_status="[6,7]"' \
--form 'other_reasons="abdgsdjkw"' \
--form 'driver_lat="-28.897353799"' \
--form 'driver_long="153.4070"' \
--form 'photo_upload1=@""' \
--form 'photo_upload2=@""' \
--form 'photo_upload3=@""' \
--form 'photo_upload4=@""' \
--form 'photo_upload5=@""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-12-06 12:07:14