GET api/logistics/GetAllOpenFreightInvoices

Get all open freight invoices

Request Information

URI Parameters

None.

Body Parameters

None

Response Information

Resource Description

Collection of FreightInvoiceResponse
Name Type Description Additional information
remitToCompany string

remitToAddress string

remitToAddress2 string

remitToCity string

remitToState string

remitToZip string

remitToPhone string

remitToFax string

invoiceNumber string

invoiceDate string

term string

dueDate string

billToCompany string

billToAddress string

billToAddress2 string

billToCity string

billToState string

billToZip string

shipperNumber string

poReference string

pickupDate string

deliveryDate string

proNumber string

shippingCompany string

shippingAddress string

shippingAddress2 string

shippingCity string

shippingState string

shippingZip string

consigneeCompany string

consigneeAddress string

consigneeAddress2 string

consigneeCity string

consigneeState string

consigneeZip string

totalWeight decimal number

totalBilled decimal number

totalPaid decimal number

totalCharges decimal number

commodities Collection of Commodity

accessorials Collection of Accessorial

Response Formats

application/json, text/json

Sample:
[
  {
    "remitToCompany": "sample string 1",
    "remitToAddress": "sample string 2",
    "remitToAddress2": "sample string 3",
    "remitToCity": "sample string 4",
    "remitToState": "sample string 5",
    "remitToZip": "sample string 6",
    "remitToPhone": "sample string 7",
    "remitToFax": "sample string 8",
    "invoiceNumber": "sample string 9",
    "invoiceDate": "sample string 10",
    "term": "sample string 11",
    "dueDate": "sample string 12",
    "billToCompany": "sample string 13",
    "billToAddress": "sample string 14",
    "billToAddress2": "sample string 15",
    "billToCity": "sample string 16",
    "billToState": "sample string 17",
    "billToZip": "sample string 18",
    "shipperNumber": "sample string 19",
    "poReference": "sample string 20",
    "pickupDate": "sample string 21",
    "deliveryDate": "sample string 22",
    "proNumber": "sample string 23",
    "shippingCompany": "sample string 24",
    "shippingAddress": "sample string 25",
    "shippingAddress2": "sample string 26",
    "shippingCity": "sample string 27",
    "shippingState": "sample string 28",
    "shippingZip": "sample string 29",
    "consigneeCompany": "sample string 30",
    "consigneeAddress": "sample string 31",
    "consigneeAddress2": "sample string 32",
    "consigneeCity": "sample string 33",
    "consigneeState": "sample string 34",
    "consigneeZip": "sample string 35",
    "totalWeight": 36.1,
    "totalBilled": 37.1,
    "totalPaid": 38.1,
    "totalCharges": 39.1,
    "commodities": [
      {
        "pieces": 1,
        "description": "sample string 2",
        "class": "sample string 3",
        "weight": 4.1,
        "billed": 5.1
      },
      {
        "pieces": 1,
        "description": "sample string 2",
        "class": "sample string 3",
        "weight": 4.1,
        "billed": 5.1
      }
    ],
    "accessorials": [
      {
        "description": "sample string 1",
        "billed": 2.1
      },
      {
        "description": "sample string 1",
        "billed": 2.1
      }
    ]
  },
  {
    "remitToCompany": "sample string 1",
    "remitToAddress": "sample string 2",
    "remitToAddress2": "sample string 3",
    "remitToCity": "sample string 4",
    "remitToState": "sample string 5",
    "remitToZip": "sample string 6",
    "remitToPhone": "sample string 7",
    "remitToFax": "sample string 8",
    "invoiceNumber": "sample string 9",
    "invoiceDate": "sample string 10",
    "term": "sample string 11",
    "dueDate": "sample string 12",
    "billToCompany": "sample string 13",
    "billToAddress": "sample string 14",
    "billToAddress2": "sample string 15",
    "billToCity": "sample string 16",
    "billToState": "sample string 17",
    "billToZip": "sample string 18",
    "shipperNumber": "sample string 19",
    "poReference": "sample string 20",
    "pickupDate": "sample string 21",
    "deliveryDate": "sample string 22",
    "proNumber": "sample string 23",
    "shippingCompany": "sample string 24",
    "shippingAddress": "sample string 25",
    "shippingAddress2": "sample string 26",
    "shippingCity": "sample string 27",
    "shippingState": "sample string 28",
    "shippingZip": "sample string 29",
    "consigneeCompany": "sample string 30",
    "consigneeAddress": "sample string 31",
    "consigneeAddress2": "sample string 32",
    "consigneeCity": "sample string 33",
    "consigneeState": "sample string 34",
    "consigneeZip": "sample string 35",
    "totalWeight": 36.1,
    "totalBilled": 37.1,
    "totalPaid": 38.1,
    "totalCharges": 39.1,
    "commodities": [
      {
        "pieces": 1,
        "description": "sample string 2",
        "class": "sample string 3",
        "weight": 4.1,
        "billed": 5.1
      },
      {
        "pieces": 1,
        "description": "sample string 2",
        "class": "sample string 3",
        "weight": 4.1,
        "billed": 5.1
      }
    ],
    "accessorials": [
      {
        "description": "sample string 1",
        "billed": 2.1
      },
      {
        "description": "sample string 1",
        "billed": 2.1
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfFreightInvoiceResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <FreightInvoiceResponse>
    <remitToCompany>sample string 1</remitToCompany>
    <remitToAddress>sample string 2</remitToAddress>
    <remitToAddress2>sample string 3</remitToAddress2>
    <remitToCity>sample string 4</remitToCity>
    <remitToState>sample string 5</remitToState>
    <remitToZip>sample string 6</remitToZip>
    <remitToPhone>sample string 7</remitToPhone>
    <remitToFax>sample string 8</remitToFax>
    <invoiceNumber>sample string 9</invoiceNumber>
    <invoiceDate>sample string 10</invoiceDate>
    <term>sample string 11</term>
    <dueDate>sample string 12</dueDate>
    <billToCompany>sample string 13</billToCompany>
    <billToAddress>sample string 14</billToAddress>
    <billToAddress2>sample string 15</billToAddress2>
    <billToCity>sample string 16</billToCity>
    <billToState>sample string 17</billToState>
    <billToZip>sample string 18</billToZip>
    <shipperNumber>sample string 19</shipperNumber>
    <poReference>sample string 20</poReference>
    <pickupDate>sample string 21</pickupDate>
    <deliveryDate>sample string 22</deliveryDate>
    <proNumber>sample string 23</proNumber>
    <shippingCompany>sample string 24</shippingCompany>
    <shippingAddress>sample string 25</shippingAddress>
    <shippingAddress2>sample string 26</shippingAddress2>
    <shippingCity>sample string 27</shippingCity>
    <shippingState>sample string 28</shippingState>
    <shippingZip>sample string 29</shippingZip>
    <consigneeCompany>sample string 30</consigneeCompany>
    <consigneeAddress>sample string 31</consigneeAddress>
    <consigneeAddress2>sample string 32</consigneeAddress2>
    <consigneeCity>sample string 33</consigneeCity>
    <consigneeState>sample string 34</consigneeState>
    <consigneeZip>sample string 35</consigneeZip>
    <totalWeight>36.1</totalWeight>
    <totalBilled>37.1</totalBilled>
    <totalPaid>38.1</totalPaid>
    <totalCharges>39.1</totalCharges>
    <commodities>
      <Commodity>
        <pieces>1</pieces>
        <description>sample string 2</description>
        <class>sample string 3</class>
        <weight>4.1</weight>
        <billed>5.1</billed>
      </Commodity>
      <Commodity>
        <pieces>1</pieces>
        <description>sample string 2</description>
        <class>sample string 3</class>
        <weight>4.1</weight>
        <billed>5.1</billed>
      </Commodity>
    </commodities>
    <accessorials>
      <Accessorial>
        <description>sample string 1</description>
        <billed>2.1</billed>
      </Accessorial>
      <Accessorial>
        <description>sample string 1</description>
        <billed>2.1</billed>
      </Accessorial>
    </accessorials>
  </FreightInvoiceResponse>
  <FreightInvoiceResponse>
    <remitToCompany>sample string 1</remitToCompany>
    <remitToAddress>sample string 2</remitToAddress>
    <remitToAddress2>sample string 3</remitToAddress2>
    <remitToCity>sample string 4</remitToCity>
    <remitToState>sample string 5</remitToState>
    <remitToZip>sample string 6</remitToZip>
    <remitToPhone>sample string 7</remitToPhone>
    <remitToFax>sample string 8</remitToFax>
    <invoiceNumber>sample string 9</invoiceNumber>
    <invoiceDate>sample string 10</invoiceDate>
    <term>sample string 11</term>
    <dueDate>sample string 12</dueDate>
    <billToCompany>sample string 13</billToCompany>
    <billToAddress>sample string 14</billToAddress>
    <billToAddress2>sample string 15</billToAddress2>
    <billToCity>sample string 16</billToCity>
    <billToState>sample string 17</billToState>
    <billToZip>sample string 18</billToZip>
    <shipperNumber>sample string 19</shipperNumber>
    <poReference>sample string 20</poReference>
    <pickupDate>sample string 21</pickupDate>
    <deliveryDate>sample string 22</deliveryDate>
    <proNumber>sample string 23</proNumber>
    <shippingCompany>sample string 24</shippingCompany>
    <shippingAddress>sample string 25</shippingAddress>
    <shippingAddress2>sample string 26</shippingAddress2>
    <shippingCity>sample string 27</shippingCity>
    <shippingState>sample string 28</shippingState>
    <shippingZip>sample string 29</shippingZip>
    <consigneeCompany>sample string 30</consigneeCompany>
    <consigneeAddress>sample string 31</consigneeAddress>
    <consigneeAddress2>sample string 32</consigneeAddress2>
    <consigneeCity>sample string 33</consigneeCity>
    <consigneeState>sample string 34</consigneeState>
    <consigneeZip>sample string 35</consigneeZip>
    <totalWeight>36.1</totalWeight>
    <totalBilled>37.1</totalBilled>
    <totalPaid>38.1</totalPaid>
    <totalCharges>39.1</totalCharges>
    <commodities>
      <Commodity>
        <pieces>1</pieces>
        <description>sample string 2</description>
        <class>sample string 3</class>
        <weight>4.1</weight>
        <billed>5.1</billed>
      </Commodity>
      <Commodity>
        <pieces>1</pieces>
        <description>sample string 2</description>
        <class>sample string 3</class>
        <weight>4.1</weight>
        <billed>5.1</billed>
      </Commodity>
    </commodities>
    <accessorials>
      <Accessorial>
        <description>sample string 1</description>
        <billed>2.1</billed>
      </Accessorial>
      <Accessorial>
        <description>sample string 1</description>
        <billed>2.1</billed>
      </Accessorial>
    </accessorials>
  </FreightInvoiceResponse>
</ArrayOfFreightInvoiceResponse>