properties locationbillingtype (http://api.3plcentral.com/rels/properties/locationbillingtype)
Resource:
a way to group locations for storage billing rates
C# Rel Const:
Rels.PropertySvc.LocationBillingType
URI template:
facilities/locations/billingtypes/{id}
Obtain URI from:
Get a location billing type
Success status: 200
Name (* = required) Data Type Description
id * int location billing type id
Type Description
LocationBillingTypeId int
Code string
Description string
Sample accept: application/hal+json
{
  "locationBillingTypeId": 1,
  "code": "str",
  "description": "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.