# Create a company **POST /advertising/v1.0/companies/** Endpoint for creating advertising companies. ## Servers - http://apis.public-staging.reas.cz: http://apis.public-staging.reas.cz () ## Authentication methods - Token ## Parameters ### Body: application/json (object) - **thirdPartyId** (string) Optional custom id that can later be used instead of normal id in `insert`, `update`, `delete` etc. endpoints - **name** (string) - **email** (string) - **tags** (array[string] | null) Tags are strings that can be used to categorize an entities and then filter them in the list endpoints. For example, if you have multiple companies or advertisers that are a part of a larger franchise, you can assign a tag that will refer to that franchise and then use it in the list endpoints to find only the entities that are a part of that franchise. - **address** (string | null) Legacy field. Use `location` instead. If you don't provide `location`, the `location` will default to `address`. - **websiteUrl** (string | null) - **phoneNumbers** (array[string | null]) - **location** (string | null) Most accurate location description of a location. Preferably exact address in the format common for the given country. If that isn't possible, provide us with the most accurate location description possible. (eg. '{street name}, {city}') - **locationAccuracy** (string | null) Accuracy of the provided location. If not provided upon insertion, will default to `exact`. - If accuracy is missing or is set to `exact` we will display the exact location that was provided. - If accuracy is set to other value we will try to find the closest entity of provided type, if we don't find it we will display the nearest non-exact entity we can find (eg. street) - **ico** (string | null) - **dic** (string | null) ## Responses ### 200 Advertising company successfully created #### Body: application/json (object) - **success** (boolean) - **data** (object) [Powered by Bump.sh](https://bump.sh)