Batch Update Custom Log Type Objects

put

/primeapi/restapi/customLogTypeObject/batch

Send a request to this endpoint to update custom log type objects. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.

Request

Supported Media Types
Body ()
One or more custom log type object objects. Each object must conform to the ApiEntityCustomLogTypeObject schema.
Root Schema : List<ApiEntityCustomLogTypeObject>
Type: array
Title: List<ApiEntityCustomLogTypeObject>
Show Source
Nested 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

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi//1","2":"https://:/primeapi/restapi//2"}}

400 Response

Invalid Input.