Lifestyle Update
API URL
{{url}}/spice-service/patient-lifestyle/update
Method
PUT
Description
Patient Lifestyle Update
Input:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Input:
Field Name
Type
Mandatory
Example
id
Integer
No
3
lifestyleAssessment
String
No
Listyle assessment note
otherNote
String
No
Note
Sample Input:
{
"lifestyles": [
{
"id": 7,
"lifestyleAssessment": "Listyle assessment note",
"otherNote": "others"
}
],
"patientTrackId": 25,
"patientVisitId": 33
}
Sample Output:
Last updated