View Project Actual Configured Fields
get
/primeapi/restapi/projectActuals/{id}/configuredFields
This endpoint returns project actual configured fields that meet the following requirements:
- The object has a code that matches the value of the {code} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a project actual.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityProjectActualsConfiguredFields
Type:
Show Source
object
-
costFlexMap(optional):
object costFlexMap
Additional Properties Allowed: additionalPropertiesThe cost fields associated with a project actual.
-
link(optional):
string(url)
Read Only:
true
-
otherFlexMap(optional):
object otherFlexMap
Additional Properties Allowed: additionalPropertiesThe cost fields associated with a project actual.
-
projectActualId(optional):
integer(int64)
The unique identifier of project actual data.
-
textFlexMap(optional):
object textFlexMap
Additional Properties Allowed: additionalPropertiesThe cost fields associated with a project actual.
-
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.
Nested Schema : costFlexMap
Type:
object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : otherFlexMap
Type:
object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : textFlexMap
Type:
object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : additionalProperties
Type:
object
Nested Schema : additionalProperties
Type:
object
Nested Schema : additionalProperties
Type:
object
204 Response
Successful operation with no content.
404 Response
Invalid input.