POST accesscontrol/notifydaypass
Request Information
URI Parameters
None.
Body Parameters
NotifyDayPass| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| MachineId | integer |
None. |
|
| MachineKey | string |
None. |
|
| ActivatedNow | boolean |
None. |
|
| MemberproductinfoId | integer |
None. |
|
| DeviceId | string |
None. |
|
| IsoCode | string |
None. |
|
| MemberId | integer |
None. |
|
| AccessStatus | boolean |
None. |
|
| AccessStatusReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"MachineId": 2,
"MachineKey": "sample string 3",
"ActivatedNow": true,
"MemberproductinfoId": 5,
"DeviceId": "sample string 6",
"IsoCode": "sample string 7",
"MemberId": 8,
"AccessStatus": true,
"AccessStatusReason": "sample string 10"
}
application/xml, text/xml
Sample:
<NotifyDayPass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FFWebAPIB2C.Models"> <AccessStatus>true</AccessStatus> <AccessStatusReason>sample string 10</AccessStatusReason> <ActivatedNow>true</ActivatedNow> <DeviceId>sample string 6</DeviceId> <IsoCode>sample string 7</IsoCode> <MachineId>2</MachineId> <MachineKey>sample string 3</MachineKey> <MemberId>8</MemberId> <MemberproductinfoId>5</MemberproductinfoId> <TenantId>1</TenantId> </NotifyDayPass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |