Mirakl Platform for Services APIs (latest-release)

Languages
Servers
URL to be replaced by your Mirakl instance URL
https://your-instance.mirakl.net/

Platform Settings

Operations

Invoicing and Accounting

Operations

Stores

Operations

Services

Operations

List service models

Request

Query
category_codeArray of strings

Category codes to include in result. (default: include all)

model_codeArray of strings

Model codes to include in result. (default: include all)

location_typeArray of strings

Location types to include in result. (default: include all)

booking_typeArray of strings

Booking types to include in result. (default: include all)

consumption_typeArray of strings

Consumption types to include in result. (default: include all)

page_tokenstring

Token retrieved from next_page_token or previous_page_token to get to next

sortstring

How the results should be sorted. Must follow "sort=criterion,direction" format as described in Mirakl API Documentation

curl -i -X GET \
  'https://your-instance.mirakl.net/api/mms/models?booking_type=string&category_code=string&consumption_type=string&location_type=string&model_code=string&page_token=string&sort=string'

Responses

OK

Bodyapplication/json
dataArray of objects(SM11_Response_200_Data)

Page of data

next_page_tokenstring

Token to access the next page. Absent if the current page is the last one.

previous_page_tokenstring

Token to access the previous page. Absent if the current page is the first one.

Response
application/json
{ "data": [ {} ], "next_page_token": "string", "previous_page_token": "string" }

Orders

Operations