POST api/SaveRecord
Request Information
URI Parameters
None.
Body Parameters
ChatBoatSaverecord| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| MobileNumber | string |
None. |
|
| EmailId | string |
None. |
|
| ServiceName | string |
None. |
|
| SubServiceName | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"MobileNumber": "sample string 2",
"EmailId": "sample string 3",
"ServiceName": "sample string 4",
"SubServiceName": "sample string 5",
"Message": "sample string 6"
}
application/xml, text/xml
Sample:
<ChatBoatSaverecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BillingSoftwaerWebapi.Models"> <EmailId>sample string 3</EmailId> <Message>sample string 6</Message> <MobileNumber>sample string 2</MobileNumber> <Name>sample string 1</Name> <ServiceName>sample string 4</ServiceName> <SubServiceName>sample string 5</SubServiceName> </ChatBoatSaverecord>
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.