Attributes
Goods Receipt Notes Attributes
| Property | Type | Description |
|---|---|---|
rootfi_id | integer | |
rootfi_created_at | string | |
rootfi_updated_at | string | |
rootfi_integration_type | enum | |
platform_id | string | |
description | string | |
document_number | string | |
posted_date | string | |
delivery_date | string | |
currency_id | enum | |
currency_rate | double | |
sub_total | double | |
tax_amount | double | |
total_discount | double | |
total_amount | double | |
payment_mode | string | |
status | enum | |
contact_id | string | |
purchase_order_ids | array | |
updated_at | string |
Expandable Attributes
Use theexpand query parameter to include related objects:
expand=line_items— includes the related Line Items object(s).expand=contact— includes the related Contact object(s).expand=currency— includes the related Currency object(s).