Creates a new queue for grouping transaction monitoring cases.
post/v1/transaction_monitoring/queues
Request body
namestring required
Human-readable name of the queue
descriptionstring nullable
Optional description of the queue
allowed_resolutionsstring[] nullable
Resolutions that can be recorded on cases in this queue. Omit or send null to
use the default list. Values are free-form labels and must be non-empty and unique
Response
Queue
tokenstring uuid required
Globally unique identifier for the queue
namestring required
Human-readable name of the queue
descriptionstring nullable required
Optional description of the queue
allowed_resolutionsstring[] required
Resolutions that can be recorded on cases in this queue. Always the effective
list: the queue's own values when it defines them, otherwise the default list