PUT api/sendItDashboard/gimmie
Request Information
URI Parameters
None.
Body Parameters
DashboardAction| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| FinishDate | date |
None. |
|
| CountryCode | string |
None. |
|
| WarehouseID | integer |
None. |
|
| ClientID | integer |
None. |
|
| Type | integer |
None. |
|
| Batched | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2026-04-03T21:38:46.2328666-07:00",
"FinishDate": "2026-04-03T21:38:46.2328666-07:00",
"CountryCode": "sample string 3",
"WarehouseID": 4,
"ClientID": 5,
"Type": 6,
"Batched": 7
}
application/xml, text/xml
Sample:
<DashboardAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models.SendIt"> <Batched>7</Batched> <ClientID>5</ClientID> <CountryCode>sample string 3</CountryCode> <FinishDate>2026-04-03T21:38:46.2328666-07:00</FinishDate> <StartDate>2026-04-03T21:38:46.2328666-07:00</StartDate> <Type>6</Type> <WarehouseID>4</WarehouseID> </DashboardAction>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SendItDashboardResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Warehouse | Collection of DashboardWarehouse |
None. |
|
| Carrier | Collection of DashboardCarrier |
None. |
|
| ShippingServiceCode | Collection of DashboardShippingServiceCode |
None. |
|
| ClientShortName | Collection of DashboardClientShortName |
None. |
|
| ShippedByName | Collection of DashboardShippedByName |
None. |
|
| PackageCount | Collection of DashboardPackageCount |
None. |
|
| Batched | Collection of DashboardBatched |
None. |
|
| Status | Collection of DashboardStatus |
None. |
|
| Payment | Collection of DashboardPayment |
None. |
|
| ShipmentType | Collection of DashboardShipmentType |
None. |
|
| ShipDate | Collection of DashboardShipDate |
None. |
|
| Hour | Collection of DashboardHour |
None. |
Response Formats
application/json, text/json
Sample:
{
"Warehouse": [
{
"WarehouseName": "sample string 1",
"Results": 2
},
{
"WarehouseName": "sample string 1",
"Results": 2
}
],
"Carrier": [
{
"CarrierName": "sample string 1",
"Results": 2
},
{
"CarrierName": "sample string 1",
"Results": 2
}
],
"ShippingServiceCode": [
{
"ShippingServiceCode": "sample string 1",
"Results": 2
},
{
"ShippingServiceCode": "sample string 1",
"Results": 2
}
],
"ClientShortName": [
{
"ClientShortName": "sample string 1",
"Results": 2
},
{
"ClientShortName": "sample string 1",
"Results": 2
}
],
"ShippedByName": [
{
"ShippedByName": "sample string 1",
"Results": 2
},
{
"ShippedByName": "sample string 1",
"Results": 2
}
],
"PackageCount": [
{
"PackageCount": 1,
"Results": 2
},
{
"PackageCount": 1,
"Results": 2
}
],
"Batched": [
{
"Batched": "sample string 1",
"Results": 2
},
{
"Batched": "sample string 1",
"Results": 2
}
],
"Status": [
{
"Status": "sample string 1",
"Results": 2
},
{
"Status": "sample string 1",
"Results": 2
}
],
"Payment": [
{
"PaymentDescription": "sample string 1",
"Results": 2
},
{
"PaymentDescription": "sample string 1",
"Results": 2
}
],
"ShipmentType": [
{
"ShipmentType": "sample string 1",
"Results": 2
},
{
"ShipmentType": "sample string 1",
"Results": 2
}
],
"ShipDate": [
{
"ShipDate": "2026-04-03T21:38:46.2328666-07:00",
"Results": 2
},
{
"ShipDate": "2026-04-03T21:38:46.2328666-07:00",
"Results": 2
}
],
"Hour": [
{
"Hour": 1,
"Results": 2
},
{
"Hour": 1,
"Results": 2
}
]
}
application/xml, text/xml
Sample:
<SendItDashboardResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models.SendIt">
<Batched>
<DashboardBatched>
<Results>2</Results>
<Batched>sample string 1</Batched>
</DashboardBatched>
<DashboardBatched>
<Results>2</Results>
<Batched>sample string 1</Batched>
</DashboardBatched>
</Batched>
<Carrier>
<DashboardCarrier>
<Results>2</Results>
<CarrierName>sample string 1</CarrierName>
</DashboardCarrier>
<DashboardCarrier>
<Results>2</Results>
<CarrierName>sample string 1</CarrierName>
</DashboardCarrier>
</Carrier>
<ClientShortName>
<DashboardClientShortName>
<Results>2</Results>
<ClientShortName>sample string 1</ClientShortName>
</DashboardClientShortName>
<DashboardClientShortName>
<Results>2</Results>
<ClientShortName>sample string 1</ClientShortName>
</DashboardClientShortName>
</ClientShortName>
<Hour>
<DashboardHour>
<Results>2</Results>
<Hour>1</Hour>
</DashboardHour>
<DashboardHour>
<Results>2</Results>
<Hour>1</Hour>
</DashboardHour>
</Hour>
<PackageCount>
<DashboardPackageCount>
<Results>2</Results>
<PackageCount>1</PackageCount>
</DashboardPackageCount>
<DashboardPackageCount>
<Results>2</Results>
<PackageCount>1</PackageCount>
</DashboardPackageCount>
</PackageCount>
<Payment>
<DashboardPayment>
<Results>2</Results>
<PaymentDescription>sample string 1</PaymentDescription>
</DashboardPayment>
<DashboardPayment>
<Results>2</Results>
<PaymentDescription>sample string 1</PaymentDescription>
</DashboardPayment>
</Payment>
<ShipDate>
<DashboardShipDate>
<Results>2</Results>
<ShipDate>2026-04-03T21:38:46.2328666-07:00</ShipDate>
</DashboardShipDate>
<DashboardShipDate>
<Results>2</Results>
<ShipDate>2026-04-03T21:38:46.2328666-07:00</ShipDate>
</DashboardShipDate>
</ShipDate>
<ShipmentType>
<DashboardShipmentType>
<Results>2</Results>
<ShipmentType>sample string 1</ShipmentType>
</DashboardShipmentType>
<DashboardShipmentType>
<Results>2</Results>
<ShipmentType>sample string 1</ShipmentType>
</DashboardShipmentType>
</ShipmentType>
<ShippedByName>
<DashboardShippedByName>
<Results>2</Results>
<ShippedByName>sample string 1</ShippedByName>
</DashboardShippedByName>
<DashboardShippedByName>
<Results>2</Results>
<ShippedByName>sample string 1</ShippedByName>
</DashboardShippedByName>
</ShippedByName>
<ShippingServiceCode>
<DashboardShippingServiceCode>
<Results>2</Results>
<ShippingServiceCode>sample string 1</ShippingServiceCode>
</DashboardShippingServiceCode>
<DashboardShippingServiceCode>
<Results>2</Results>
<ShippingServiceCode>sample string 1</ShippingServiceCode>
</DashboardShippingServiceCode>
</ShippingServiceCode>
<Status>
<DashboardStatus>
<Results>2</Results>
<Status>sample string 1</Status>
</DashboardStatus>
<DashboardStatus>
<Results>2</Results>
<Status>sample string 1</Status>
</DashboardStatus>
</Status>
<Warehouse>
<DashboardWarehouse>
<Results>2</Results>
<WarehouseName>sample string 1</WarehouseName>
</DashboardWarehouse>
<DashboardWarehouse>
<Results>2</Results>
<WarehouseName>sample string 1</WarehouseName>
</DashboardWarehouse>
</Warehouse>
</SendItDashboardResult>