POST uatb2c/SaveFeedBackData
Request Information
URI Parameters
None.
Body Parameters
PROP_FeedBackData| Name | Description | Type | Additional information |
|---|---|---|---|
| Nature | integer |
None. |
|
| NatureType | integer |
None. |
|
| NatureSubType | integer |
None. |
|
| CRMRM_ID | integer |
None. |
|
| FM_PhoneNo | string |
None. |
|
| FM_EmailID | string |
None. |
|
| FM_CustomerName | string |
None. |
|
| Remarks | string |
None. |
|
| DeviceID | string |
None. |
|
| DeviceOsVersion | string |
None. |
|
| UserId | string |
None. |
|
| ApplicationName | string |
None. |
|
| ApplicationVersion | string |
None. |
|
| ApplicationVersionCode | integer |
None. |
|
| RequestType | integer |
None. |
|
| VerifyCall | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nature": 1,
"NatureType": 2,
"NatureSubType": 3,
"CRMRM_ID": 4,
"FM_PhoneNo": "sample string 5",
"FM_EmailID": "sample string 6",
"FM_CustomerName": "sample string 7",
"Remarks": "sample string 8",
"DeviceID": "sample string 9",
"DeviceOsVersion": "sample string 10",
"UserId": "sample string 11",
"ApplicationName": "sample string 12",
"ApplicationVersion": "sample string 13",
"ApplicationVersionCode": 14,
"RequestType": 15,
"VerifyCall": "sample string 16"
}
application/xml, text/xml
Sample:
<PROP_FeedBackData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/uatb2capp.itspl.net.Models"> <ApplicationName>sample string 12</ApplicationName> <ApplicationVersion>sample string 13</ApplicationVersion> <ApplicationVersionCode>14</ApplicationVersionCode> <DeviceID>sample string 9</DeviceID> <DeviceOsVersion>sample string 10</DeviceOsVersion> <RequestType>15</RequestType> <UserId>sample string 11</UserId> <VerifyCall>sample string 16</VerifyCall> <CRMRM_ID>4</CRMRM_ID> <FM_CustomerName>sample string 7</FM_CustomerName> <FM_EmailID>sample string 6</FM_EmailID> <FM_PhoneNo>sample string 5</FM_PhoneNo> <Nature>1</Nature> <NatureSubType>3</NatureSubType> <NatureType>2</NatureType> <Remarks>sample string 8</Remarks> </PROP_FeedBackData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PROP_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.