CancelSelfShipAppointment
Cancels a self-ship appointment slot against a shipment.
Input
| Name | Type | Required | Description |
| ShipmentId | String | True | Identifier of a shipment. A shipment contains the boxes and units being inbounded. |
| InboundPlanId | String | True | Identifier of an inbound plan. |
| ReasonComment | String | True | Reason for cancelling or rescheduling a self-ship appointment. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| OperationId | String | UUID for the given operation. |