Create up to 100 SAP instances.
Instance to create.
required | Array of objects (Items) [ 1 .. 100 ] characters |
List of created instances
Response for a failed request
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "gatewayUrl": "string",
- "client": 0,
- "username": "string",
- "password": "string"
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "gatewayUrl": "string",
- "client": 0,
- "username": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}