Add a new driver tariff group
x-ms-visibility: "important"
Create a new driver tariff group
application/json
Request Body required
Details of the driver tariff group
tariffId string
name string
Responses
- 201
- 400
- 401
- 500
The created group
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.407Z",
"updatedAt": "2025-08-26T05:08:33.407Z"
}
Invalid request.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
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...