Mosaic integration API (0.0.1)

Mosaic integration API

Validate a request coming from edge-orders by checking for a valid API Key and User-attached permissions

Responses

Response samples

Content type
application/json
{
  • "status": "SUCCESS"
}

Create a new order in FOLIO

Request Body schema: application/json
required

Mosaic Order object

placeholder
boolean
Default: true

Responses

Request samples

Content type
application/json
{
  • "placeholder": true
}

Response samples

Content type
text/plain
10001-1

Get Mosaic configuration

Responses

Response samples

Content type
application/json
{
  • "placeholder": true
}

Save Mosaic configuration

Request Body schema: application/json
required

Mosaic configuration object

placeholder
boolean
Default: true

Responses

Request samples

Content type
application/json
{
  • "placeholder": true
}

Response samples

Content type
application/json
{
  • "placeholder": true
}

Update Mosaic configuration

Request Body schema: application/json
required

Mosaic configuration object

placeholder
boolean
Default: true

Responses

Request samples

Content type
application/json
{
  • "placeholder": true
}

Response samples

Content type
application/json
{
  • "errors": [
    ],
  • "total_records": 0
}

Delete Mosaic configuration

Responses

Response samples

Content type
application/json
{
  • "errors": [
    ],
  • "total_records": 0
}