POST api/SendMailCreateUser

Request Information

URI Parameters

None.

Body Parameters

View_Params_InfoCreateUser
NameDescriptionTypeAdditional information
PHONE

string

None.

EMAIL

string

None.

NAME

string

None.

COMPANY

string

None.

DETAILS

string

None.

INDUSTRY

string

None.

URL_ACTIVE_USER

string

None.

IP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PHONE": "sample string 1",
  "EMAIL": "sample string 2",
  "NAME": "sample string 3",
  "COMPANY": "sample string 4",
  "DETAILS": "sample string 5",
  "INDUSTRY": "sample string 6",
  "URL_ACTIVE_USER": "sample string 7",
  "IP": "sample string 8"
}

application/xml, text/xml

Sample:
<View_Params_InfoCreateUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <COMPANY>sample string 4</COMPANY>
  <DETAILS>sample string 5</DETAILS>
  <EMAIL>sample string 2</EMAIL>
  <INDUSTRY>sample string 6</INDUSTRY>
  <IP>sample string 8</IP>
  <NAME>sample string 3</NAME>
  <PHONE>sample string 1</PHONE>
  <URL_ACTIVE_USER>sample string 7</URL_ACTIVE_USER>
</View_Params_InfoCreateUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.