Reference : JSON REST API reference : Attributes : PUT method
  
PUT method
The following table gives examples of how to update the specified attribute values by using the PUT method:
 
Attribute type
Request body
Check Box, Lock
{"value" : "false"}
Choice
{"value" : "Duplicate"}
Date
{"value" : "2021-11-24T00:00:00+05:30"}
Float
{"value" : "2021"}
File
URL example: https://fpserver.com:9443/fp/resources/workspaces/3/modules/13/elements/16/attributes/237/files/01.json
{"fileName":"b.txt","contentType":"plain/text","fileData":"YWJj"}
Link
{"value" : "https://fpserver.com:9443/fp/resources/workspaces/44/modules/13/elements/40"}
Integer
{"value" : "20"}
List (Link)
{"linklist":[{"value":"https://fpserver.com:9443/fp/resources/workspaces/116/modules/13/elements/99"},{"value":"https://fpserver.com:9443/fp/resources/workspaces/116/modules/13/elements/102"}]}
List (Text)
URL example: https://fpserver.com:9443/fp/resources/workspaces/3/modules/13/elements/19/attributes/247/entries/1369815257240.json
{"textValue" : "Test 2333"}
Matrix
{"row":[{"cell":[{"value":"A"},{"value":"B"}]},{"cell":[{"value":"Row 1"},{"value":"Simple text value"},{"expression":"1+2"}]}]}
MultiChoice
{"selected" : ['one', 'two']}
Text
{"textValue" : "new text value"}
Timegrid (Header)
{"timeGridSetting":{"sheetId":"1","startDate":"2021-12-31","endDate":"2022-03-30"}}
Timegrid (Data)
{"cell":[{"sheetId":"1","date":"2021-12-31","columnId":"A","rowId":"1","value":"23"},{"sheetId":"1","date":"2022-01-31","columnId":"B","rowId":"1","value":"25"}]}
UniqueID
{"value" : "5555"}
URL
{"value" : "https://www.teamblue.unicomsi.com/products/focal-point/"}
Go up to
Attributes