POST v2/shipment/{shipmentID}/reopen
Update Shipment Status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shipmentID | integer |
Required |
Body Parameters
UserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID |
Unique identifier of a User |
integer |
None. |
| IsActive |
Flag indicating if user is active or not |
boolean |
None. |
| Username |
Username used for logging in |
string |
None. |
| Password |
Password for user |
string |
None. |
| FirstName |
User's first name |
string |
None. |
| LastName |
User's last name |
string |
None. |
|
User's email |
string |
None. |
|
| PhoneNumber |
User's phone number |
string |
None. |
| PasswordStatus |
User's password status. 0 => good, 1 => About to expire, 2 => Expired |
integer |
None. |
| TermsAccepted |
Indicates if user has accepted terms |
boolean |
None. |
| DateFormat |
User's default date format |
DateFormatModel |
None. |
| Timezone |
User's default timezone |
TimezoneModel |
None. |
| Location |
Location user is associated with |
LocationModel |
None. |
| PINLocation |
Location user is currently acting as |
LocationModel |
None. |
| ImageURL |
URL to the User image |
string |
None. |
| FileURLID | integer |
None. |
|
| UserPermissions |
List of user permissions |
Collection of UserPermissionModel |
None. |
| UserLocations |
List of user locations |
Collection of UserLocationModel |
None. |
| UserModuleFeatures |
List of user module features |
Collection of UserModuleFeatureModel |
None. |
| UserResourceStrings |
List of user resource strings |
Collection of ResourceStringModel |
None. |
| AllowTempSignIn | boolean |
None. |
|
| FullName | string |
None. |
|
| IsWaveSupportAdmin | boolean |
None. |
|
| PIN | string |
None. |
|
| PrintPDF | boolean |
None. |
|
| UseOperationFlow | boolean |
None. |
|
| ShowOperationFlowDialog | boolean |
None. |
|
| Printer | PrinterModel |
None. |
|
| LastActivityDate | date |
None. |
|
| Language | LanguageModel |
None. |
|
| SupportLevel | SupportLevelModel |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
Response Information
Resource Description
ShipmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentID |
Unique identifier of the shipment |
integer |
None. |
| ShipmentNumber |
Formatted shipment number |
string |
None. |
| ShipStatus |
Ship Status |
ShipStatusModel |
None. |
| ShipFromLocation |
Ship From Location |
LocationModel |
None. |
| ShipToLocation |
Ship To Location |
LocationModel |
None. |
| Carrier |
Carrier |
LocationModel |
None. |
| ShipDate |
Ship Date |
date |
None. |
| Trailer |
Trailer number |
string |
None. |
| TrailerConfirmation |
Trailer confirmation number |
string |
None. |
| Driver |
Driver |
string |
None. |
| DriverURL | string |
None. |
|
| SAPServiceOrder |
SAP Service Order |
string |
None. |
| Rental |
Rental |
RentalModel |
None. |
| SalesOrderID | integer |
None. |
|
| PalletsExpected | integer |
None. |
|
| SalesOrder | SalesOrderModel |
None. |
|
| PalletsLoaded | integer |
None. |
|
| BOLPrinted | boolean |
None. |
|
| RentalID | integer |
None. |
|
| PUNumber | string |
None. |
|
| Items | Collection of ShipmentItemModel |
None. |
|
| QuantityOnShipment | decimal number |
None. |
|
| FileCount | integer |
None. |
|
| CanCompleteShipment | boolean |
None. |
|
| ShipmentTrailer | ShipmentTrailerModel |
None. |
|
| ShipTime | date |
None. |
|
| SendEmailConfirmation | boolean |
None. |
|
| CreatedBy | string |
None. |
|
| CreationDate | date |
None. |
|
| ActualShipDate |
Ship Date |
date |
None. |
| IsInternal | boolean |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.