For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sourcing Options (DOMS)

Endpoints for processing the routing decision logs.

Create sourcing option

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

SourcingOptionsRequest

Responses
201

Sourcing option successfully created

SourcingOptionsResponse

idstringRequired

Id referring optimizations runId

Example: 284f32cc-b106-487d-b633-f90d93d8c251
post/api/routing/sourcingoptions

Get sourcing option

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
sourcingOptionsRequestIdstringRequired

ID of the sourcing option request

Responses
200

Sourcing options successfully created

SourcingOptionsResponse

idstringRequired

Id referring optimizations runId

Example: 284f32cc-b106-487d-b633-f90d93d8c251
get/api/routing/sourcingoptions/{sourcingOptionsRequestId}

Last updated