Skip to main content

SupplyScheduleOrderInput

Autogenerated input type of SupplyScheduleOrder

input SupplyScheduleOrderInput {
clientMutationId: String
endDate: ISO8601DateTime!
orderId: ID!
startDate: ISO8601DateTime!
targetDate: ISO8601DateTime
}

Fields

SupplyScheduleOrderInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SupplyScheduleOrderInput.endDate ● ISO8601DateTime! non-null scalar

The end date for the supply order scheduling.

SupplyScheduleOrderInput.orderId ● ID! non-null scalar

The ID of the supply order to schedule.

SupplyScheduleOrderInput.startDate ● ISO8601DateTime! non-null scalar

The start date for the supply order scheduling.

SupplyScheduleOrderInput.targetDate ● ISO8601DateTime scalar

The target date for the supply order completion.

Member Of

supplyScheduleOrder mutation