Add Manager to Order

URL : /api/v1/orders/{id}/add_manager/

Method : POST

Data example

{
    "email": "[email protected]",
    "password": "4q3dg7!_"
}

Success Response

Code : 200 OK

Content examples :

{
    "id": 1941,
    "true_email": "[email protected]",
    "is_initial_password": true,
    "initial_password": "4q3dg7!_",
    "first_name": "",
    "last_name": "",
    "phone_number": "",
    "new_user": true,
    "password": "4q3dg7!_"
}

Last updated

Was this helpful?