Batch Create Custom Log Type Objects

post

/primeapi/restapi/customLogTypeObject/batch

Send a request to this endpoint to create custom log type objects. An application object will be created for each JSON object provided in the request body.

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

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: array
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

400 Response

Invalid Input.