PUT api/LoadBoard/Truckload/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

TruckloadDetailsBindingViewModel
NameDescriptionTypeAdditional information
CustomerId

integer

Required

CustomerNumber

string

None.

ShipperId

integer

None.

ShipperNumber

string

None.

LastShipDate

date

None.

PuAppointment

date

None.

CommodityId

integer

None.

BillToId

integer

None.

BillingNumber

string

None.

ConsigneeId

integer

None.

ConsigneeNumber

string

None.

AppointmentDate

date

None.

EstimatedArrivalDate

date

None.

PickupActualPickupDate

date

None.

ActualDelivery

date

None.

TrailerNumber

string

None.

Equipment

string

None.

SealNumber

string

None.

PuLocationId

integer

None.

PuContactId

integer

None.

DestinationId

integer

None.

ToBillIdId

integer

None.

Vendors

Collection of ShipmentVendorBindingViewModel

None.

Charges

Collection of TransloadBillingItemViewModel

None.

ModeId

integer

None.

MustArriveByDate

date

None.

MustArriveByDateCheck

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "CustomerNumber": "sample string 2",
  "ShipperId": 1,
  "ShipperNumber": "sample string 3",
  "LastShipDate": "2025-12-05T23:49:53.0539445-08:00",
  "PuAppointment": "2025-12-05T23:49:53.0539445-08:00",
  "CommodityId": 1,
  "BillToId": 1,
  "BillingNumber": "sample string 4",
  "ConsigneeId": 1,
  "ConsigneeNumber": "sample string 5",
  "AppointmentDate": "2025-12-05T23:49:53.0539445-08:00",
  "EstimatedArrivalDate": "2025-12-05T23:49:53.0539445-08:00",
  "PickupActualPickupDate": "2025-12-05T23:49:53.0539445-08:00",
  "ActualDelivery": "2025-12-05T23:49:53.0539445-08:00",
  "TrailerNumber": "sample string 6",
  "Equipment": "sample string 7",
  "SealNumber": "sample string 8",
  "PuLocationId": 1,
  "PuContactId": 1,
  "DestinationId": 1,
  "ToBillIdId": 1,
  "Vendors": [
    {
      "Id": 1,
      "ItemVendorId": 1,
      "FreightChargeId": 1,
      "ContactId": 1,
      "VendorTypeId": 1,
      "BillToId": 1,
      "Rate": 1.0,
      "Description": "sample string 2",
      "VendorNumber": "sample string 3",
      "VendorInstructions": "sample string 4",
      "DriverName": "sample string 5",
      "DriverPhone": "sample string 6",
      "TruckNumber": "sample string 7",
      "Payables": [
        {
          "ChargeId": 1,
          "Quantity": 2.0,
          "Rate": 3.0,
          "FreeTime": 1.0,
          "MinCharge": 1.0,
          "MaxCharge": 1.0,
          "Code": "sample string 4",
          "InvoiceId": 1,
          "OriAddSup": 5,
          "IsReadOnly": true,
          "Note": "sample string 7",
          "DateStart": "2025-12-05T23:49:53.0559439-08:00",
          "DateEnd": "2025-12-05T23:49:53.0559439-08:00"
        },
        {
          "ChargeId": 1,
          "Quantity": 2.0,
          "Rate": 3.0,
          "FreeTime": 1.0,
          "MinCharge": 1.0,
          "MaxCharge": 1.0,
          "Code": "sample string 4",
          "InvoiceId": 1,
          "OriAddSup": 5,
          "IsReadOnly": true,
          "Note": "sample string 7",
          "DateStart": "2025-12-05T23:49:53.0559439-08:00",
          "DateEnd": "2025-12-05T23:49:53.0559439-08:00"
        }
      ]
    },
    {
      "Id": 1,
      "ItemVendorId": 1,
      "FreightChargeId": 1,
      "ContactId": 1,
      "VendorTypeId": 1,
      "BillToId": 1,
      "Rate": 1.0,
      "Description": "sample string 2",
      "VendorNumber": "sample string 3",
      "VendorInstructions": "sample string 4",
      "DriverName": "sample string 5",
      "DriverPhone": "sample string 6",
      "TruckNumber": "sample string 7",
      "Payables": [
        {
          "ChargeId": 1,
          "Quantity": 2.0,
          "Rate": 3.0,
          "FreeTime": 1.0,
          "MinCharge": 1.0,
          "MaxCharge": 1.0,
          "Code": "sample string 4",
          "InvoiceId": 1,
          "OriAddSup": 5,
          "IsReadOnly": true,
          "Note": "sample string 7",
          "DateStart": "2025-12-05T23:49:53.0559439-08:00",
          "DateEnd": "2025-12-05T23:49:53.0559439-08:00"
        },
        {
          "ChargeId": 1,
          "Quantity": 2.0,
          "Rate": 3.0,
          "FreeTime": 1.0,
          "MinCharge": 1.0,
          "MaxCharge": 1.0,
          "Code": "sample string 4",
          "InvoiceId": 1,
          "OriAddSup": 5,
          "IsReadOnly": true,
          "Note": "sample string 7",
          "DateStart": "2025-12-05T23:49:53.0559439-08:00",
          "DateEnd": "2025-12-05T23:49:53.0559439-08:00"
        }
      ]
    }
  ],
  "Charges": [
    {
      "ChargeId": 1,
      "Rate": 2.0,
      "Quantity": 3.0,
      "OriAddSup": 4,
      "InvoiceId": 1,
      "IsReadOnly": true,
      "Note": "sample string 6",
      "FreightChargeId": 1,
      "DateStart": "2025-12-05T23:49:53.0559439-08:00",
      "DateEnd": "2025-12-05T23:49:53.0559439-08:00"
    },
    {
      "ChargeId": 1,
      "Rate": 2.0,
      "Quantity": 3.0,
      "OriAddSup": 4,
      "InvoiceId": 1,
      "IsReadOnly": true,
      "Note": "sample string 6",
      "FreightChargeId": 1,
      "DateStart": "2025-12-05T23:49:53.0559439-08:00",
      "DateEnd": "2025-12-05T23:49:53.0559439-08:00"
    }
  ],
  "ModeId": 1,
  "MustArriveByDate": "2025-12-05T23:49:53.0569435-08:00",
  "MustArriveByDateCheck": true
}

