rental_item_events
handleTermination rental_item_events
Handle rental item termination events from PubSub
post/rentalitem/events/termination
Query parameters
tokenstring required
Verification token sent as a query string
Example:abc123
Verification token sent as a query string
Request body
Example request
{
"deliveryAttempt": 1,
"message": {
"attributes": {
"abc123": "abc123"
},
"data": "abc123",
"messageId": "abc123",
"orderingKey": "abc123",
"publishTime": "abc123"
},
"subscription": "abc123"
}Response
OK response.