Discussions

Ask a Question
Back to All

Can I designate an assignee in a WoCreateCommand via API?

Hello, I'm working on a project where I am integrating automatic work orders based on an analytics system. I have a sucessfull one-way integration, where I can communicate to Corrigo and use the WoCreateCommand to generate tickets. However, I can't seem to figure out how to designate an account to assign the tickets to.

I have figured out auto-assign using the following:

AutoAssignEnabled: true
ComputeAssignment: true

But this does not help me very much. I'd like to be able to do something along the lines of:

AssignTo: Example User

Is there a way to do this?