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

Stacks (Operations)

Endpoints to operate with stacks.

Get all Stacks respecting the given filter

get

This part of the API is in Beta status. For details, see the API release lifecycle documentation. Get all Stacks respecting the given filter

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

entity to start after

sizeintegerOptional

number of entities to show

Default: 25Example: 25
facilityRefsstring[]Optional

facilities to filter the results

Example: ["0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f","0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"]
Responses
200

Entities were found & you were allowed to access it. The result is in the body.

application/json

StackResponse

totalinteger · int64Required

Total number of stacks for the given filter

Example: 42
get/api/stacks

Create stack

post

This part of the API is in Beta status. For details, see the API release lifecycle documentation. Create stack

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

StackForCreation

facilityRefsstring[] · max: 50Required

Linked Facilities through reference

Example: ["0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f","0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"]
processRefsstring[] · max: 50Required

Linked Processes through reference

Example: ["0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f","0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"]
Responses
201

Stack created.

application/json

Stack

createdstring · date-timeRequired

The date this entity was created by fulfillmenttools. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
facilityRefsstring[] · max: 50Required

Linked Facilities through reference

Example: ["0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f","0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"]
idstringRequired

Unique identifier of the Stack

Example: 0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f
lastModifiedstring · date-timeRequired

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
processRefsstring[] · max: 50Required

Linked Processes through reference

Example: ["0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f","0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"]
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
post/api/stacks

Get stack

get

This part of the API is in Beta status. For details, see the API release lifecycle documentation. Get Stack respecting the given id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
stackIdstringRequired
Responses
200

Entity was found & you were allowed to access it. The result is in the body.

application/json

Stack

createdstring · date-timeRequired

The date this entity was created by fulfillmenttools. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
facilityRefsstring[] · max: 50Required

Linked Facilities through reference

Example: ["0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f","0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"]
idstringRequired

Unique identifier of the Stack

Example: 0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f
lastModifiedstring · date-timeRequired

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
processRefsstring[] · max: 50Required

Linked Processes through reference

Example: ["0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f","0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"]
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
get/api/stacks/{stackId}

Last updated