| PurchaseDeliveryNoteTypeCodes | array | No | If present, filter delivery notes with code types included in the specified list. |
| FromDate | date | No | If present, filter delivery notes with date greater than or equal with the specified value. |
| ToDate | date | No | If present, filter delivery notes with date smaller than or equal with the specified value. |
| FromNumber | integer | No | If present, filter delivery notes with number greater than or equal with the specified value. |
| ToNumber | integer | No | If present, filter delivery notes with number smaller than or equal with the specified value. |
| Number | integer | No | If present, filter delivery notes with number smaller than or equal with ToNumber value or greater than or equal to FromNumber value. |
| Code | string | No | If present, filter delivery notes with code equal or starts with the specified value. |
| IsExecuted | boolean | No | If present, filter delivery notes with executed flag equal with the specified value. |
| IsPartialExecuted | boolean | No | If present, filter delivery notes with partially executed flag equal with the specified value. |
| IsForcedExecuted | boolean | No | If present, filter delivery notes with forced executed flag equal with the specified value. |
| IsControlled | boolean | No | If present, filter delivery notes with controlled flag equal with the specified value. |
| AccountCode | string | No | If present, filter delivery notes with customer code equal or starts with the specified value. |
| AccountDetailCode | string | No | If present, filter delivery notes with customer detail account equal or starts with the specified value. |
| OurReference | string | No | If present, filter delivery notes with our reference equal or starts with the specified value. |
| YourReference | string | No | If present, filter delivery notes with your reference equal or starts with the specified value. |
| ItemsFilter | PurchaseDeliveryNoteItemFilter | No | If present, filter delivery notes with delivery note item lines that meet the specified criteria. |