Partial update
You can send only the fields you want to update. All other values will remain unchanged. For example, to partially update fees:- To add a new fee, just include it in the payload.
- To update an existing fee, send the new value.
- To remove a specific value, set it to null.
- To remove an entire fee object, use an empty array
— e.g., "taxaAdm": []
.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The authorization token. <b>This header is required if your environment has the Acces Manager plugin enabled</b>.
The request content type.
The unique identifier of the Organization associated with the request.
The unique identifier of Lerian's client.
Path Parameters
Unique identifier of the package that you want to update.
Body
Name used to identify the configured Fee Package.
Minimum transaction amount below which the fees in the package don't apply.
Scale for the <code>minimumAmount</code> field.
Maximum transaction amount above which the fees in the package don't apply.
Scale for the <code>maximumAmount</code> field.
List containing the definition of each individual tax in the package.
If <code>true</code> it indicates that the package is active.
Short summary of what this Fee Package is designed to handle
List of accounts hat won't be charged the taxes in this package.
Response
Unique identifier of the package, in UUIDv7 format.
Name used to identify the configured Fee Package.
Short summary of what this Fee Package is designed to handle.
An identifier that maps to an accounting rule—like debit-type-transaction or credit-type-transaction.
Unique identifier of the Segment this Fee Package is linked to in the Midaz Ledger.
Unique identifier of the Ledger this Fee Package is linked to in the Midaz Ledger.
Minimum transaction amount below which the fees in the package don't apply.
Maximum transaction amount above which the fees in the package don't apply.
Scale for the minimumAmount field.
Scale for the maximumAmount field.
List of accounts hat won't be charged the taxes in this package.
List containing the definition of each individual tax in the package.
If <code>true</code> it indicates that the package is active.
Date when the package was created.
Date when the package was last updated.
Date when the package was deleted.