GET api/audGetComparedRecords/GetComparedRecords

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AudActionableRecordBaseDto
NameDescriptionTypeAdditional information
InvoiceNumber

string

None.

PackageID

integer

None.

ShipClientShortName

string

None.

DateShipped

date

None.

ShipOrderID

integer

None.

ExternalOrderNumber

string

None.

ShippingServiceCode

string

None.

TrackingNumber

string

None.

ExpectedZone

string

None.

Zone

string

None.

ShipRES

boolean

None.

AuditRES

boolean

None.

ExpectedShipWeight

decimal number

None.

ExpectedShipWeightOriginal

decimal number

None.

BilledWeight

decimal number

None.

ShippedWeight

decimal number

None.

ExpectedLength

integer

None.

ExpectedWidth

integer

None.

ExpectedHeight

integer

None.

Length

integer

None.

Width

integer

None.

Height

integer

None.

ChargedClient

decimal number

None.

BilledByCarrier

decimal number

None.

ExpectedRate

decimal number

None.

Status

string

None.

BlockBulkUpdate

boolean

None.

IsForceClosed

boolean

None.

PackageCount

integer

None.

PackageNumber

string

None.

SellRate

decimal number

None.

SellReRate

decimal number

None.

BuyReRate

decimal number

None.

BuyReRateDelta

decimal number

None.

SellReRateDelta

decimal number

None.

BackBillAmount

decimal number

None.

ExpectedMargin

decimal number

None.

ActualMargin

decimal number

None.

