v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Bills

Update Bill

This request updates a Bill.

Parameter: userID, Type: Int, Required?: Optional, Description: The ID of the user that this Bill will be assigned to. Parameter: status, Type: Int, Required?: Optional, Description: The status of this Bill. Refer to GET Bill to understand what values status can be. A bill status cannot be reduced once it is changed.

patch/v2/bills/{billID}

Request body

userIDinteger
statusinteger

Response

The operation completed successfully. The response body is empty.