Delete Method (Shipment)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified shipment record from the Shipment table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal custId As String, _
ByVal poId As String, _
ByVal soLineNumber As Integer, _
ByVal shipDateUtc As Date _
)
public static void Delete(
int sessionId,
string custId,
string poId,
int soLineNumber,
DateTime shipDateUtc
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- custId
- Required. Holds the customer ID.
- poId
- Required. Holds the purchase order ID.
- soLineNumber
- Required. Holds the sales order line number of the goods shipped.
- shipDateUtc
- Required. Holds the date and time when the goods were shipped, in UTC.