Skip to main content

CreatePriceRuleDataInput

No description

input CreatePriceRuleDataInput {
productId: ID!
price: Float!
priceProfilePeriodId: ID!
locationId: ID
payingAccountId: ID
clinicianId: ID
}

Fields

CreatePriceRuleDataInput.productId ● ID! non-null scalar

CreatePriceRuleDataInput.price ● Float! non-null scalar

CreatePriceRuleDataInput.priceProfilePeriodId ● ID! non-null scalar

CreatePriceRuleDataInput.locationId ● ID scalar

CreatePriceRuleDataInput.payingAccountId ● ID scalar

CreatePriceRuleDataInput.clinicianId ● ID scalar

Member Of

createPriceRule mutation