Summary
Save Instances
Description
Create a new service instance or update an existing service instance.
Route
POST /service_management/saveInstances
Roles
            admin
engineering
support
apiwrite
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| instance | object | yes | An object with a single field. The field's key is the service model's XPATH. The field's value is an array of objects. Each element of the array is an object representing the properties of a service model instance. Can be obtained with API<a href='#getInstance'>ServiceManager.getInstance(). | 
| options | object | yes | Allows for passing options to an IAP adapter. Reference the JSON schema posted at https://docs.itential.io/. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | array | Result of saving the service instances. |