POST api/NetFlorist
Request Information
URI Parameters
None.
Body Parameters
NetFloristDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerName | string |
None. |
|
| CustomerMobileNumber | string |
None. |
|
| SurveyQoetion | string |
None. |
|
| FeedBackDescription | string |
None. |
|
| DateLogged | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerName": "sample string 2",
"CustomerMobileNumber": "sample string 3",
"SurveyQoetion": "sample string 4",
"FeedBackDescription": "sample string 5",
"DateLogged": "2026-01-13T01:02:10.1980464+02:00"
}
application/xml, text/xml
Sample:
<NetFloristDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NetFlorist.DTO"> <CustomerMobileNumber>sample string 3</CustomerMobileNumber> <CustomerName>sample string 2</CustomerName> <DateLogged>2026-01-13T01:02:10.1980464+02:00</DateLogged> <FeedBackDescription>sample string 5</FeedBackDescription> <Id>1</Id> <SurveyQoetion>sample string 4</SurveyQoetion> </NetFloristDTO>
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.