GET api/billinggroups

Gets a collection of billing group resources

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of billing groups

Collection of BillingGroupModel
NameDescriptionTypeAdditional information
Name

Gets or sets the Name

string

None.

StreetAddress

Gets or sets the Street Address

string

None.

StreetAddressLineTwo

Gets or sets the Street Address Line 2

string

None.

City

Gets or sets the City

string

None.

StateCode

Gets or sets the State Code

string

None.

ZipCode

Gets or sets the Zip code

string

None.

PhoneNumber

Gets or sets the Phone number

string

None.

PhoneExt

Gets or sets the Phone extension

string

None.

FaxNumber

Gets or sets the Fax number

string

None.

ContactName

Gets or sets the Contact name

string

None.

ContactTitle

Gets or sets the Contact title

string

None.

ContactEmailAddress

Gets or sets the Contact Email address

string

None.

Notes

Gets or sets the Notes

string

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
[
  {
    "url": "sample string 14",
    "id": 15,
    "name": "sample string 1",
    "streetAddress": "sample string 2",
    "streetAddressLineTwo": "sample string 3",
    "city": "sample string 4",
    "stateCode": "sample string 5",
    "zipCode": "sample string 6",
    "phoneNumber": "sample string 7",
    "phoneExt": "sample string 8",
    "faxNumber": "sample string 9",
    "contactName": "sample string 10",
    "contactTitle": "sample string 11",
    "contactEmailAddress": "sample string 12",
    "notes": "sample string 13"
  },
  {
    "url": "sample string 14",
    "id": 15,
    "name": "sample string 1",
    "streetAddress": "sample string 2",
    "streetAddressLineTwo": "sample string 3",
    "city": "sample string 4",
    "stateCode": "sample string 5",
    "zipCode": "sample string 6",
    "phoneNumber": "sample string 7",
    "phoneExt": "sample string 8",
    "faxNumber": "sample string 9",
    "contactName": "sample string 10",
    "contactTitle": "sample string 11",
    "contactEmailAddress": "sample string 12",
    "notes": "sample string 13"
  }
]