Update driver tariff group
x-ms-visibility: "important"
Update an existing driver tariff group
Path Parameters
groupId int64 required
Id of driver tariff group
application/json
Request Body required
Fields to update
name string
tariffId string
Responses
- 200
- 400
- 401
- 500
Payload of DriverTariffGroupDto
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
id int64
name string
tariffId string
drivers object[]
id int64
name string
sites object[]
id int64
name string
operatorId string
createdAt date-time
updatedAt date-time
{
"id": 0,
"name": "string",
"tariffId": "string",
"drivers": [
{
"id": 0,
"name": "string"
}
],
"sites": [
{
"id": 0,
"name": "string"
}
],
"operatorId": "string",
"createdAt": "2025-08-26T05:08:33.418Z",
"updatedAt": "2025-08-26T05:08:33.418Z"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
No description
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...