Batch Create Curves

post

/primeapi/restapi/curve/batch

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

Request

Supported Media Types
Body ()
Curves that have to be created.
Root Schema : List<ApiEntityCurve>
Type: array
Title: List<ApiEntityCurve>
Show Source
Nested Schema : ApiEntityCurve
Type: object
Show Source
Nested Schema : buckets
Type: array
Unique Items Required: true
The buckets of a cost curve.
Show Source
Nested Schema : ApiEntityCurveBucket
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 : ApiEntityCurve
Type: object
Show Source
Nested Schema : buckets
Type: array
Unique Items Required: true
The buckets of a cost curve.
Show Source
Nested Schema : ApiEntityCurveBucket
Type: object
Show Source

400 Response

Invalid input for the Curve service. Verify the request contains valid data, then resubmit the request.