POST CustomerCardAccess/SetCustomerCardAccess
Request Information
URI Parameters
None.
Body Parameters
RequestSetCustomerCardAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| CardID | integer |
None. |
|
| UserID | integer |
None. |
|
| Access | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardID": 1,
"UserID": 2,
"Access": true
}
Response Information
Resource Description
SuccessFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}