POST api/fhoul/SubmitUserComment
Request Information
URI Parameters
None.
Body Parameters
UserCommentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FahelName | string |
None. |
|
| UserName | string |
None. |
|
| PhoneNumberPrefix | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FahelName": "sample string 1",
"UserName": "sample string 2",
"PhoneNumberPrefix": "sample string 3",
"PhoneNumber": "sample string 4",
"Comment": "sample string 5"
}
application/xml, text/xml
Sample:
<UserCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamelBreedingMobileAPIs.Models"> <Comment>sample string 5</Comment> <FahelName>sample string 1</FahelName> <PhoneNumber>sample string 4</PhoneNumber> <PhoneNumberPrefix>sample string 3</PhoneNumberPrefix> <UserName>sample string 2</UserName> </UserCommentModel>
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.