Batch Create Code Values

post

/primeapi/restapi/codeValue/batch

Send a request to this endpoint to create one or more code values. An application object will be created for each JSON object provided in the request body.

Request

Supported Media Types
Body ()
The Code Values to be created
Root Schema : List<ApiEntityCodeValue>
Type: array
Title: List<ApiEntityCodeValue>
Show Source
Nested Schema : ApiEntityCodeValue
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 : ApiEntityCodeValue
Type: object
Show Source

400 Response

Invalid input for the Code Value service.