View all Project Companies by Company Name and Postal Code

get

/api/restapi/projectCompany/company/{companyName}/{postalCode}

This endpoint returns project companies that meet the following requirements:
  • The object has a name that matches the value of the {companyName} path parameter.
  • The object has a code that matches the value of the {postalCode} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityProjectCompany>
Type: array
Title: List<ApiEntityProjectCompany>
Show Source
  • ApiEntityProjectCompany
    Title: ApiEntityProjectCompany
    This entity represents a ProjectCompany object, a unique ProjectCompany object can be identified by the following combinations of the fields.
    • projectCompanyId
    • projectId,companyId
    • companyId,projectCode,workspaceCode
    • companyName,postalCode,projectId
    • companyName,postalCode,projectCode,workspaceCode
Nested Schema : ApiEntityProjectCompany
Type: object
Title: ApiEntityProjectCompany
This entity represents a ProjectCompany object, a unique ProjectCompany object can be identified by the following combinations of the fields.
  • projectCompanyId
  • projectId,companyId
  • companyId,projectCode,workspaceCode
  • companyName,postalCode,projectId
  • companyName,postalCode,projectCode,workspaceCode
Show Source

204 Response

Successful operation with no content.

400 Response

Invalid input for a baseline company.

404 Response

The requested project company does not exist, or you do not have access to it.
Back to Top