Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Description

Modifies comment and/or expiration timestamp of a whitelisted RFID charging card on a specific service location.

Resource URL

https://app1pub.smappee.net/dev/v3/servicelocation/[SERVICELOCATIONID]/rfid/[ID]

HTTP method

PATCH

HTTP header

Authorization: Bearer [ACCESS_TOKEN]

(info) [ACCESS_TOKEN] being the access token received from the Get token or Refresh token authentication calls.

Parameters

ParameterTypeDescription
SERVICELOCATIONIDPath ParameterThe actual id of an accessible service location (see Get Servicelocations)
IDPath ParameterThe id of the whitelisted RFID card

Example

https://app1pub.smappee.net/dev/v3/servicelocation/123/rfids

Body

Code Block
languagejs
{
  "comment": "Your text that e.g. contains the name of the person that is using the card",
  "expirationTimestamp": 1640991600000
}


Versioning

Version 1 (v1)

Not available

Version 2 (v2)

Not available

Version 3 (v3)

Introduced in this version

Page Properties
hiddentrue
idrest-api-method


Index2
Resource URLhttps://app1pub.smappee.net/dev/v3/servicelocation/123/rfids
HTTP methodPOST
Description

Modifies the comment and/or expiration timestamp of a whitelisted RFID charging card on a specific service location.




Panel
titleContent

Table of Contents