PurchaseOrderLinePatchModel
REST request model for patching a single purchase order line within a bulk request.
Field-level fields are nullable — null (or omitted) means "no change".
| Name | Description | Type | Additional information |
| PurchaseOrderLineID |
The ID of the line to patch.
|
integer
|
None.
|
| SinglePrice |
The unit price of the line. If left null, this will not be modified.
|
decimal number
|
None.
|
| QtyOrdered |
The quantity ordered. If left null, this will not be modified.
|
integer
|
None.
|
| QtyReceived |
The quantity received. If left null, this will not be modified.
|
integer
|
None.
|
| QtyWrittenOff |
The quantity written off. If left null, this will not be modified.
|
integer
|
None.
|
| TaxRate |
The tax rate as a percentage. If left null, this will not be modified.
|
decimal number
|
None.
|
| LineNotes |
Notes on the line. If left null, this will not be modified.
|
string
|
None.
|
| RemoveNotes |
If true, clears the notes on the line (overrides ).
|
boolean
|
None.
|