POST/companies.json

Create A Company

This call will create a company entry. The Id of the new company is returned in companyId. You can just post the name if you wish, the rest of the fields are optional. For country codes, see the Country Codes Reference.


Body Params

    • Name
      company
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }