OrderRequestV3PartnerID Property |
[This is preliminary documentation and is subject to change.]
A unique number that the client uses to identify on which shipper's behalf this order is being sent if the client is shipping for multiple shippers under the same ClientID.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string PartnerID { get; set; }
Public Property PartnerID As String
Get
Set
public:
property String^ PartnerID {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also