Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

NameCompanies / Create
DescriptionCreate one or more Companies.
TypePOST
URL/v9/companies
Credential TypeAPI

Long Description

Create one or more Companies for your brokerage. Note that this takes an array of Companies even if only creating one.

Parameters

Name
Description
Type
Presence
LocationOther
nameName of the CompanyStringRequiredBody 

 

Examples

RequestResponse
/v9/companies 
{
  "companies":[
    {
      "name":"Moe’s Tavern"
    }
  ]
}
{
  "name": "Moe’s Tavern",
  "updated_at": "2014-08-08T21:50:26Z",
  "url": "/companies/8052",
  "id": "8052"
}
  • No labels