deliveryNoteRelatable
query
Get relatable documents for delivery note
Returns documents that can be linked to this delivery note, such as the invoice that will be issued for these goods.
query {
deliveryNoteRelatable(companyId: Int!, entityId: Int!, options: DeliveryNoteOptions): DeliveryNoteRelatableDocuments!
}Returns: DeliveryNoteRelatableDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
entityId | Int! | |
options | DeliveryNoteOptions |