Skip to content

CS Producer (v1.0)

Manage flow of work through a production facility and get reports.

Download OpenAPI description
Overview
Languages
Servers
https://api.scheduler.strongtie.io

Cards

Operations

Updates card status by id.

Request

Security
Bearer
Path
idintegerrequired

The ID of the card to update status.

facilityIdstringrequired

The facility identifier.

Bodyapplication/jsonrequired

The updated card request

actionstring(ProductionSchedulerServer.Application.Features.Cards.Commands.UpdateAction)

Update action for the card.

Enum"Activate""Complete""Deactivate""ResetStatus"
crewSizeinteger(int32)

The crew size.

application/json
{ "action": "Activate", "crewSize": 0 }

Responses

OK

Bodyapplication/json
Response
application/json
null

Updates card order by id.

Request

Security
Bearer
Path
idintegerrequired

The ID of the card to update order.

facilityIdstringrequired

The facility identifier.

Bodyapplication/jsonrequired

Card order update request

moveToPositionstring(ProductionSchedulerServer.Application.Features.Cards.Commands.PatchCard.MoveToPosition)

Enum for moving card order.

Enum"First""Last""Next""Previous""Specific"
specificPositioninteger(int32)

Specific Position for the card. This is used only when MoveToPosition is set to Specific otherwise value is ignored.

application/json
{ "moveToPosition": "First", "specificPosition": 0 }

Responses

OK

Bodyapplication/json
Response
application/json
null

Updates the assigned station of a card.

Request

Security
Bearer
Path
idintegerrequired

The unique identifier of the card to be updated.

facilityIdstringrequired

The facility identifier.

Bodyapplication/jsonrequired

The command containing the details for the update.

idinteger(int32)(ProductionSchedulerServer.Domain.Entities.Cards.CardId)
stationIdobject(ProductionSchedulerServer.Domain.Entities.StationId)
application/json
{ "id": 0, "stationId": { "value": "a860a344-d7b2-406e-828e-8d442f23f344" } }

Responses

OK

Bodyapplication/json
Response
application/json
null

ProducerProductionGroups

Operations

Reports

Operations

Settings

Operations

Shift Statistics

Operations

Stations

Operations

Svgs

Operations