Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting the nominalAccountId in Work order item POST/PATCH request #11369

Open
sprtk-ches opened this issue Aug 9, 2024 · 1 comment
Open
Labels

Comments

@sprtk-ches
Copy link

Is your feature request related to a problem? Please describe.
The nominal account id cannot be set/updated though the API

Describe the solution you'd like
Add the nominalAccountId as an optional field in the POST /worksOrders/{id}/items and PATCH /worksOrders/{id}/items/{itemId} endpoints

Example

{
  "notes": "Please book the electrical certificate for either Thursday or Friday.",
  "chargeTo": "landlord",
  ....
  "nominalAccountId" : "genman"
}

Describe alternatives you've considered
There are no alternatives. This should have already been an option after #8517

Copy link
Contributor

github-actions bot commented Aug 9, 2024

Thank you for raising a feature request. Feature requests will be prioritised in accordance with our roadmap, customer and developer priorities.
This request will be reviewed in our weekly refinement sessions and assigned to a specific project board or column, depending on the nature of the request and the development work required.
For more information on our processes, please click here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant