POST api/InterestedUser
Request Information
URI Parameters
None.
Body Parameters
CreateInterestedUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
|
| UserEmail | string |
None. |
|
| PhoneNumber | integer |
None. |
|
| Organization | string |
None. |
|
| UserType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Subject": "sample string 2",
"Message": "sample string 3",
"UserEmail": "sample string 4",
"PhoneNumber": 5,
"Organization": "sample string 6",
"UserType": "sample string 7"
}
application/xml, text/xml
Sample:
<CreateInterestedUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Udyoga.Models.InterestedUser"> <Message>sample string 3</Message> <Name>sample string 1</Name> <Organization>sample string 6</Organization> <PhoneNumber>5</PhoneNumber> <Subject>sample string 2</Subject> <UserEmail>sample string 4</UserEmail> <UserType>sample string 7</UserType> </CreateInterestedUserRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.