POST api/v1/Masters/UnLinkMastersFromDoors
Request Information
URI Parameters
None.
Body Parameters
LinkingID| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.