DTO objects
First available in SystemsLink: 4.1.0
AdHocAddress
Properties | Type (C#) | Comments | |
---|---|---|---|
1 |
Address1 |
string |
|
2 |
Address2 |
string |
|
3 |
City |
int |
|
4 |
Name |
string |
|
5 |
Zip |
string |
ChargeDetail
Properties | Type (C#) | Comments | |
---|---|---|---|
1 |
Basis |
string |
|
2 |
Category |
||
3 |
Charge |
decimal |
|
4 |
ChargeType |
string |
|
5 |
Description |
string |
|
6 |
MinCharge |
decimal |
|
7 |
MinQuantity |
decimal |
|
8 |
Quantity |
decimal |
|
9 |
Rate |
decimal |
|
10 |
RateUnit |
string |
|
11 |
TarNumber |
int |
|
12 |
TarString |
string |
|
13 |
Unit |
string |
ChargeHeader
Properties | Type (C#) | Comments | |
---|---|---|---|
1 |
Details |
List<ChargeDetail> |
|
2 |
LaneDescription |
string |
|
3 |
LaneId |
int? |
|
4 |
RateMode |
string |
|
5 |
TotalCharge |
decimal |
FreightDetail
Properties | Type (C#) | Comments | |
---|---|---|---|
1 |
Class |
string |
|
2 |
Commodity |
string |
|
3 |
DeliverySequence |
int? |
|
4 |
Description |
string |
|
5 |
IsHazardous |
bool |
|
6 |
IsStackable |
bool |
|
7 |
PickupSequence |
int? |
|
8 |
Quantities |
List<FreightQuantity> |
Quote
Properties | Type (C#) | Comments | |
---|---|---|---|
1 |
BillTo |
string |
|
2 |
Charges |
List<ChargeHeader> |
|
3 |
Deliveries |
List<StopLocation> |
|
4 |
OrderHeaderNumber |
int |
|
5 |
Pickups |
List<StopLocation> |
|
6 |
QuoteNumber |
string |
|
7 |
Services |
List<ServiceDetail> |
|
8 |
Terms |
string |
|
9 |
TotalCharge |
decimal |
RateInquiry
Properties | Type (C#) | Comments | |
---|---|---|---|
1 |
Association |
||
2 |
AvailableDate |
DateTime |
|
3 |
BillTo |
string |
|
4 |
Deliveries |
List<StopLocation> |
|
5 |
Freight |
List<FreightDetail> |
|
6 |
Pickups |
List<StopLocation> |
|
7 |
RequestedModes |
List<string> |
|
8 |
RevType1 |
string |
|
9 |
RevType2 |
string |
|
10 |
RevType3 |
string |
|
11 |
RevType4 |
string |
|
12 |
Services |
List<ServiceDetail> |
|
13 |
ServiceLevel |
string |
|
14 |
Terms |
string |
ServiceDetail
Properties | Type (C#) | Comments | |
---|---|---|---|
1 |
Quantity |
int |
|
2 |
ServiceDescription |
string |
|
3 |
ServiceType |
string |