Reallocate
Re-allocate the referral to another user.
JavaScript library method
patientportal.referrals.reallocate({
referral: <referral>,
user: <user>
});
HTTP Method
| Verb | URL |
|---|---|
| GET | /patientportalapi/referrals/reallocate |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| referral | string | The key of the referral provided by the API upon GetReferrals. |
| user | string | The key of the user provided by the API upon FindUserToReallocate. |