application/xml, text/xml

Sample:
<TruckloadDetailsBindingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.LoadBoard">
  <ActualDelivery>2025-12-05T23:49:53.0539445-08:00</ActualDelivery>
  <AppointmentDate>2025-12-05T23:49:53.0539445-08:00</AppointmentDate>
  <BillToId>1</BillToId>
  <BillingNumber>sample string 4</BillingNumber>
  <Charges xmlns:d2p1="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.TransloadReceipt">
    <d2p1:TransloadBillingItemViewModel>
      <d2p1:ChargeId>1</d2p1:ChargeId>
      <d2p1:DateEnd>2025-12-05T23:49:53.0559439-08:00</d2p1:DateEnd>
      <d2p1:DateStart>2025-12-05T23:49:53.0559439-08:00</d2p1:DateStart>
      <d2p1:FreightChargeId>1</d2p1:FreightChargeId>
      <d2p1:InvoiceId>1</d2p1:InvoiceId>
      <d2p1:IsReadOnly>true</d2p1:IsReadOnly>
      <d2p1:Note>sample string 6</d2p1:Note>
      <d2p1:OriAddSup>4</d2p1:OriAddSup>
      <d2p1:Quantity>3</d2p1:Quantity>
      <d2p1:Rate>2</d2p1:Rate>
    </d2p1:TransloadBillingItemViewModel>
    <d2p1:TransloadBillingItemViewModel>
      <d2p1:ChargeId>1</d2p1:ChargeId>
      <d2p1:DateEnd>2025-12-05T23:49:53.0559439-08:00</d2p1:DateEnd>
      <d2p1:DateStart>2025-12-05T23:49:53.0559439-08:00</d2p1:DateStart>
      <d2p1:FreightChargeId>1</d2p1:FreightChargeId>
      <d2p1:InvoiceId>1</d2p1:InvoiceId>
      <d2p1:IsReadOnly>true</d2p1:IsReadOnly>
      <d2p1:Note>sample string 6</d2p1:Note>
      <d2p1:OriAddSup>4</d2p1:OriAddSup>
      <d2p1:Quantity>3</d2p1:Quantity>
      <d2p1:Rate>2</d2p1:Rate>
    </d2p1:TransloadBillingItemViewModel>
  </Charges>
  <CommodityId>1</CommodityId>
  <ConsigneeId>1</ConsigneeId>
  <ConsigneeNumber>sample string 5</ConsigneeNumber>
  <CustomerId>1</CustomerId>
  <CustomerNumber>sample string 2</CustomerNumber>
  <DestinationId>1</DestinationId>
  <Equipment>sample string 7</Equipment>
  <EstimatedArrivalDate>2025-12-05T23:49:53.0539445-08:00</EstimatedArrivalDate>
  <LastShipDate>2025-12-05T23:49:53.0539445-08:00</LastShipDate>
  <ModeId>1</ModeId>
  <MustArriveByDate>2025-12-05T23:49:53.0569435-08:00</MustArriveByDate>
  <MustArriveByDateCheck>true</MustArriveByDateCheck>
  <PickupActualPickupDate>2025-12-05T23:49:53.0539445-08:00</PickupActualPickupDate>
  <PuAppointment>2025-12-05T23:49:53.0539445-08:00</PuAppointment>
  <PuContactId>1</PuContactId>
  <PuLocationId>1</PuLocationId>
  <SealNumber>sample string 8</SealNumber>
  <ShipperId>1</ShipperId>
  <ShipperNumber>sample string 3</ShipperNumber>
  <ToBillIdId>1</ToBillIdId>
  <TrailerNumber>sample string 6</TrailerNumber>
  <Vendors xmlns:d2p1="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.TransloadShipment">
    <d2p1:ShipmentVendorBindingViewModel>
      <d2p1:BillToId>1</d2p1:BillToId>
      <d2p1:ContactId>1</d2p1:ContactId>
      <d2p1:Description>sample string 2</d2p1:Description>
      <d2p1:DriverName>sample string 5</d2p1:DriverName>
      <d2p1:DriverPhone>sample string 6</d2p1:DriverPhone>
      <d2p1:FreightChargeId>1</d2p1:FreightChargeId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:ItemVendorId>1</d2p1:ItemVendorId>
      <d2p1:Payables>
        <d2p1:TransloadShipmentPayableViewModel>
          <d2p1:ChargeId>1</d2p1:ChargeId>
          <d2p1:Code>sample string 4</d2p1:Code>
          <d2p1:DateEnd>2025-12-05T23:49:53.0559439-08:00</d2p1:DateEnd>
          <d2p1:DateStart>2025-12-05T23:49:53.0559439-08:00</d2p1:DateStart>
          <d2p1:FreeTime>1</d2p1:FreeTime>
          <d2p1:InvoiceId>1</d2p1:InvoiceId>
          <d2p1:IsReadOnly>true</d2p1:IsReadOnly>
          <d2p1:MaxCharge>1</d2p1:MaxCharge>
          <d2p1:MinCharge>1</d2p1:MinCharge>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:OriAddSup>5</d2p1:OriAddSup>
          <d2p1:Quantity>2</d2p1:Quantity>
          <d2p1:Rate>3</d2p1:Rate>
        </d2p1:TransloadShipmentPayableViewModel>
        <d2p1:TransloadShipmentPayableViewModel>
          <d2p1:ChargeId>1</d2p1:ChargeId>
          <d2p1:Code>sample string 4</d2p1:Code>
          <d2p1:DateEnd>2025-12-05T23:49:53.0559439-08:00</d2p1:DateEnd>
          <d2p1:DateStart>2025-12-05T23:49:53.0559439-08:00</d2p1:DateStart>
          <d2p1:FreeTime>1</d2p1:FreeTime>
          <d2p1:InvoiceId>1</d2p1:InvoiceId>
          <d2p1:IsReadOnly>true</d2p1:IsReadOnly>
          <d2p1:MaxCharge>1</d2p1:MaxCharge>
          <d2p1:MinCharge>1</d2p1:MinCharge>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:OriAddSup>5</d2p1:OriAddSup>
          <d2p1:Quantity>2</d2p1:Quantity>
          <d2p1:Rate>3</d2p1:Rate>
        </d2p1:TransloadShipmentPayableViewModel>
      </d2p1:Payables>
      <d2p1:Rate>1</d2p1:Rate>
      <d2p1:TruckNumber>sample string 7</d2p1:TruckNumber>
      <d2p1:VendorInstructions>sample string 4</d2p1:VendorInstructions>
      <d2p1:VendorNumber>sample string 3</d2p1:VendorNumber>
      <d2p1:VendorTypeId>1</d2p1:VendorTypeId>
    </d2p1:ShipmentVendorBindingViewModel>
    <d2p1:ShipmentVendorBindingViewModel>
      <d2p1:BillToId>1</d2p1:BillToId>
      <d2p1:ContactId>1</d2p1:ContactId>
      <d2p1:Description>sample string 2</d2p1:Description>
      <d2p1:DriverName>sample string 5</d2p1:DriverName>
      <d2p1:DriverPhone>sample string 6</d2p1:DriverPhone>
      <d2p1:FreightChargeId>1</d2p1:FreightChargeId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:ItemVendorId>1</d2p1:ItemVendorId>
      <d2p1:Payables>
        <d2p1:TransloadShipmentPayableViewModel>
          <d2p1:ChargeId>1</d2p1:ChargeId>
          <d2p1:Code>sample string 4</d2p1:Code>
          <d2p1:DateEnd>2025-12-05T23:49:53.0559439-08:00</d2p1:DateEnd>
          <d2p1:DateStart>2025-12-05T23:49:53.0559439-08:00</d2p1:DateStart>
          <d2p1:FreeTime>1</d2p1:FreeTime>
          <d2p1:InvoiceId>1</d2p1:InvoiceId>
          <d2p1:IsReadOnly>true</d2p1:IsReadOnly>
          <d2p1:MaxCharge>1</d2p1:MaxCharge>
          <d2p1:MinCharge>1</d2p1:MinCharge>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:OriAddSup>5</d2p1:OriAddSup>
          <d2p1:Quantity>2</d2p1:Quantity>
          <d2p1:Rate>3</d2p1:Rate>
        </d2p1:TransloadShipmentPayableViewModel>
        <d2p1:TransloadShipmentPayableViewModel>
          <d2p1:ChargeId>1</d2p1:ChargeId>
          <d2p1:Code>sample string 4</d2p1:Code>
          <d2p1:DateEnd>2025-12-05T23:49:53.0559439-08:00</d2p1:DateEnd>
          <d2p1:DateStart>2025-12-05T23:49:53.0559439-08:00</d2p1:DateStart>
          <d2p1:FreeTime>1</d2p1:FreeTime>
          <d2p1:InvoiceId>1</d2p1:InvoiceId>
          <d2p1:IsReadOnly>true</d2p1:IsReadOnly>
          <d2p1:MaxCharge>1</d2p1:MaxCharge>
          <d2p1:MinCharge>1</d2p1:MinCharge>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:OriAddSup>5</d2p1:OriAddSup>
          <d2p1:Quantity>2</d2p1:Quantity>
          <d2p1:Rate>3</d2p1:Rate>
        </d2p1:TransloadShipmentPayableViewModel>
      </d2p1:Payables>
      <d2p1:Rate>1</d2p1:Rate>
      <d2p1:TruckNumber>sample string 7</d2p1:TruckNumber>
      <d2p1:VendorInstructions>sample string 4</d2p1:VendorInstructions>
      <d2p1:VendorNumber>sample string 3</d2p1:VendorNumber>
      <d2p1:VendorTypeId>1</d2p1:VendorTypeId>
    </d2p1:ShipmentVendorBindingViewModel>
  </Vendors>
</TruckloadDetailsBindingViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.