/api/v1/organisation/companiesAsk AIpost http://localhost:8000/api/v1/organisation/companiesThis can be used to add a new organisation contact book company.Body Paramssource_idstringThe unique identifier of the source. This is a user-generated string. You can use this to link the person to a resource in an external system.namestringrequiredlength ≤ 255The name of the company.address_streetstringlength ≤ 255The address (street) of the company.address_zip_codestringlength ≤ 255The address (zip code) of the company.address_citystringlength ≤ 255The address (city) of the company.address_countrystringlength ≤ 255The address (country) of the company. It is an ISO 3166-1 alpha-2 country code.tax_idstringlength ≤ 255The tax ID of the company.phone_numberstringThe phone number of the company. It must consist of between 1 and 15 digits and an optional leading "+" characterperson_idstringThe person ID assigned to the company.HeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 201The organisation contact book company has been successfully created. 400Bad request, Invalid input 401Unauthorized 403Forbidden 404Object not found 409Conflict 500Internal server errorUpdated about 2 months ago