POST api/RFIdCardReaded?accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
Body Parameters
RFIdCard| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.