GET Invoice and Invoice Detail

You can retrieve invoice, invoice_dtl, and invoice_dtl_history entities through GET API. You can also use different API supported functions to filter for desired records and fields.

URLs

  • GET paginated results using the following URLs:
    GET .../lgfapi/v10/entity/invoice/
    GET .../lgfapi/v10/entity/invoice_dtl/
    GET .../lgfapi/v10/entity/invoice_dtl_history/
  • GET non-paginated result by specific 'ID'
    GET .../lgfapi/v10/entity/invoice/{id}
    GET .../lgfapi/v10/entity/invoice_dtl/{id}
    GET .../lgfapi/v10/entity/invoice_dtl_history/{id}
  • HEAD URL - to validate an object exists for the entity in WMS.
    HEAD .../lgfapi/v10/entity/invoice/
    HEAD .../lgfapi/v10/entity/invoice_dtl/
    HEAD .../lgfapi/v10/entity/invoice_dtl_history/
    HEAD .../lgfapi/v10/entity/invoice/{id}
    HEAD .../lgfapi/v10/entity/invoice_dtl/{id}
    HEAD .../lgfapi/v10/entity/invoice_dtl_history/{id}