Fleet Management API Beta

Sections

Theme switcher

Update a payment

Header Parameters

user_idstring

Optional audit field that indicates the User that performed a change. This field cannot be updated directly without appropriate permission - it is automatically set to the clientId of the authenticated User making the request.

Authorizationstring

Query Parameters

account_idstring Required
Min length
1

Path Parameters

payment-idstring Required

Body Parameters

payment_amountnumber

Amount that will be processed for this payment.

payment_scheduled_bank_idinteger

Id of the bank this payment is scheduled to be pulled from.

payment_scheduled_datestring

Day payment is scheduled to be processed.

payment_statusstring

C completed, I in progress, O over ride, R auto payment, S scheduled, X cancelled

Enum values:
AUTO_PAYCANCELLEDCOMPLETEDIN_PROGRESSNONEOVER_RIDESCHEDULED
payment_typestring

The type of payment.

Enum values:
CURRENT_BALANCEMINIMUM_BALANCESTATEMENT_BALANCEOTHER_AMOUNT

Response

200
Object

200 (Ok)

Response Attributes

_linksobject

HATEOAS links to payment-related resources

Show child attributes

payment_amountnumber

Amount that will be processed for this payment.

payment_idstring

Unique identifier for a payment.

payment_statusstring

C completed, I in progress, O over ride, R auto payment, S scheduled, X cancelled

Enum values:
AUTO_PAYCANCELLEDCOMPLETEDIN_PROGRESSNONEOVER_RIDESCHEDULED
payment_typestring

The type of payment.

Enum values:
CURRENT_BALANCEMINIMUM_BALANCESTATEMENT_BALANCEOTHER_AMOUNT
scheduled_bank_idinteger

Id of the bank this payment is scheduled to be pulled from.

scheduled_datestring

Day payment is scheduled to be processed.

400
Object

400 (Bad Request)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
401
Object

401 (Unauthorized)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
404
Object

404 (Not Found)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
500
Object

500 (Internal Server Error)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
Was this section helpful?

PATCH

/

Select
1

Response

Was this section helpful?