Settings: update postingaccount
postingaccounts_updateUpdate a posting account's name or properties by providing its account number and new name. Overwrites sent fields, so read the current record first when making partial changes.
Instructions
🟡 WRITE · updates data: Modifies existing master data in place.
update postingaccount
Update a postingaccount.
Use to rename a posting account or change its properties.
Overwrites the fields you send. Read the current record with postingaccounts_list first if you intend a partial change.
Endpoint: POST /settings/update/postingaccount
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new name of the postingaccount to update. | |
| postingaccount_number | Yes | The postingaccount number of the postingaccount to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | the updated postingaccount | |
| message | No | blank | |
| success | Yes | Success boolean |