POST api/location/useraccess/{LocationCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCode | integer |
Required |
Body Parameters
UserInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactKey | integer |
None. |
|
| Assign | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactKey": 1,
"Assign": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.