POST api/v2/activeIntegrations
Request
URI Parameters
Body Parameters
ActiveIntegrationNewName | 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
integerResponse Format
application/json, text/json, text/html
Sample:
1