Update a Custom Log Item

put

/primeapi/restapi/customLogItem

Send a request to this endpoint to update a custom log item. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.

Request

Supported Media Types
Body ()
A custom log item object. This object must conform to the ApiEntityCustomLogItem schema.
Root Schema : ApiEntityCustomLogItem
Type: object
Show Source
Nested Schema : codeValues
Type: array
Unique Items Required: true
The categories assigned to the custom log item.
Show Source
Nested Schema : TimezoneSensitiveDateTime
Type: object
Show Source
Nested Schema : udfValues
Type: array
Unique Items Required: true
An object containing configured fields in the form of key-value pairs.
Show Source
Nested Schema : ApiEntityCodeValueCustomLog
Type: object
Show Source
Nested Schema : ApiEntityCodeType
Type: object
Show Source
Nested Schema : ApiEntityCodeValue
Type: object
Show Source
Nested Schema : assignments
Type: array
Unique Items Required: true
CodeType assignments.
Show Source
Nested Schema : ApiEntityCodeEntityType
Type: object
Show Source
  • ApiEntityCodeType
  • Allowed Values: [ "SCOPE_ITEM", "PROJECT", "SCOPE_ASSIGNMENT", "WBS", "WORK_PACKAGE", "ACTIVITY", "RESOURCE", "PBS", "CONTRACT", "RISK", "COMMITMENT", "REPORT", "TASKS", "STRATEGY", "PORTFOLIO", "FUND", "SUBMITTAL", "CHANGE_ORDER", "PAYMENT_APPLICATION", "CHANGE_EVENT", "CHANGES_ESTIMATES", "IDEA", "RFI", "CUSTOM_LOG_ITEM" ]
    Indicates the type of object the code is associated to.
  • The unique identifier of a code type table.
  • 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 : ApiEntityCustomLogItemUdfValue
Type: object
Show Source
Nested Schema : Number
Type: object

Response

Supported Media Types

204 Response

Successful operation with no content.

400 Response

Invalid Input.