master smallparcelstatistics (http://api.3plcentral.com/rels/master/smallparcelstatistics)
Resource:
a set of statistics regarding small parcel for a given threepl. Tpl 0 lists all TPLs.
C# Rel Const:
Rels.MasterSvc.SmallParcelStatistics
URI template:
threeplssmallparcelstatistics
Obtain URI from:
Ported from the ViaSub.WMS.SignUp.SmallParcelReport
Success status: 200
none
Type Description
TplIds Int32[]
StartDateTime DateTime
EndDateTime DateTime
Sample content-type: application/hal+json
{
  "tplIds": [
    1
  ],
  "startDateTime": "2016-12-25T23:00:00",
  "endDateTime": "2016-12-25T23:00:00"
}
Type Description
SmallParcelStatistic IEnumerable<Master.Models.SmallParcelStatistic>
FacilityId int
TplId int
TplName string
Warehouse string
AbolLogin string
SoftCap int
HardCap int
TotalShippingCalls int
TotalUps int
TotalFedEx int
TotalUsps int
TotalOther int
Errors IEnumerable<Master.Models.SmallParcelStatisticError>
Action string
TplId int
Message string
Sample accept: application/hal+json
{
  "smallParcelStatistic": [
    {
      "facilityId": 1,
      "tplId": 2,
      "tplName": "str",
      "warehouse": "str",
      "abolLogin": "str",
      "softCap": 6,
      "hardCap": 7,
      "totalShippingCalls": 8,
      "totalUps": 9,
      "totalFedEx": 10,
      "totalUsps": 11,
      "totalOther": 12
    }
  ],
  "errors": [
    {
      "action": "str",
      "tplId": 2,
      "message": "str"
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.