Batch Update Project Companies.
put
/primeapi/restapi/projectCompany/batch
Send a request to this endpoint to update one or more project companies.
Request
Supported Media Types
- application/json
A project company object.
Root Schema : List<ApiEntityProjectCompany>
Type:
array
Title:
Show Source
List<ApiEntityProjectCompany>
Nested Schema : ApiEntityProjectCompany
Type:
Show Source
object
-
color(optional):
string
The selected color representation of the company.
-
companyId:
integer(int64)
The unique identifier of a company.
-
companyName(optional):
string
The name of the company.
-
link(optional):
string(url)
Read Only:
true
-
postalCode(optional):
string
The postal code, post code, or zip code of a location.
-
projectCode(optional):
string
The unique identifier for a project set by the user who created the project.
-
projectCompanyId(optional):
integer(int64)
The unique identifier of a company. This value should not be provided in create operation request data, however, it is required for update requests.
-
projectId:
integer(int64)
The unique identifier of a project.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceCode(optional):
string
Workspace Code.
Response
Supported Media Types
- application/json
200 Response
A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi/
400 Response
Invalid input for a baseline company.