Admin Assign Account Manager
Admin Assign Account Manager.
Request
Request header:
PUT https://api.ipaymy.com/v2/admin/user/assign_manager
Host: api.ipaymy.com
Accept: application/json
Request body:
{
"user_id": 0,
"account_manager": 0,
"assignment_type": 0
}
user_id:
- Type: number
- Validate: required
account_manager:
- Type: number
- Validate: required
assignment_type:
- Type: number
- Validate: required
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.