Creates a new company entity.
HTTP request
POST https://jobs.googleapis.com/v3p1beta1/{parent=projects/*}/companies
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Resource name of the project under which the company is created. The format is "projects/{projectId}", for example, "projects/api-test-project". |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"company": {
object ( |
Fields | |
---|---|
company |
Required. The company to be created. |
Response body
If successful, the response body contains a newly created instance of Company
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/jobs
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.