notify offer contacts
POST/org/:orgId/offer/:offerId/notifyContacts
Send offer notifications to the given contact ids. If contactIDs is empty, send notifications to all contacts of the offer.
Request
Path Parameters
orgId stringrequired
Organization ID
offerId stringrequired
Offer ID
- application/json
Body
array
List of Contact IDs, if emoty or nil, send notifications to all contacts of the offer
Array [
]
string
Responses
- 200
- 400
- 405
- 500
empty string if success
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Method not allowed
- application/json
- Schema
Schema
string
Internal error
- application/json
- Schema
Schema
string
Loading...