Sha256: 629a313766e60dbd0d877ac190680a14520bb89f4743b31654fefa9083da3bc9
Contents?: true
Size: 1.06 KB
Versions: 6
Compression:
Stored size: 1.06 KB
Contents
# AdvancedPurchase resource ## Show GET ```ruby DearInventory::AdvancedPurchase.show ``` ### Parameters | Name | Type | Required | | --- | --- | --- | | id | String | true | | combine_additional_charges | Boolean | false | ### Response To see what data is available in the response, you can call the `field` method: ```ruby response = DearInventory::AdvancedPurchase.show(id: "abcdef01-2345-6789-abcd-ef0123456789") response.fields # [:id, :supplier_id, :supplier, :contact, :phone, :inventory_account, :blind_receipt, :approach, :billing_address, :shipping_address, :base_currency, :supplier_currency, :tax_rule, :tax_calculation, :terms, :required_by, :location, :note, :order_number, :order_date, :combined_receiving_status, :combined_invoice_status, :combined_payment_status, :type, :is_service_only, :status, :related_drop_ship_sale_task, :currency_rate, :last_updated_date, :order, :stock_received, :put_away, :invoice, :credit_note, :manual_journals, :additional_attributes, :attachments, :inventory_movements] id = response.id # abcdef01-2345-6789-abcd-ef0123456789 ```
Version data entries
6 entries across 6 versions & 1 rubygems