v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
General Ledgers

Update General Ledger

This request updates a General Ledger.

Parameter: assetID, Type: Int, Required?: Optional, Description: The ID of the asset that this GL will be associated with. Must be a valid assetID that belongs to the current GL's location. Parameter: abbr, Type: String, Required?: Optional, Description: An new short version of this GLs name. Parameter: name, Type: String, Required?: Optional, Description: A new title for this GL. Parameter: description, Type: String, Required?: Optional, Description: Any further needed description for this GL.

patch/v2/gl/{glID}

Request body

namestring
abbrstring
descriptionstring
assetIDinteger

Response

Update General Ledger

successboolean