POST api/v1/AccessProfile/LinkMultipleAccessProfiles

Request Information

URI Parameters

None.

Body Parameters

AccessProfileLink
NameDescriptionTypeAdditional information
AccessProfileIds

Collection of integer

None.

AccessRightIds

Collection of integer

None.

TimeZoneIds

Collection of integer

None.

AccessServiceIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessProfileIds": [
    1,
    2
  ],
  "AccessRightIds": [
    1,
    2
  ],
  "TimeZoneIds": [
    1,
    2
  ],
  "AccessServiceIds": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.