Create up to 100 SAP endpoints.
Endpoint to create.
required | Array of objects (Items) [ 1 .. 100 ] characters |
List of created endpoints
Response for a failed request
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "endpointType": "notification",
- "instanceId": "string",
- "mappingId": "string"
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "endpointType": "notification",
- "instanceId": "string",
- "mappingId": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}