Driver Deductions
Driver deductions
POST
/api/drivers/deduction
Use this api to make the driver deductions as per the amount owed by each driver. Partners pass the api key along with the driver id, deduction amount, reference uuid and deduction amount and it returns the blowhorn reference id to the partner as per the corresponding deduction.
Query Parameters
Name
Type
Description
driverId
number
Pass driver ID
referenceUuid
string
Client reference number
deductionAmount
number
Deduction amount must not be less then zero
remarks
string
Remarks for deductions if any
deductionMonth
string
DateTime object in given format("2019-05-08T19:35:06.959084")
Headers
Name
Type
Description
API_KEY
string
Enter the API Key
Last updated
Was this helpful?