PUT api/v2/activeIntegrations/{activeIntegrationId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
activeIntegrationId | integer |
Required |
Body Parameters
ActiveIntegrationUpdateName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Identification | string | ||
URI | string | ||
Token | string | ||
Active | boolean |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Identification": "sample string 2", "URI": "sample string 3", "Token": "sample string 4", "Active": true }
text/html
Sample:
{"Id":1,"Identification":"sample string 2","URI":"sample string 3","Token":"sample string 4","Active":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.