Companies / Update
Name | Companies / Update |
|---|---|
Description | Update information about a Company. |
Type | POST |
URL | /v9/companies/:company_id |
API |
Long Description
Update a Company’s name.
Parameters
Name | Description | Type | Presence | Location | Other |
|---|---|---|---|---|---|
| ID of the Company to update | Integer | Required | URI |
|
| Name of the Company | String | Optional | Body |
|
Examples
Request | Response |
|---|---|
POST /v9/companies/8052 |
|
{"name":"Moe’s Tavern - Scottsdale"} | {
"name": "Moe’s Tavern - Scottsdale",
"updated_at": "2014-08-08T21:50:26Z",
"url": "/companies/8052",
"id": "8052"
} |