- 🐶 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
- App
- Untitled EndpointGET
- Untitled EndpointGET
- Untitled EndpointPOST
Update
PATCH
{{base_url}}employee/22/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
form_data
string
required
Example:
{
"name": "ethan",
"email": "ethan@yopmail.com",
"address": "Garden Island, South Australia 5015, Australia",
"phone": "613827482374",
"company_name": "jack",
"work_on": "ABN 29122051171",
"abn_number": "34732847322",
"tax_file_number": "987482374",
"account_holder_name": "Rynes",
"account_number": "32432874",
"bank_name": "National Australia Bank",
"branch_name": "NSB",
"ifsc_code": "28137281",
"emergency_contact_person_name": "Vilence",
"emergency_contact_person_no": "613874832748",
"visa_type": "Other",
"role": 5,
"permission": [
12,
10,
11,
21,
22
]
}
driving_license
file
required
police_check
file
required
passport
file
required
visa
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 PATCH '{{base_url}}employee/22/' \
--form 'form_data="{
\"name\": \"ethan\",
\"email\": \"ethan@yopmail.com\",
\"address\": \"Garden Island, South Australia 5015, Australia\",
\"phone\": \"613827482374\",
\"company_name\": \"jack\",
\"work_on\": \"ABN 29122051171\",
\"abn_number\": \"34732847322\",
\"tax_file_number\": \"987482374\",
\"account_holder_name\": \"Rynes\",
\"account_number\": \"32432874\",
\"bank_name\": \"National Australia Bank\",
\"branch_name\": \"NSB\",
\"ifsc_code\": \"28137281\",
\"emergency_contact_person_name\": \"Vilence\",
\"emergency_contact_person_no\": \"613874832748\",
\"visa_type\": \"Other\",
\"role\": 5,
\"permission\": [
12,
10,
11,
21,
22
]
}"' \
--form 'driving_license=@""' \
--form 'police_check=@""' \
--form 'passport=@""' \
--form 'visa=@""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-22 06:13:56