Batch Create Change Estimates

post

/primeapi/restapi/changeEstimate/batch

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

Request

Supported Media Types
Body ()
One or more change estimate objects. Each object must conform to the ApiChangeEstimate schema.
Root Schema : List<ApiEntityChangeEstimate>
Type: array
Title: List<ApiEntityChangeEstimate>
Show Source
Nested Schema : ApiEntityChangeEstimate
Type: object
Show Source
Nested Schema : ApiEntityChangeEstimateConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityChangeEstimateCost
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityChangeEstimate
Type: object
Show Source
Nested Schema : ApiEntityChangeEstimateConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityChangeEstimateCost
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

400 Response

Invalid Input.