billsOfLadingRelatable
query
Get relatable documents for bill of lading
Returns documents that can be linked to this bill of lading, such as invoices for the transported goods.
query {
billsOfLadingRelatable(companyId: Int!, entityId: Int!, options: BillsOfLadingOptions): BillsOfLadingRelatableDocuments!
}Returns: BillsOfLadingRelatableDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
entityId | Int! | |
options | BillsOfLadingOptions |