POST api/v1/AccessCard/PostAccessCardAndRelationship

Request Information

URI Parameters

None.

Body Parameters

AccessCardAndRelationship
NameDescriptionTypeAdditional information
AccessCard

AccessCardUI

None.

ForceLinking

boolean

None.

PersonId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessCard": {
    "_AccessCardID": 1,
    "_BadgeLabel": "sample string 2",
    "_AccessCardStatus": 0,
    "_BadgeNumber": "sample string 3",
    "_MediumType": 0,
    "_SerialNumber": "sample string 4",
    "_Technology": 0
  },
  "ForceLinking": true,
  "PersonId": 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.