Commit 681672d
committed
Add optional division filtering to GetPrinterLabelAsync method
- Add optional int? divisionId parameter with default value of null
- Use Flurl.Http SetQueryParam for proper URL encoding of query parameters
- Update XML documentation to describe the new filtering capability
- Maintain backward compatibility for existing code
- When divisionId is provided, API is called with query parameter: printer-label?divisionId={value}
- When divisionId is null, API is called without query parameter: printer-label1 parent 9c56980 commit 681672d
File tree
1 file changed
+13
-2
lines changed- ProReception.DistributionServerInfrastructure/ProReceptionApi/PrinterLabel
1 file changed
+13
-2
lines changedLines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
16 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
17 | 28 | | |
18 | 29 | | |
19 | 30 | | |
| |||
0 commit comments