POST api/v1/ButterflyWebhooks/UpdateButterflyWebhook
Request Information
URI Parameters
None.
Body Parameters
ButterflyWebhook| Name | Description | Type | Additional information |
|---|---|---|---|
| _ButterflyWebhookId | integer |
None. |
|
| _GbuID | integer |
None. |
|
| _UserID | integer |
None. |
|
| _Firstname | string |
None. |
|
| _Lastname | string |
None. |
|
| _Sip_username | string |
None. |
|
| _Email | string |
None. |
|
| _PanelID | integer |
None. |
|
| _PanelName | string |
None. |
|
| _Panelsip_Username | string |
None. |
|
| _UnitID | integer |
None. |
|
| _UnitLabel | string |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_ButterflyWebhookId": 1,
"_GbuID": 2,
"_UserID": 3,
"_Firstname": "sample string 4",
"_Lastname": "sample string 5",
"_Sip_username": "sample string 6",
"_Email": "sample string 7",
"_PanelID": 8,
"_PanelName": "sample string 9",
"_Panelsip_Username": "sample string 10",
"_UnitID": 11,
"_UnitLabel": "sample string 12",
"_CreationDate": "2026-01-20T21:40:16.0432264+00:00",
"_UpdatedDate": "2026-01-20T21:40:16.0432264+00:00",
"_SysNumber": 13
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.