POST api/Login

Request Information

URI Parameters

None.

Body Parameters

tbl_Person
NameDescriptionTypeAdditional information
Person_Id

integer

None.

Person_POS_Device_Id

string

None.

Person_Mobile

string

None.

Person_Email

string

None.

Person_UserName

string

None.

Person_Password

string

None.

response

string

None.

OTP

string

None.

Jurisdiction_Code

string

None.

PropertyDetails_Id

integer

None.

WaterDetails_Id

integer

None.

FinancialYear_Id

integer

None.

ComplaintType_Id

integer

None.

Person_UserType

integer

None.

Ward_Id

integer

None.

Locality_Id

integer

None.

ProjectDPR_Id

integer

None.

ProjectWork_Id

integer

None.

ProjectUC_Id

integer

None.

Project_Status

string

None.

Project_Id

integer

None.

EnablePart_Payment

integer

None.

Currency_Code

string

None.

Password

string

None.

User_Name

string

None.

Prod_App_Key

string

None.

Demo_App_Key

string

None.

Merchant_Name

string

None.

App_Mode

string

None.

Capture_Signature

string

None.

Prepare_Device

string

None.

Capture_Receipt

string

None.

EnableCustomReceiptPrint

integer

None.

Person_DeviceSerial

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Person_Id": 1,
  "Person_POS_Device_Id": "sample string 2",
  "Person_Mobile": "sample string 3",
  "Person_Email": "sample string 4",
  "Person_UserName": "sample string 5",
  "Person_Password": "sample string 6",
  "response": "sample string 7",
  "OTP": "sample string 8",
  "Jurisdiction_Code": "sample string 9",
  "PropertyDetails_Id": 10,
  "WaterDetails_Id": 11,
  "FinancialYear_Id": 12,
  "ComplaintType_Id": 13,
  "Person_UserType": 14,
  "Ward_Id": 15,
  "Locality_Id": 16,
  "ProjectDPR_Id": 17,
  "ProjectWork_Id": 18,
  "ProjectUC_Id": 19,
  "Project_Status": "sample string 20",
  "Project_Id": 21,
  "EnablePart_Payment": 22,
  "Currency_Code": "sample string 23",
  "Password": "sample string 24",
  "User_Name": "sample string 25",
  "Prod_App_Key": "sample string 26",
  "Demo_App_Key": "sample string 27",
  "Merchant_Name": "sample string 28",
  "App_Mode": "sample string 29",
  "Capture_Signature": "sample string 30",
  "Prepare_Device": "sample string 31",
  "Capture_Receipt": "sample string 32",
  "EnableCustomReceiptPrint": 33,
  "Person_DeviceSerial": "sample string 34"
}

application/xml, text/xml

Sample:
<tbl_Person xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS_Mathura_API.Models">
  <App_Mode>sample string 29</App_Mode>
  <Capture_Receipt>sample string 32</Capture_Receipt>
  <Capture_Signature>sample string 30</Capture_Signature>
  <ComplaintType_Id>13</ComplaintType_Id>
  <Currency_Code>sample string 23</Currency_Code>
  <Demo_App_Key>sample string 27</Demo_App_Key>
  <EnableCustomReceiptPrint>33</EnableCustomReceiptPrint>
  <EnablePart_Payment>22</EnablePart_Payment>
  <FinancialYear_Id>12</FinancialYear_Id>
  <Jurisdiction_Code>sample string 9</Jurisdiction_Code>
  <Locality_Id>16</Locality_Id>
  <Merchant_Name>sample string 28</Merchant_Name>
  <OTP>sample string 8</OTP>
  <Password>sample string 24</Password>
  <Person_DeviceSerial>sample string 34</Person_DeviceSerial>
  <Person_Email>sample string 4</Person_Email>
  <Person_Id>1</Person_Id>
  <Person_Mobile>sample string 3</Person_Mobile>
  <Person_POS_Device_Id>sample string 2</Person_POS_Device_Id>
  <Person_Password>sample string 6</Person_Password>
  <Person_UserName>sample string 5</Person_UserName>
  <Person_UserType>14</Person_UserType>
  <Prepare_Device>sample string 31</Prepare_Device>
  <Prod_App_Key>sample string 26</Prod_App_Key>
  <ProjectDPR_Id>17</ProjectDPR_Id>
  <ProjectUC_Id>19</ProjectUC_Id>
  <ProjectWork_Id>18</ProjectWork_Id>
  <Project_Id>21</Project_Id>
  <Project_Status>sample string 20</Project_Status>
  <PropertyDetails_Id>10</PropertyDetails_Id>
  <User_Name>sample string 25</User_Name>
  <Ward_Id>15</Ward_Id>
  <WaterDetails_Id>11</WaterDetails_Id>
  <response>sample string 7</response>
</tbl_Person>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.