ScheduleSelfShipAppointment
Confirms or reschedules a self-ship appointment slot against a shipment.
Input
| Name | Type | Required | Description |
| ShipmentId | String | False | Identifier of a shipment. A shipment contains the boxes and units being inbounded. |
| SlotId | String | False | An identifier to a self-ship appointment slot. |
| InboundPlanId | String | False | 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. |
| AppointmentId | Long | Identifier for appointment. |
| StartTime | Datetime | The start timestamp of the appointment in UTC. |
| EndTime | Datetime | The end timestamp of the appointment in UTC. |
| AppointmentStatus | String | Status of the appointment. |