Batch Integrate Change Orders with an External Data Source

post

/primeapi/restapi/changeOrder/syncBatch

Send a request to this endpoint to create or update one or more integrated change orders. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.

Request

Supported Media Types
Body ()
The unique identifier of change order data in an external source.S
Root Schema : List<ApiEntityExternallySourcedChangeOrder>
Type: array
Title: List<ApiEntityExternallySourcedChangeOrder>
Show Source
Nested Schema : ApiEntityExternallySourcedChangeOrder
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderCost
Type: object
Show Source
Nested Schema : ApiEntityCmStatusTransitionData
Type: object
Show Source
Nested Schema : ApiEntityChangeOrder
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost type configured fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-text and non-cost configured 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

207 Response

Successful Sync Operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityERPSyncApiResponse
Type: object
Show Source

400 Response

Invalid Input.