POST api/MgmIntegration/invite_doctor
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objclsinvite_doctor | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"phone_number": "sample string 1",
"email_id": "sample string 2",
"video_url": "sample string 3",
"doctor_name_1": "sample string 4",
"doctor_name_2": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.