properties cellcarriers (http://api.3plcentral.com/rels/properties/cellcarriers)
Resource:
Collection: of cellcarrier
C# Rel Const:
Rels.PropertySvc.CellCarrierList
URI template:
cellcarriers
Obtain URI from:
Get a alist of cell phone service carriers
Success status: 200; Response is cacheable
none
Type Description
ResourceList IList<Property.Models.CellCarrier>
CellCarrierId int
Name string
EmailToSmsGateway string
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/properties/cellcarrier": [
      {
        "cellCarrierId": 1,
        "name": "str",
        "emailToSmsGateway": "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.