Download OpenAPI specification:Download
An API that can receive details about components that are consumed while doing a mix
X-Subscription-Key
to AccessKey
/v1/partial-mix
from PATCH
to POST
mixRepairOrderDetails
optional in InitialMix
mixUpdateTime
to PartialMix
Information about the mix consumption
mixId required | string <uuid> <= 36 characters An id which uniquely identifies a mix |
mixDescription | string or null <= 120 characters A description of the mix |
mixDateTime required | string <date-time> Represents the date and time when the mix was started. It is expressed in UTC with a time zone offset. |
mixNumber required | string [ 1 .. 255 ] characters The number associated with the mix |
mixedByUser required | string [ 1 .. 255 ] characters Name of the user that created the mix |
shopId required | string <uuid> <= 36 characters An id which uniquely identifies the shop that poured the mix |
Array of objects (MixRepairOrderDetails) The repair order details associated with the mix | |
required | Array of objects (MixComponent) Components of the mix |
scaleId required | string <= 36 characters An id which uniquely identifies a scale |
object (MixRoom) | |
mixState required | string (MixState) Enum: "Paused" "Completed" "CompletedWithoutPrimer" "Cancelled" "Incomplete" |
{- "mixId": "4f8b533f-7449-4056-92ff-11b1de94d656",
- "mixDescription": "SES5M",
- "mixDateTime": "2018-06-07T12:51:25.077Z",
- "mixNumber": 131,
- "mixedByUser": "john.smith@example.com",
- "shopId": "f6553319-234b-430d-8bc0-3f803c1a8434",
- "mixRepairOrderDetails": [
- {
- "mixRepairOrderId": "4a8b25d9-044a-413d-a596-c32a361457ae",
- "mixRepairOrderNumber": 3856,
- "mixRepairOrderPercentage": 30
}
], - "pouredComponents": [
- {
- "materialNumber": 350113,
- "description": "800C",
- "pouredAmountInGrams": 204.5,
- "density": 1.041
}
], - "scaleId": "scale-id",
- "mixRoom": {
- "mixRoomId": "4a8b25d9-044a-413d-a596-c32a361457ae",
- "mixRoomName": 3856,
- "mixRoomNotes": "notes"
}, - "mixState": "Paused"
}
{- "title": "One or more validation errors occurred.",
- "status": 400,
- "detail": "Failed to validate the provided JSON data."
}
Mix consumption information to be updated
mixId required | string <uuid> <= 36 characters An id which uniquely identifies a mix |
scaleId required | string <= 36 characters An id which uniquely identifies a scale |
Array of objects (MixRepairOrderDetails) The repair order details associated with the mix | |
mixUpdateTime required | string <date-time> Represents the date and time when the mix was resumed. It is expressed in UTC with a time zone offset. |
required | Array of objects (MixComponent) Components of the mix |
object (MixRoom) | |
mixState required | string (MixState) Enum: "Paused" "Completed" "CompletedWithoutPrimer" "Cancelled" "Incomplete" |
{- "mixId": "4f8b533f-7449-4056-92ff-11b1de94d656",
- "scaleId": "scale-id",
- "mixRepairOrderDetails": [
- {
- "mixRepairOrderId": "4a8b25d9-044a-413d-a596-c32a361457ae",
- "mixRepairOrderNumber": 3856,
- "mixRepairOrderPercentage": 30
}
], - "mixUpdateTime": "2018-06-08T14:00:00.000Z",
- "pouredComponents": [
- {
- "materialNumber": 350113,
- "description": "800C",
- "pouredAmountInGrams": 204.5,
- "density": 1.041
}
], - "mixRoom": {
- "mixRoomId": "4a8b25d9-044a-413d-a596-c32a361457ae",
- "mixRoomName": 3856,
- "mixRoomNotes": "notes"
}, - "mixState": "Paused"
}
{- "title": "One or more validation errors occurred.",
- "status": 400,
- "detail": "Failed to validate the provided JSON data."
}