purchaseRecurringAgreementCreate
mutation
Creates a supplier recurring agreement
Creates a supplier recurring agreement with the inserted data. Returns the created supplier recurring agreement
mutation {
purchaseRecurringAgreementCreate(companyId: Int!, data: PurchaseRecurringAgreementInsert!, options: PurchaseRecurringAgreementMutateOptions): PurchaseRecurringAgreement!
}Returns: PurchaseRecurringAgreement!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | PurchaseRecurringAgreementInsert! | |
options | PurchaseRecurringAgreementMutateOptions |