add contact to offer
POST/org/:orgId/contact/:contactId/offer/:offerId
add contact to offer by the given organization, offer id and contact id.
Request
Path Parameters
orgId stringrequired
Organization ID
contactId stringrequired
Contact ID
offerId stringrequired
Offer ID
Responses
- 200
- 400
- 500
empty string if success
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...