POST api/healthsight/SaveRfpClient
Request Information
URI Parameters
None.
Body Parameters
AccountEntityRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailId | string |
None. |
|
| OriginParentName | string |
None. |
|
| OfficeLocation | string |
None. |
|
| ClientName | string |
None. |
|
| AccountManager | string |
None. |
|
| ADLead | string |
None. |
|
| AccountFocus | string |
None. |
|
| City | string |
None. |
|
| Region | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| SalesOwner | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Designation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emailId": "sample string 1",
"originParentName": "sample string 2",
"officeLocation": "sample string 3",
"clientName": "sample string 4",
"accountManager": "sample string 5",
"adLead": "sample string 6",
"accountFocus": "sample string 7",
"city": "sample string 8",
"region": "sample string 9",
"createdBy": "sample string 10",
"createdDate": "sample string 11",
"salesOwner": "sample string 12",
"phoneNumber": "sample string 13",
"designation": "sample string 14"
}
text/xml
Sample:
<AccountEntityRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <ADLead>sample string 6</ADLead> <AccountFocus>sample string 7</AccountFocus> <AccountManager>sample string 5</AccountManager> <City>sample string 8</City> <ClientName>sample string 4</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedDate>sample string 11</CreatedDate> <Designation>sample string 14</Designation> <EmailId>sample string 1</EmailId> <OfficeLocation>sample string 3</OfficeLocation> <OriginParentName>sample string 2</OriginParentName> <PhoneNumber>sample string 13</PhoneNumber> <Region>sample string 9</Region> <SalesOwner>sample string 12</SalesOwner> </AccountEntityRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |