Companies / Show
Name | Companies / Show |
|---|---|
Description | Display information about a Company that belongs to your Brokerage. |
Type | GET |
URL | /v9/companies/:company_id |
Long Description
Display information about a Client that belongs to your Brokerage.
Parameters
Name | Description | Type | Presence | Location |
|---|---|---|---|---|
| The ID of the specific Company | Integer | Required | URI |
Examples
Request | Response |
|---|---|
GET /v9/companies/8052 | {
"name": "Moe’s Tavern",
"updated_at": "2014-08-08T21:50:26Z",
"url": "/companies/8052",
"id": "8052"
} |