POST api/v1/AccessService/LinkServicesToDoors

Request Information

URI Parameters

None.

Body Parameters

LinkingID
NameDescriptionTypeAdditional information
_ObjectID1

Collection of integer

None.

_ObjectID2

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_ObjectID1": [
    1,
    2
  ],
  "_ObjectID2": [
    1,
    2
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.