Delete Method (Receipt)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified receipt record from the Receipt table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- poId
- Required. Holds the ID of the purchase order.
- dateReceivedUtc
- Required. Holds the date and time, in UTC, when the goods were received.
- itemId
- Required. Holds the item ID of the goods received.