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

Procurement | Requests

Retrieve a list of procurement requests.

get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Query parameters
createdAfterstring · date-timeOptional

Filter the requests created after the specified date.

offsetinteger · int32Optional

Specifies the index of the first item to return

Default: 0
limitinteger · int32Optional

Specifies the maximum number of items to return (min: 1; max: 1000)

Default: 100
Responses
200

OK: Returns a list of procurement requests.

application/json
totalinteger · int32Required
get/v1/procurement/requests

Adds items (procurement requests) to the cart (approvals) for a given tenant.

post
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Body
Responses
400

Bad Request

application/json
errorCodestring · nullableOptional
errorDescriptionstring · nullableOptional
dataany · nullableOptional
post/v1/procurement/requests
get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
requestIdinteger · int32Required
Query parameters
includeAllOptionVersionsbooleanOptionalDefault: false
Responses
200

OK

application/json
totalinteger · int32Required
get/v1/procurement/requests/{requestId}

Deletes a cart item with the specified identifier.

delete
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
requestIdinteger · int32Required
Responses
200

OK

application/json
statusCodeinteger · int32Optional
delete/v1/procurement/requests/{requestId}

Updates the details of a specific item in the user's cart.

patch
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
requestIdinteger · int32Required
Body
Responses
400

Bad Request

application/json
errorCodestring · nullableOptional
errorDescriptionstring · nullableOptional
dataany · nullableOptional
patch/v1/procurement/requests/{requestId}

Last updated

Was this helpful?