Companies
The Companies resource allows Companies to be listed. An individual Company details can be viewed by appending its identifier (a GUID formatted as XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
) to the URI. Here are some example URIs:
/Companies
- returns a list of Company related information.
The full range of URIs and HTTP Verbs supported are:
Operation | HTTP Action |
---|---|
Lists all information for your company | GET /Companies |
GET Companies
Available Fields for Companies:
Property | Type | Length | Required | Notes |
---|---|---|---|---|
BaseCurrencyCode | String | 3 | ||
CompanyName | String | 100 | ||
DefaultTaxRate | Nullable Decimal | |||
Guid | Guid | Yes | Unique identifier. Can only be set when adding a record. |
Examples for Request GET /Companies
show xml example
show json example