ContractorTransporter
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
ContractorTransporterId* | Edm.Int32 | False | true | |||
| AutoAcceptBooking* | Edm.Boolean | False |
When true, a booking from this contractor is accepted automatically, a trip is created and assigned to AssignedTransporter when not null, otherwise to the transporter itself. When false, a booking from this contractor is passed to AssignedTransporter (by setting AssignedTransporter of the booking) when not null, otherwise the booking remains at the transporter itself. |
||||
| ContractorCode | Edm.String | False | 15 | A user-defined code that can be specified by the transporter for the contractor | |||
| DefaultBookingPaymentTypeName | PaymentType | False | 50 |
The default paymenttype to be used in a booking. CCPEntities.PaymentType |
|||
| TransporterId* | Edm.Int32 | False | |||||
| ContractorId* | Edm.Int32 | False | The contractor to which these settings apply | ||||
| AssignedTransporterId | Edm.Int32 | False | The (sub-)transporter who is responsible for trips and bookings of this contractor | ||||
| LastUpdated | Edm.DateTime | False | |||||
| ComplainsRegistrationOn* | Edm.Boolean | False | |||||
| ShareFMTripData* | Edm.Boolean | False | |||||
| AutoDispatch* | Edm.Boolean | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| DefaultInternalRemark | Edm.String | False | 250 |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Transporter | Transporter | 0..1 | ||
| Contractor | Contractor | 0..1 | ||
| AssignedTransporter | Transporter | * |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a ContractorTransporter and performs the desired operation.