POST fxo/General/UpdateAPIToken

Request Information

URI Parameters

None.

Body Parameters

UpdateAPIToken
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateAPIToken'.

application/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'application/xml'. Exception message: Cannot access a closed Stream.

text/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'text/xml'. Exception message: Cannot access a closed Stream.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.