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

Sales | Customer Services

Get all metadata items for a specific service product

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
customerIdinteger · int32Required
serviceIdinteger · int32Required
Responses
200

Ok

No content

get/v1/sales/customers/{customerId}/services/{serviceId}/metadata

No content

Create a new metadata entry for a specific service product and customer

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.

Path parameters
customerIdinteger · int32Required
serviceIdinteger · int32Required

Unique service id

Body

DTO for creating a new metadata entry for a given resource which implements the logic

keystring · max: 150 · nullableOptional

Key for the new metadata entry

valuestring · max: 500 · nullableOptional

Metadata value

Responses
201

Created

application/json
valuestring · max: 500 · nullableOptional

Metadata value

Example: EQ1337555
scopestring · nullableOptional

Metadata scope. Can be Customer or Supplier to indicate the metadata is specific to a customer or supplier.

Example: Supplier
keystring · max: 150Required

Metadata key used as a unique identifier for the metadata item.

Example: ExternalSystemId
post/v1/sales/customers/{customerId}/services/{serviceId}/metadata

Get a metadata item by service and metadata key

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
customerIdinteger · int32Required
serviceIdinteger · int32Required
keystringRequired
Responses
200

Ok

No content

get/v1/sales/customers/{customerId}/services/{serviceId}/metadata/{key}

No content

Delete a specific metadata item for an service product

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
customerIdinteger · int32Required
serviceIdinteger · int32Required
keystringRequired
Responses
201

Ok

application/json
valuestring · max: 500 · nullableOptional

Metadata value

Example: EQ1337555
scopestring · nullableOptional

Metadata scope. Can be Customer or Supplier to indicate the metadata is specific to a customer or supplier.

Example: Supplier
keystring · max: 150Required

Metadata key used as a unique identifier for the metadata item.

Example: ExternalSystemId
delete/v1/sales/customers/{customerId}/services/{serviceId}/metadata/{key}

Last updated

Was this helpful?