object CycleCountOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
cycle_count | CycleCountBatch | Cycle count returned by this operation. |
Referenced By
- cycle_count_items_create Mutation
- cycle_count_locations_create Mutation
- cycle_count_recount_create Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"cycle_count": {id: "Q3ljbGVDb3VudEJhdGNoOjEyMzQ="}
}