Partner uploads a new driver(s) from *.csv file. The file should have the following titles of a head row: 'first_name', 'last_name', 'group', 'card_id'
Request
Body Params multipart/form-data
company_id
stringÂ
required
Example:
{{COMPANY_ID}}
file
stringÂ
required
Example:
{{FILE}}
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 PUT 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/driver/upload' \
--form'company_id="{{COMPANY_ID}}"' \
--form'file="{{FILE}}"'