EventsSubscriptionApi
All URIs are relative to https://api.example.com/tmf-api/productOrderingManagement/v5
Method | HTTP request | Description |
---|---|---|
createHub | POST /hub | Create a subscription (hub) to receive Events |
hubDelete | DELETE /hub/{id} | Remove a subscription (hub) to receive Events |
createHub
Hub createHub(Hub_FVO)
Create a subscription (hub) to receive Events
Sets the communication endpoint to receive Events.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
Hub_FVO | Hub_FVO | Data containing the callback endpoint to deliver the information |
Return type
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
hubDelete
hubDelete(id)
Remove a subscription (hub) to receive Events
Delete the communication endpoint to receive Events.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of the API Resource | [default to null] |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json