customers itemizedchargeslist (http://api.3plcentral.com/rels/customers/itemizedchargeslist)
Resource:
a list of orders, receivers, adjustments and/or assemblies having charges
C# Rel Const:
Rels.CustomerSvc.ItemizedChargesList
URI template:
{id}/facilities/{fid}/charges{?beginDate,endDate}
Obtain URI from:
To get billing data for the given customer/facility where the confirmed date is between 'beginDate' and 'endDate' inclusive. Only closed transactions not already bound to an invoice number will be included.
Success status: 200
Name (* = required) Data Type Description
id * int customer id
fid * int facility id
beginDate * DateTime example: 2019-09-01
endDate * DateTime example: 2019-09-30T23:59:59.999
Type Description
ResourceList IList<Customer.Models.ItemizedCharges>
Sample accept: application/hal+json
{
  "_embedded": {
    "item": [
      {
        "transactionId": 1,
        "warehouseTransactionType": 0,
        "creationDate": "2016-12-25T23:00:00",
        "confirmedDate": "2016-12-25T23:00:00",
        "referenceNum": "str",
        "poNum": "str",
        "charges": [
          {
            "chargeType": 1,
            "subtotal": 1.0,
            "details": [
              {
                "warehouseTransactionPriceCalcId": 1,
                "numUnits": 2.0,
                "chargeLabel": "str",
                "unitDescription": "str",
                "chargePerUnit": 5.0,
                "glAcctNum": "str",
                "sku": "str",
                "ptItem": "str",
                "ptItemDescription": "str",
                "ptArAcct": "str",
                "systemGenerated": true,
                "taxCode": "str",
                "recurringChargeDetails": [
                  {
                    "recurringBillingDetailId": 1,
                    "receiveItemId": 2,
                    "onHandAtBillTime": 3.0,
                    "itemIdentifier": {
                      "sku": "str",
                      "id": 2
                    },
                    "qualifier": "str",
                    "lotNumber": "str",
                    "serialNumber": "str",
                    "expirationDate": "2016-12-25T23:00:00",
                    "cost": 1.0,
                    "supplierIdentifier": {
                      "name": "str",
                      "id": 2
                    },
                    "locationIdentifier": {
                      "nameKey": {
                        "facilityIdentifier": {
                          "name": "str",
                          "id": 2
                        },
                        "name": "str"
                      },
                      "id": 1
                    },
                    "palletIdentifier": {
                      "nameKey": {
                        "facilityIdentifier": {
                          "name": "str",
                          "id": 2
                        },
                        "name": "str"
                      },
                      "id": 1
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }
}

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.