Skip to main content
POST
Mark Transport Operator Subsidy Settlement Paid

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transportOperatorSubsidySettlementId
string<uuid>
required

Subsidy settlement identifier

Example:

"01980d37-a8dc-755a-8a7c-27372a096a7b"

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Response

OK

Transport operator subsidy settlement

transportOperatorSubsidySettlementId
string<uuid>
required

Subsidy settlement identifier

Example:

"01980d37-a8dc-755a-8a7c-27372a096a7b"

cooperativeId
string<uuid>
required

Cooperative identifier

Example:

"0197a800-24e6-76a2-90ed-ff0f6fba7b0c"

cooperative
object
required

Cooperative

transportOperatorId
string<uuid>
required

Transport operator identifier

Example:

"01980d30-6a3c-7a42-9182-17ad6324d3aa"

transportOperator
object
required

Transport operator

transportOperatorRoutePolicyId
string<uuid>
required

Route policy identifier

Example:

"01980d36-4381-7c81-8786-230f12cb35c0"

tripCount
integer
required

Audited trip count

Example:

1

auditedDistanceKm
number
required

Audited distance in kilometers

Required range: x >= 0
Example:

18

amountPerKm
integer
required

Amount per kilometer in cents

Example:

200

grossAmount
integer
required

Gross amount in cents

Example:

3600

status
enum<string>
required

Transport operator subsidy settlement status

Available options:
PENDING,
UNDER_REVIEW,
APPROVED,
REJECTED,
PAID
Example:

"PENDING"

createdAt
string<date-time>
required

Created at

Example:

"2026-07-04T13:30:00.000Z"

periodEnd
string<date-time>
required

Period end

Example:

"2026-07-04T12:30:00.000Z"

periodStart
string<date-time>
required

Period start

Example:

"2026-07-04T08:00:00.000Z"

trip
object | null
required
updatedAt
string<date-time>
required

Updated at

Example:

"2026-07-04T14:00:00.000Z"

routeId
string<uuid> | null

Route identifier

Example:

"0197a80c-4204-7b77-9005-48cc23677587"

tripId
string<uuid> | null

Trip identifier

Example:

"0197a80f-2d8f-7710-b243-b67fb477a1c0"

approvedBy
string<uuid> | null

Approved by

Example:

null

paidBy
string<uuid> | null

Paid by

Example:

null

createdBy
string<uuid> | null

Created by

Example:

null

updatedBy
string<uuid> | null

Updated by

Example:

null

approvedAt
string<date-time> | null

Approved at

Example:

null

paidAt
string<date-time> | null

Paid at

Example:

null