Sales | Service Instances
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
Filter by one or multiple specific services of your portfolio
Filter by one or multiple specific customers
Filter by one or multiple specific locations
Filter by one or multiple specific employees
Filter by one or multiple specific groups
Filter by one or multiple specific statuses
Filter the instances which are active or not active. When null, all instances will be returned. Default: null
Filter by one or multiple specific values for the period renewal, e.g. to filter all without a renewal use 0
Filter the instances modified after the specified date. A modification is identified when: the assignment changed, the instance got activated, the instance got cancelled
Filter the instances which expire after this date
Filter the instances which expire before this date
Filter for id, service name, inventory number, employee first and last name, group, location name or metadata values
Sort the instances by a given criterion
Order in which the result of a list request is sorted.
Specifies the index of the first instances to return
0Specifies the maximum number of instances to return
100OK: A list of service instances.
Bad request: See response message for details.
Unauthorized: Invalid api key.
Forbidden: Resource access denied or resource does not exist anymore.
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
The id of the corresponding sales service offer. The offer is used as the base for the instances price and period.
To overwrite prices and periods of the offer for the service instance to be created, set values OneTimeCosts, RecurringCosts, SubscriptionPeriod and SubscriptionPeriodRenewal
Offer and related service must be available for the customer, i.e. either no customer limitation exists or it contains the customer for whom the instance is to be created.
121The id of the customer to assign the service instance to. If no id is provided, the instance will be created in the provided tenant context (see Tenant header).
42The id of the group to assign the service instance to.
13A note on the service instance. Supports html formatted text including inline css styles.
This is just a <b>custom note</b>.One-time purchase costs of the instance in its life cycle to date. When set, overwrites the value of the provided offer for this service instance.
92.99The current recurring costs for the service instance. When set, overwrites the value of the provided offer for this service instance.
109.9The minimum subscription period (in months) for the services instance. When set, overwrites the value of the provided offer for this service instance.
12Number of months a subscription is renewed after its expiration time if it has not been terminated. When set, overwrites the value of the provided offer for this service instance.
1The date the service instance was activated. If no date is provided UtcNow will be used. Currently only active instances can be created which always need an activation date. The activation date can only be set to the past.
2021-06-08T11:34:30The date when the service instance should expire. If not provided this gets calculated based on the ActivationDate added by the SubscriptionPeriod and will extend based on the SubscriptionPeriodRenewal.
The expiration date must not be before the activation date.
The id of the location to assign the service instance to. Needs to be a valid location of the customer. Null will remove the location assignment.
13The id of the employee to assign the service instance to. Needs to be a valid employee of the customer. Null will remove the employee assignment.
12The inventory number of the service instance.
EQ642Created: The created service instance.
The date the service instance was activated.
The date the service instance was last modified.
The date when the service instance should expire.
The processing status of the service instance.
orderedTrue if the service instance is active, otherwise false.
trueOne-time purchase costs of the instance in its life cycle to date.
92.99The current recurring costs for the service instance. Only calculated for active instances.
109.9Currency in ISO 4217
EURThe minimum subscription period (in months) for the services instance.
12Number of months a subscription is renewed after its expiration time if it has not been terminated.
1A note on the service instance. Supports html formatted text including inline css styles.
This is just a <b>custom note</b>.The id to identify the service instance in the system.
42The inventory number of the service instance.
EQ642The name of the cost center to which the service instance belongs.
4645-2343Bad request: Body validation failed, creation of instance for the provided service is not possible or assignment information (employee, location etc.) is invalid regarding the context of the service. See response message for details.
Unauthorized: Invalid api key.
Forbidden: Resource access denied or resource does not exist.
NotFound: One of the given references (e.g. offer) can not be found.
Conflict: Given offer is not available for the given customer, there are service dependencies which not to be resolved first or another conflict regarding the portfolio configuration occurs. See response message for details.
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 service instance.
OK: The requested service instance.
The date the service instance was activated.
The date the service instance was last modified.
The date when the service instance should expire.
The processing status of the service instance.
orderedTrue if the service instance is active, otherwise false.
trueOne-time purchase costs of the instance in its life cycle to date.
92.99The current recurring costs for the service instance. Only calculated for active instances.
109.9Currency in ISO 4217
EURThe minimum subscription period (in months) for the services instance.
12Number of months a subscription is renewed after its expiration time if it has not been terminated.
1A note on the service instance. Supports html formatted text including inline css styles.
This is just a <b>custom note</b>.The id to identify the service instance in the system.
42The inventory number of the service instance.
EQ642The name of the cost center to which the service instance belongs.
4645-2343Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
NotFound: Requested resource could not be found.
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 service instance.
The id of the location to assign the service instance to. Needs to be a valid location of the customer. Null will remove the location assignment.
13The id of the employee to assign the service instance to. Needs to be a valid employee of the customer. Null will remove the employee assignment.
12The inventory number of the service instance.
EQ642OK: Returns the updated service instance.
The date the service instance was activated.
The date the service instance was last modified.
The date when the service instance should expire.
The processing status of the service instance.
orderedTrue if the service instance is active, otherwise false.
trueOne-time purchase costs of the instance in its life cycle to date.
92.99The current recurring costs for the service instance. Only calculated for active instances.
109.9Currency in ISO 4217
EURThe minimum subscription period (in months) for the services instance.
12Number of months a subscription is renewed after its expiration time if it has not been terminated.
1A note on the service instance. Supports html formatted text including inline css styles.
This is just a <b>custom note</b>.The id to identify the service instance in the system.
42The inventory number of the service instance.
EQ642The name of the cost center to which the service instance belongs.
4645-2343Bad 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.
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 service instance to be removed.
The date on which the deletion is processed. Value must not be in the future
NoContent: Remove successful.
No content
Bad request: Body validation failed. See response message for details.
Unauthorized: Invalid api key.
Forbidden: Resource access denied.
NotFound: Requested resource could not be found.
Conflict: Can not remove, because there are unprocessed changes or transition is invalid because of current status or open dependencies. See response message for details.
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 service instance to cancel.
Request body for creating a service instance cancellation.
The date on which the cancellation order item should be automatically processed. When omitted the order item will not be processed automatically and must be processed manually.
Created: The created cancellation 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: Body validation failed. See response message for details.
Unauthorized: Invalid api key.
Forbidden: Resource access denied.
NotFound: Requested resource could not be found.
Conflict: Service instance is not in a cancellable state.
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 service instance.
OK: Service instance meta data.
Key of the metadata entry.
Serial numberThe value of the metadata entry.
SN45346X2345Defines for whom a metadata entry is visible. public: visible to all who have access to the service instance | internal: visible only to the author tenant
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
NotFound: Requested resource could not be found.
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 service instance.
Key of the metadata entry.
Serial numberThe value of the metadata entry.
SN45346X2345Defines for whom a metadata entry is visible. public: visible to all who have access to the service instance | internal: visible only to the author tenant
NoContent: Request has succeeded.
No content
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
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 service instance.
NoContent: Request has succeeded.
No content
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
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 service instance.
The key of the metadata value to retrieve.
OK: Service instance meta data value.
Key of the metadata entry.
Serial numberThe value of the metadata entry.
SN45346X2345Defines for whom a metadata entry is visible. public: visible to all who have access to the service instance | internal: visible only to the author tenant
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
NotFound: Requested resource could not be found.
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 service instance.
The key of the metadata value to create or update.
The value of the metadata entry.
SN45346X2345Defines for whom a metadata entry is visible. public: visible to all who have access to the service instance | internal: visible only to the author tenant
NoContent: Request has succeeded.
No content
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
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 service instance.
The key of the metadata value to delete.
NoContent: Request has succeeded.
No content
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
NotFound: Requested resource could not be found.
No content
Last updated
Was this helpful?