Assign FS
POST /users
Assign any Fee Structure (FS ID) to a specific user via user ID or email parameter
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
token*
string
Authrization Token
user_param*
string
User Id or Email
fee_id*
string
Fee Structure Id
Response
{
"status": "Success",
"message": "Fee Structure has been assigned to user accounts successfully"
}{
"status": "Error",
"message": "API key is missing"
}Last updated