Name | Description | Type | Additional information |
---|---|---|---|
UserGUID |
Unique user guid used whenever making calls to the API to authenicate access |
string |
None. |
FirstName |
First name of user |
string |
None. |
LastName |
Last name of user |
string |
None. |
TimezoneID |
Timezone identifier of user |
string |
None. |
WeightUOM |
Weight unit of measure for user (LB,KG) |
string |
None. |
SizeUOM |
Size unit of measure for user (IN,CM) |
string |
None. |
CourierType |
Courier type if user is courier (A=agent, I=independing courier, E=employee driver) |
string |
None. |
ApplicationID |
Application identifier (PLSHIP, PLVEND) |
string |
None. |
ChangePassword |
If true, then require user to change password |
boolean |
None. |
IsSuccessful |
Used to determine if method call was successful (true) or failure (false) |
boolean |
Required |
ErrorMessage |
The error message if method call was not successful |
string |
None. |