Skip to main content

Get Purchase Order Count

GET 

/accounting/purchase-orders/count

Get the total number of Purchase Orders.

Request

Query Parameters

    credentialId stringrequired

    The ID of the credential.

    remoteId string

    Used to filter purchase orders with this third-party application ID.

    purchaseOrderStatus string

    Used to filter purchase orders with the exact purchase order status.

    issueDate string

    Used to filter purchase orders with the exact issue date. Format: YYYY-MM-DD

    purchaseOrderNumber string

    Used to filter purchase orders with the exact purchase order number.

    purchaseOrderNumberContains string

    Used to filter purchase orders whose purchase order numbers contain the provided value.

    purchaseOrderNumberNotEquals string

    Used to filter purchase orders whose purchase order number to exclude.

    deliveryDate string

    Used to filter purchase orders with the exact delivery date. Format: YYYY-MM-DD

    vendorId string

    Used to filter purchase orders with this vendor ID.

    memoContains string

    Used to filter purchase orders whose memos contain the provided value.

    companyId string

    Used to filter purchase orders with this company ID.

    totalAmount float

    Used to filter purchase orders with the exact total amount.

    totalAmountMin float

    Used to filter purchase orders with the minimum total amount.

    totalAmountMax float

    Used to filter purchase orders with the maximum total amount.

    totalAmountNotEquals float

    Used to filter purchase orders whose total amount to exclude.

    remoteCreatedAtMin date

    Used to filter records created after this datetime in the third-party application.

    remoteCreatedAtMax date

    Used to filter records created before this datetime in the third-party application.

    remoteUpdatedAtMin date

    Used to filter records updated after this datetime in the third-party application.

    remoteUpdatedAtMax date

    Used to filter records updated before this datetime in the third-party application.

    createdAtMin date

    Used to filter records created after this datetime.

    createdAtMax date

    Used to filter records created before this datetime.

    updatedAtMin date

    Used to filter records updated after this datetime.

    updatedAtMax date

    Used to filter records updated before this datetime.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    count integer

    Default value: 0

Loading...