POST api/nfc/updateProject_NFC?latitude={latitude}&longitude={longitude}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
pars
No documentation available.

Define this parameter in the request body.

latitude
No documentation available.

Define this parameter in the request URI.

longitude
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

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