Account - Update
API URL
{{url}}/admin-service/account/update
Method
PUT
Description
Account update
Input
Field Name
Type
Mandatory
Example
id
Number
Yes
11
name
String
Yes
Africa Heart Associates Account
countryId
Number
Yes
4
clinicalWorkflow
Number
Yes
1
customizedWorkflow
Number
Yes
11
Sample Input:
{ "id":11, "name": "Africa Heart Associates Account", "countryId": 4, "clinicalWorkflow": [ 1 ], "customizedWorkflow": [ 11 ], "tenantId":211 }
Sample Output:
Last updated