POST api/endoscan/webhook-asaas
Request Information
URI Parameters
None.
Body Parameters
AsaasWebhookPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| Event | string |
None. |
|
| Payment | AsaasWebhookPayment |
None. |
Request Formats
application/json, text/json
Sample:
{
"event": "sample string 1",
"payment": {
"id": "sample string 1",
"status": "sample string 2",
"billingType": "sample string 3",
"value": 4.0
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.