WebhookController..::..Subscribe Method
placeholder for allow admin to subscribe a webhook to AdvantageCSP
the payload can be any json object which will contains data we need to handle
this subscription logic
Namespace:
AdvantageCSP.AdvantageAPIAssembly: AdvantageCSP.API (in AdvantageCSP.API.dll)
Syntax
[HttpPostAttribute] [RouteAttribute] public Task<IHttpActionResult> Subscribe( Object payload )
Parameters
- payload
- Type: Object