POST fxo/General/UpdateAPIToken
Request Information
URI Parameters
None.
Body Parameters
UpdateAPIToken| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| api_id | integer |
Required |
|
| module_id | string |
Required |
|
| record_id | integer |
Required |
|
| token_id | string |
Required |
|
| sync_status | integer |
Required |
|
| webhook_notification | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"api_id": 2,
"module_id": "sample string 3",
"record_id": 4,
"token_id": "sample string 5",
"sync_status": 6,
"webhook_notification": true
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.