POST Provider/Referral/{ReferralType}
Refer Other
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ReferralType |
ReferNewProvider, ReferNewClient |
string |
Required |
Body Parameters
Email or Mobile Phone info
ParaReferralInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| RegionAbbreviation | string |
None. |
|
| MobilePhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"RegionAbbreviation": "sample string 2",
"MobilePhone": "sample string 3"
}
application/xml, text/xml
Sample:
<ParaReferralInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Email>sample string 1</Email> <MobilePhone>sample string 3</MobilePhone> <RegionAbbreviation>sample string 2</RegionAbbreviation> </ParaReferralInfo>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |