Bills

Receipt records against a purchase order tracking vendor deliveries. Each bill captures the invoice number, date, due date, description, and amounts received. Bill items link PO expenses to received quantities.

Attributes

attachment attachment
Response

The attachment (receipt or document) associated with this bill.

attachment_id integer
Request

The ID of the attachment associated with this bill.

created_at string
Response Parameter `sort`

Timestamp when the bill was created.

creator person
Response

The person who created this bill.

currency object
Response

The currency of the bill amounts.

currency_default object
Response

The currency used for amounts expressed in the organization's default currency.

currency_normalized object
Response

The currency used for amounts expressed in the normalized (common reporting) currency.

date string
Response Request Parameter `filter` Parameter `sort`

The date the bill was issued.

deal deal
Response

The budget (deal) this bill is associated with.

deleted_at string
Response

Timestamp when the bill was deleted, or null if active.

due_date string
Response Request Parameter `filter` Parameter `sort`

The payment due date for this bill.

id integer
Parameter `filter` Parameter `sort`

Unique identifier for the bill.

invoice_number string
Response Request Parameter `filter` Parameter `sort`

The vendor's invoice number or reference code for this bill.

organization organization
Response

The organization this bill belongs to.

purchase_order purchase order
Response

The purchase order this bill is received against.

purchase_order_id integer
Request Parameter `filter` Parameter `sort`

The ID of the purchase order this bill is received against.

total_cost object
Response Parameter `filter` Parameter `sort`

The total cost of goods or services received in this bill, in the bill's currency.

total_cost_default object
Response

The total cost of this bill expressed in the organization's default currency.

total_cost_normalized object
Response

The total cost of this bill expressed in the normalized (common reporting) currency.

total_received object
Response Parameter `filter` Parameter `sort`

The total amount received or recognized from the vendor in the bill's currency.

total_received_default object
Response

The total amount received expressed in the organization's default currency.

total_received_normalized object
Response

The total amount received expressed in the normalized (common reporting) currency.