POST api/account/create
Request Information
URI Parameters
None.
Body Parameters
NewLeadDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| LeadSource | string |
None. |
|
| ProjectType | string |
None. |
|
| Notes | string |
None. |
|
| TranscriptUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Phone": "sample string 2",
"Email": "sample string 3",
"Address": "sample string 4",
"LeadSource": "sample string 5",
"ProjectType": "sample string 6",
"Notes": "sample string 7",
"TranscriptUrl": "sample string 8"
}
application/xml, text/xml
Sample:
<NewLeadDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMGBridge.Models"> <Address>sample string 4</Address> <Email>sample string 3</Email> <LeadSource>sample string 5</LeadSource> <Name>sample string 1</Name> <Notes>sample string 7</Notes> <Phone>sample string 2</Phone> <ProjectType>sample string 6</ProjectType> <TranscriptUrl>sample string 8</TranscriptUrl> </NewLeadDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.