Skip to main content

PositionAssignmentInput

Input for assigning quantities of a position to private and agency invoices.

input PositionAssignmentInput {
agencyQuantity: Int!
positionId: ID!
privateQuantity: Int!
}

Fields

PositionAssignmentInput.agencyQuantity ● Int! non-null scalar

Quantity assigned to the funding agency invoice.

PositionAssignmentInput.positionId ● ID! non-null scalar

The synthetic identifier of the invoice position.

PositionAssignmentInput.privateQuantity ● Int! non-null scalar

Quantity assigned to the private invoice.

Member Of

CorrectInvoiceInput input