Update a Custom Log Type Object

put

/primeapi/restapi/customLogTypeObject

Send a request to this endpoint to update a custom log type object. 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 type object object. This object must conform to the ApiEntityCustomLogTypeObject schema.
Root Schema : ApiEntityCustomLogTypeObject
Type: object
Show Source
Nested Schema : customLogTypeCodeTypes
Type: array
Unique Items Required: true
The code types associated with a custom log type object.
Show Source
Nested Schema : customLogUdfs
Type: array
Unique Items Required: true
An object containing configured fields in the form of key-value pairs.
Show Source
Nested Schema : ApiEntityCustomLogTypeCodeType
Type: object
Show Source
Nested Schema : ApiEntityCustomLogUdf
Type: object
Show Source

Response

Supported Media Types

204 Response

Successful operation with no content.

400 Response

Invalid Input.