Skip to main content
POST
Add to order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

caseId
string
required

The ID of the case to add services to.

Body

application/json

services and orderData are both optional, but at least one of them is required to call this endpoint.

services
object[]
orderData
CaseOrderData · object[]
orderConfig
OrderConfig · object

Updated configurations [blocked] that describe how to run certain screenings for the case. The current configurations for the case can be overridden only if there has not already been a screening dispatched where that configuration applies. For example, if a criminal screening was ordered during case creation, then aliasNameConfiguration cannot be updated.

Response

success