Skip to main content
POST
Reject Benefit Document

Authorizations

Authorization
string
header
required

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

Path Parameters

benefitDocumentValidationId
string<uuid>
required

Benefit document validation identifier

Example:

"0197f713-cd5f-77d9-b8d5-9751e96f2b39"

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.

Body

application/json
rejectionReason
string
required

Rejection reason

Example:

"Document invalid"

Response

OK

Benefit document validation

benefitDocumentValidationId
string<uuid>
required

Benefit document validation identifier

Example:

"0197f713-cd5f-77d9-b8d5-9751e96f2b39"

passengerBenefitRequestId
string<uuid>
required

Benefit request identifier

Example:

"0197f712-8a7e-7a53-9d28-51f8f3c77d41"

customerId
string<uuid>
required

Customer identifier

Example:

"0197a7f6-4d36-7c0a-a7cb-54fcb33a3148"

documentType
string
required

Document type

Example:

"STUDENT_ID"

storageKey
string
required

Storage object key

Example:

"benefits/0197f712/student-id.pdf"

fileName
string
required

Original file name

Example:

"student-id.pdf"

contentType
string
required

File MIME type

Example:

"application/pdf"

status
enum<string>
required

Benefit document validation status

Available options:
PENDING,
APPROVED,
REJECTED,
EXPIRED
Example:

"PENDING"

createdAt
string<date-time>
required

Created at

Example:

"2026-07-04T11:35:00.000Z"

updatedAt
string<date-time>
required

Updated at

Example:

"2026-07-04T11:55:00.000Z"

validatedByUserId
string<uuid> | null

Validating user identifier

Example:

null

rejectionReason
string | null

Rejection reason

Example:

null

createdBy
string<uuid> | null

Created by

Example:

null

updatedBy
string<uuid> | null

Updated by

Example:

null

deletedBy
string<uuid> | null

Deleted by

Example:

null

deletedAt
string<date-time> | null

Deleted at

Example:

null

expiresAt
string<date-time> | null

Expiration date

Example:

null

validatedAt
string<date-time> | null

Validated at

Example:

null