Sourcing Options (DOMS)

Endpoints for processing the routing decision logs.

Create sourcing option

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
returnMockResponsebooleanOptional

This part of the API is in Alpha status. For details please check the api-release-life-cycle documentation.

respond with mock

Body

SourcingOptionsRequest

Responses
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

Query parameters
returnMockResponsebooleanOptional

This part of the API is in Alpha status. For details please check the api-release-life-cycle documentation.

respond with mock

Responses
chevron-right
200

Sourcing Options successfully created

SourcingOptionsResponse

idstringRequired

Id referring optimizations runId

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

Last updated