GET api/nfc/saveRecord?userId={userId}&nfcId={nfcId}&code={code}&latitude={latitude}&longitude={longitude}&accuracy={accuracy}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userId
No documentation available.

Define this parameter in the request URI.

nfcId
No documentation available.

Define this parameter in the request URI.

code
No documentation available.

Define this parameter in the request URI.

latitude
No documentation available.

Define this parameter in the request URI.

longitude
No documentation available.

Define this parameter in the request URI.

accuracy
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "data": [
    {},
    {},
    {}
  ],
  "msg": "sample string 2"
}