Fulfillment | Orders
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
Filter the orders by one or more customer ids or names.
Filter the orders by one or more ordered service ids.
Filter by the order number of the sales order.
Filter by one or more external ids.
Filter by one or more service categories based on their id.
Filter the orders created after the specified date.
Filter the orders created before the specified date.
Sort the results by a given criterion (customer|date).
dateSort the results in a given order (asc|desc).
descSpecifies the index of the first result to return
0Specifies the maximum number of results to return (min: 1; max: 1000)
100OK: List of fulfillment orders.
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
The identifier of the fulfillment order.
OK: The requested fulfillment order.
The action triggered by a fulfillment order.
Status of the fulfillment process.
Types of fulfillment to complete a customer order.
Indicates whether this order is a preorder. Preorders should only be prepared until ready for delivery and then wait to be requested by the customer before shipment.
A note shared with the intermediary partner. (Only for orders placed by partner customers)
Contract number: 154587858The preferred provision date.
Sum of the recurring prices of the service offer and the ordered options in this item.
Sum of the purchase prices of the service offer and the ordered options in this item.
The identifier of the order.
13The identifier of the order in an external app.
5214e3bed1454eafBad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
Update a fulfillment order regarding context information like the external id. To update the status see transition endpoint. (deprecated - please use the PATCH route instead)
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
The identifier of the order.
The identifier of the order in an external app. Note: null value will be ignored on update. Set to empty string to clear a current value.
5214e3bed1454eafNoContent: Update successful.
No content
Bad request: Body validation failed. See response message for details.
Unauthorized: Invalid api key.
Forbidden: Resource access denied or resource does not exist anymore.
NotFound: Requested resource could not be found.
Conflict: Request conflicts with the current state of the server.
No content
Patch a fulfillment order regarding context information like the external id. To update the status see transition endpoint.
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
The identifier of the order.
NoContent: Patch successful.
No content
Bad request: Body validation failed. See response message for details.
Unauthorized: Invalid api key.
Forbidden: Resource access denied or resource does not exist anymore.
NotFound: Requested resource could not be found.
No content
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
The identifier of the order.
The action to take on the fulfillment order.
The (UTC) date on which the service should be activated (time component is ignored). Only applicable for the complete action.
If not provided, the service is activated immediately upon completion.
NoContent: Update successful.
No content
Bad request: Body validation failed. See response message for details.
Unauthorized: Invalid api key.
Forbidden: Resource access denied or resource does not exist anymore.
NotFound: Requested resource could not be found.
Conflict: Request conflicts with the current state of the server.
No content
Last updated
Was this helpful?