POST api/Merchant/PostPresentationDetails
Request Information
URI Parameters
None.
Body Parameters
FSTSPresentationMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Pk_Presentation_ID | integer |
None. |
|
| FK_CategoryId | integer |
None. |
|
| FK_Sub_CategoryId | integer |
None. |
|
| FK_CityId | integer |
None. |
|
| FK_LeadID | integer |
None. |
|
| CategoryName | string |
None. |
|
| SubCategoryName | string |
None. |
|
| CityName | string |
None. |
|
| LeadName | string |
None. |
|
| BusinessName | string |
None. |
|
| MerchantName | string |
None. |
|
| ContactNumber | string |
None. |
|
| Address | string |
None. |
|
| StartAddressLat | string |
None. |
|
| StartAddressLong | string |
None. |
|
| EndAddressLat | string |
None. |
|
| EndAddressLong | string |
None. |
|
| StartVerified_OTP | integer |
None. |
|
| EndVerified_OTP | integer |
None. |
|
| LoginTime | string |
None. |
|
| NextRevisitDate | string |
None. |
|
| Counter | string |
None. |
|
| EndCounter | string |
None. |
|
| CreatedBy | integer |
None. |
|
| END_Timer | integer |
None. |
|
| IsStart | boolean |
None. |
|
| IsEnd | boolean |
None. |
|
| IsComplete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pk_Presentation_ID": 1,
"FK_CategoryId": 2,
"FK_Sub_CategoryId": 3,
"FK_CityId": 4,
"FK_LeadID": 5,
"CategoryName": "sample string 6",
"SubCategoryName": "sample string 7",
"CityName": "sample string 8",
"LeadName": "sample string 9",
"BusinessName": "sample string 10",
"MerchantName": "sample string 11",
"ContactNumber": "sample string 12",
"Address": "sample string 13",
"StartAddressLat": "sample string 14",
"StartAddressLong": "sample string 15",
"EndAddressLat": "sample string 16",
"EndAddressLong": "sample string 17",
"StartVerified_OTP": 18,
"EndVerified_OTP": 19,
"LoginTime": "sample string 20",
"NextRevisitDate": "sample string 21",
"Counter": "sample string 22",
"EndCounter": "sample string 23",
"CreatedBy": 24,
"END_Timer": 25,
"IsStart": true,
"IsEnd": true,
"IsComplete": true
}
application/xml, text/xml
Sample:
<FSTSPresentationMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL"> <Address>sample string 13</Address> <BusinessName>sample string 10</BusinessName> <CategoryName>sample string 6</CategoryName> <CityName>sample string 8</CityName> <ContactNumber>sample string 12</ContactNumber> <Counter>sample string 22</Counter> <CreatedBy>24</CreatedBy> <END_Timer>25</END_Timer> <EndAddressLat>sample string 16</EndAddressLat> <EndAddressLong>sample string 17</EndAddressLong> <EndCounter>sample string 23</EndCounter> <EndVerified_OTP>19</EndVerified_OTP> <FK_CategoryId>2</FK_CategoryId> <FK_CityId>4</FK_CityId> <FK_LeadID>5</FK_LeadID> <FK_Sub_CategoryId>3</FK_Sub_CategoryId> <IsComplete>true</IsComplete> <IsEnd>true</IsEnd> <IsStart>true</IsStart> <LeadName>sample string 9</LeadName> <LoginTime>sample string 20</LoginTime> <MerchantName>sample string 11</MerchantName> <NextRevisitDate>sample string 21</NextRevisitDate> <Pk_Presentation_ID>1</Pk_Presentation_ID> <StartAddressLat>sample string 14</StartAddressLat> <StartAddressLong>sample string 15</StartAddressLong> <StartVerified_OTP>18</StartVerified_OTP> <SubCategoryName>sample string 7</SubCategoryName> </FSTSPresentationMDL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |