Create a Custom Log Type Object

post

/primeapi/restapi/customLogTypeObject

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

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

201 Response

The object was successfully created.
Body ()
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

400 Response

Invalid Input.