GET api/TankInventories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TankInventory
NameDescriptionTypeAdditional information
CustomerNumber

string

None.

ShipTo

string

None.

IntKey

string

None.

Serial

string

None.

Gallons

integer

None.

Description

string

None.

TankDate

date

None.

IsLoan

string

None.

Removed

date

None.

Reason

string

None.

ItemNumber

string

None.

TankInventoryId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerNumber": "sample string 1",
    "ShipTo": "sample string 2",
    "IntKey": "sample string 3",
    "Serial": "sample string 4",
    "Gallons": 5,
    "Description": "sample string 6",
    "TankDate": "2025-12-10T16:36:26.9803319-04:00",
    "IsLoan": "sample string 7",
    "Removed": "2025-12-10T16:36:26.9803319-04:00",
    "Reason": "sample string 8",
    "ItemNumber": "sample string 9",
    "TankInventoryId": 10
  },
  {
    "CustomerNumber": "sample string 1",
    "ShipTo": "sample string 2",
    "IntKey": "sample string 3",
    "Serial": "sample string 4",
    "Gallons": 5,
    "Description": "sample string 6",
    "TankDate": "2025-12-10T16:36:26.9803319-04:00",
    "IsLoan": "sample string 7",
    "Removed": "2025-12-10T16:36:26.9803319-04:00",
    "Reason": "sample string 8",
    "ItemNumber": "sample string 9",
    "TankInventoryId": 10
  }
]

application/xml, text/xml

Sample:
<ArrayOfTankInventory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EGas.DataAccess">
  <TankInventory>
    <CustomerNumber>sample string 1</CustomerNumber>
    <Description>sample string 6</Description>
    <Gallons>5</Gallons>
    <IntKey>sample string 3</IntKey>
    <IsLoan>sample string 7</IsLoan>
    <ItemNumber>sample string 9</ItemNumber>
    <Reason>sample string 8</Reason>
    <Removed>2025-12-10T16:36:26.9803319-04:00</Removed>
    <Serial>sample string 4</Serial>
    <ShipTo>sample string 2</ShipTo>
    <TankDate>2025-12-10T16:36:26.9803319-04:00</TankDate>
    <TankInventoryId>10</TankInventoryId>
  </TankInventory>
  <TankInventory>
    <CustomerNumber>sample string 1</CustomerNumber>
    <Description>sample string 6</Description>
    <Gallons>5</Gallons>
    <IntKey>sample string 3</IntKey>
    <IsLoan>sample string 7</IsLoan>
    <ItemNumber>sample string 9</ItemNumber>
    <Reason>sample string 8</Reason>
    <Removed>2025-12-10T16:36:26.9803319-04:00</Removed>
    <Serial>sample string 4</Serial>
    <ShipTo>sample string 2</ShipTo>
    <TankDate>2025-12-10T16:36:26.9803319-04:00</TankDate>
    <TankInventoryId>10</TankInventoryId>
  </TankInventory>
</ArrayOfTankInventory>