MarginDelta

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InvoiceNumber": "sample string 1",
    "PackageID": 2,
    "ShipClientShortName": "sample string 3",
    "DateShipped": "2025-12-06T23:42:46.7090738+00:00",
    "ShipOrderID": 4,
    "ExternalOrderNumber": "sample string 5",
    "ShippingServiceCode": "sample string 6",
    "TrackingNumber": "sample string 7",
    "ExpectedZone": "sample string 8",
    "Zone": "sample string 9",
    "ShipRES": true,
    "AuditRES": true,
    "ExpectedShipWeight": 1.0,
    "ExpectedShipWeightOriginal": 1.0,
    "BilledWeight": 12.0,
    "ShippedWeight": 13.0,
    "ExpectedLength": 1,
    "ExpectedWidth": 1,
    "ExpectedHeight": 1,
    "Length": 1,
    "Width": 1,
    "Height": 1,
    "ChargedClient": 14.0,
    "BilledByCarrier": 15.0,
    "ExpectedRate": 16.0,
    "Status": "sample string 17",
    "BlockBulkUpdate": true,
    "IsForceClosed": true,
    "PackageCount": 20,
    "PackageNumber": "sample string 21",
    "SellRate": 22.0,
    "SellReRate": 23.0,
    "BuyReRate": 24.0,
    "BuyReRateDelta": 25.0,
    "SellReRateDelta": 26.0,
    "BackBillAmount": 27.0,
    "ExpectedMargin": 28.0,
    "ActualMargin": 29.0,
    "MarginDelta": 30.0
  },
  {
    "InvoiceNumber": "sample string 1",
    "PackageID": 2,
    "ShipClientShortName": "sample string 3",
    "DateShipped": "2025-12-06T23:42:46.7090738+00:00",
    "ShipOrderID": 4,
    "ExternalOrderNumber": "sample string 5",
    "ShippingServiceCode": "sample string 6",
    "TrackingNumber": "sample string 7",
    "ExpectedZone": "sample string 8",
    "Zone": "sample string 9",
    "ShipRES": true,
    "AuditRES": true,
    "ExpectedShipWeight": 1.0,
    "ExpectedShipWeightOriginal": 1.0,
    "BilledWeight": 12.0,
    "ShippedWeight": 13.0,
    "ExpectedLength": 1,
    "ExpectedWidth": 1,
    "ExpectedHeight": 1,
    "Length": 1,
    "Width": 1,
    "Height": 1,
    "ChargedClient": 14.0,
    "BilledByCarrier": 15.0,
    "ExpectedRate": 16.0,
    "Status": "sample string 17",
    "BlockBulkUpdate": true,
    "IsForceClosed": true,
    "PackageCount": 20,
    "PackageNumber": "sample string 21",
    "SellRate": 22.0,
    "SellReRate": 23.0,
    "BuyReRate": 24.0,
    "BuyReRateDelta": 25.0,
    "SellReRateDelta": 26.0,
    "BackBillAmount": 27.0,
    "ExpectedMargin": 28.0,
    "ActualMargin": 29.0,
    "MarginDelta": 30.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfAudActionableRecordBaseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <AudActionableRecordBaseDto>
    <ActualMargin>29</ActualMargin>
    <AuditRES>true</AuditRES>
    <BackBillAmount>27</BackBillAmount>
    <BilledByCarrier>15</BilledByCarrier>
    <BilledWeight>12</BilledWeight>
    <BlockBulkUpdate>true</BlockBulkUpdate>
    <BuyReRate>24</BuyReRate>
    <BuyReRateDelta>25</BuyReRateDelta>
    <ChargedClient>14</ChargedClient>
    <DateShipped>2025-12-06T23:42:46.7090738+00:00</DateShipped>
    <ExpectedHeight>1</ExpectedHeight>
    <ExpectedLength>1</ExpectedLength>
    <ExpectedMargin>28</ExpectedMargin>
    <ExpectedRate>16</ExpectedRate>
    <ExpectedShipWeight>1</ExpectedShipWeight>
    <ExpectedShipWeightOriginal>1</ExpectedShipWeightOriginal>
    <ExpectedWidth>1</ExpectedWidth>
    <ExpectedZone>sample string 8</ExpectedZone>
    <ExternalOrderNumber>sample string 5</ExternalOrderNumber>
    <Height>1</Height>
    <InvoiceNumber>sample string 1</InvoiceNumber>
    <IsForceClosed>true</IsForceClosed>
    <Length>1</Length>
    <MarginDelta>30</MarginDelta>
    <PackageCount>20</PackageCount>
    <PackageID>2</PackageID>
    <PackageNumber>sample string 21</PackageNumber>
    <SellRate>22</SellRate>
    <SellReRate>23</SellReRate>
    <SellReRateDelta>26</SellReRateDelta>
    <ShipClientShortName>sample string 3</ShipClientShortName>
    <ShipOrderID>4</ShipOrderID>
    <ShipRES>true</ShipRES>
    <ShippedWeight>13</ShippedWeight>
    <ShippingServiceCode>sample string 6</ShippingServiceCode>
    <Status>sample string 17</Status>
    <TrackingNumber>sample string 7</TrackingNumber>
    <Width>1</Width>
    <Zone>sample string 9</Zone>
  </AudActionableRecordBaseDto>
  <AudActionableRecordBaseDto>
    <ActualMargin>29</ActualMargin>
    <AuditRES>true</AuditRES>
    <BackBillAmount>27</BackBillAmount>
    <BilledByCarrier>15</BilledByCarrier>
    <BilledWeight>12</BilledWeight>
    <BlockBulkUpdate>true</BlockBulkUpdate>
    <BuyReRate>24</BuyReRate>
    <BuyReRateDelta>25</BuyReRateDelta>
    <ChargedClient>14</ChargedClient>
    <DateShipped>2025-12-06T23:42:46.7090738+00:00</DateShipped>
    <ExpectedHeight>1</ExpectedHeight>
    <ExpectedLength>1</ExpectedLength>
    <ExpectedMargin>28</ExpectedMargin>
    <ExpectedRate>16</ExpectedRate>
    <ExpectedShipWeight>1</ExpectedShipWeight>
    <ExpectedShipWeightOriginal>1</ExpectedShipWeightOriginal>
    <ExpectedWidth>1</ExpectedWidth>
    <ExpectedZone>sample string 8</ExpectedZone>
    <ExternalOrderNumber>sample string 5</ExternalOrderNumber>
    <Height>1</Height>
    <InvoiceNumber>sample string 1</InvoiceNumber>
    <IsForceClosed>true</IsForceClosed>
    <Length>1</Length>
    <MarginDelta>30</MarginDelta>
    <PackageCount>20</PackageCount>
    <PackageID>2</PackageID>
    <PackageNumber>sample string 21</PackageNumber>
    <SellRate>22</SellRate>
    <SellReRate>23</SellReRate>
    <SellReRateDelta>26</SellReRateDelta>
    <ShipClientShortName>sample string 3</ShipClientShortName>
    <ShipOrderID>4</ShipOrderID>
    <ShipRES>true</ShipRES>
    <ShippedWeight>13</ShippedWeight>
    <ShippingServiceCode>sample string 6</ShippingServiceCode>
    <Status>sample string 17</Status>
    <TrackingNumber>sample string 7</TrackingNumber>
    <Width>1</Width>
    <Zone>sample string 9</Zone>
  </AudActionableRecordBaseDto>
</ArrayOfAudActionableRecordBaseDto>