Skip to main content

Create Company

POST 

/companies/

Use this endpoint to create a single company. If a company is successfully created, the response will include the usergroup id.

Fields

NameRequired
nameno
languageno
parentno
taxNumberno
cocNumberno
departmentno
officeno
notesno
inheritProductListno

Default is Y
inheritOrderListno

Default is Y
budgetno

Default is N
budgetInheritno

Default is Y
orderListAllowAllno

Default is U
sourceIdno
sourceonly when sourceId is provided

Request

Body

    budget string
    budgetInherit string
    cocNumber number
    inheritOrderList string
    inheritProductList string
    language string
    name string
    notes string

    parent

    object

    id number
    taxNumber string

Responses

Create Company - 201

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    budget string
    budgetInherit string
    cocNumber string
    id number
    inheritOrderList string
    inheritProductList string
    language string
    name string
    notes string

    parent

    object

    id number
    taxNumber string
    messages string[]
    total number
Loading...