POST api/v2/activeIntegrations

Request

URI Parameters

Body Parameters

ActiveIntegrationNew
NameDescriptionTypeAdditional 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

integer

Response Format

application/json, text/json, text/html

Sample:
1