POST api/Registration

Request Information

URI Parameters

None.

Body Parameters

tbl_Person
NameDescriptionTypeAdditional information
Person_Id

integer

None.

Person_Mobile

string

None.

Person_Mobile2

string

None.

Person_UserName

string

None.

Person_Password

string

None.

Person_Email

string

None.

response

string

None.

District_Name

string

None.

OTP

string

None.

ULB_Name

string

None.

ULB_Id

integer

None.

District_Id

integer

None.

Role_ULB

integer

None.

Role_Inspection

integer

None.

Role_Vendor

integer

None.

FinancialYear_Id

integer

None.

ProjectDPR_Id

integer

None.

ProjectWork_Id

integer

None.

ProjectUC_Id

integer

None.

Project_Status

string

None.

Project_Id

integer

None.

Base_URL

string

None.

Department_Id

integer

None.

Department_Name

string

None.

Designation_Id

integer

None.

Designation_Name

string

None.

Person_Name

string

None.

Zone_Id

integer

None.

Zone_Name

string

None.

Circle_Id

integer

None.

Circle_Name

string

None.

Division_Id

integer

None.

Division_Name

string

None.

Person_TelePhone

string

None.

Person_ProfilePIC

string

None.

UserType_Desc

string

None.

Person_FName

string

None.

Person_Address

string

None.

Person_Pic_File

string

None.

Person_Base_64

string

None.

Client_Code

string

None.

Error_Message

string

None.

URL_About_Department

string

None.

URL_About_PMS

string

None.

Enable_Physical_Graph_On_Dash

integer

None.

Enable_Financial_Graph_On_Dash

integer

None.

Enable_Physical_Graph_On_L1

integer

None.

Enable_Financial_Graph_On_L1

integer

None.

Enable_Physical_Graph_On_Site_Progress

integer

None.

Enable_Financial_Graph_On_Site_Progress

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Person_Id": 1,
  "Person_Mobile": "sample string 2",
  "Person_Mobile2": "sample string 3",
  "Person_UserName": "sample string 4",
  "Person_Password": "sample string 5",
  "Person_Email": "sample string 6",
  "response": "sample string 7",
  "District_Name": "sample string 8",
  "OTP": "sample string 9",
  "ULB_Name": "sample string 10",
  "ULB_Id": 11,
  "District_Id": 12,
  "Role_ULB": 13,
  "Role_Inspection": 14,
  "Role_Vendor": 15,
  "FinancialYear_Id": 16,
  "ProjectDPR_Id": 17,
  "ProjectWork_Id": 18,
  "ProjectUC_Id": 19,
  "Project_Status": "sample string 20",
  "Project_Id": 21,
  "Base_URL": "sample string 22",
  "Department_Id": 23,
  "Department_Name": "sample string 24",
  "Designation_Id": 25,
  "Designation_Name": "sample string 26",
  "Person_Name": "sample string 27",
  "Zone_Id": 28,
  "Zone_Name": "sample string 29",
  "Circle_Id": 30,
  "Circle_Name": "sample string 31",
  "Division_Id": 32,
  "Division_Name": "sample string 33",
  "Person_TelePhone": "sample string 34",
  "Person_ProfilePIC": "sample string 35",
  "UserType_Desc": "sample string 36",
  "Person_FName": "sample string 37",
  "Person_Address": "sample string 38",
  "Person_Pic_File": "sample string 39",
  "Person_Base_64": "sample string 40",
  "Client_Code": "sample string 41",
  "Error_Message": "sample string 42",
  "URL_About_Department": "sample string 43",
  "URL_About_PMS": "sample string 44",
  "Enable_Physical_Graph_On_Dash": 45,
  "Enable_Financial_Graph_On_Dash": 46,
  "Enable_Physical_Graph_On_L1": 47,
  "Enable_Financial_Graph_On_L1": 48,
  "Enable_Physical_Graph_On_Site_Progress": 49,
  "Enable_Financial_Graph_On_Site_Progress": 50
}

application/xml, text/xml

Sample:
<tbl_Person xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePayment_API.Models">
  <Base_URL>sample string 22</Base_URL>
  <Circle_Id>30</Circle_Id>
  <Circle_Name>sample string 31</Circle_Name>
  <Client_Code>sample string 41</Client_Code>
  <Department_Id>23</Department_Id>
  <Department_Name>sample string 24</Department_Name>
  <Designation_Id>25</Designation_Id>
  <Designation_Name>sample string 26</Designation_Name>
  <District_Id>12</District_Id>
  <District_Name>sample string 8</District_Name>
  <Division_Id>32</Division_Id>
  <Division_Name>sample string 33</Division_Name>
  <Enable_Financial_Graph_On_Dash>46</Enable_Financial_Graph_On_Dash>
  <Enable_Financial_Graph_On_L1>48</Enable_Financial_Graph_On_L1>
  <Enable_Financial_Graph_On_Site_Progress>50</Enable_Financial_Graph_On_Site_Progress>
  <Enable_Physical_Graph_On_Dash>45</Enable_Physical_Graph_On_Dash>
  <Enable_Physical_Graph_On_L1>47</Enable_Physical_Graph_On_L1>
  <Enable_Physical_Graph_On_Site_Progress>49</Enable_Physical_Graph_On_Site_Progress>
  <Error_Message>sample string 42</Error_Message>
  <FinancialYear_Id>16</FinancialYear_Id>
  <OTP>sample string 9</OTP>
  <Person_Address>sample string 38</Person_Address>
  <Person_Base_64>sample string 40</Person_Base_64>
  <Person_Email>sample string 6</Person_Email>
  <Person_FName>sample string 37</Person_FName>
  <Person_Id>1</Person_Id>
  <Person_Mobile>sample string 2</Person_Mobile>
  <Person_Mobile2>sample string 3</Person_Mobile2>
  <Person_Name>sample string 27</Person_Name>
  <Person_Password>sample string 5</Person_Password>
  <Person_Pic_File>sample string 39</Person_Pic_File>
  <Person_ProfilePIC>sample string 35</Person_ProfilePIC>
  <Person_TelePhone>sample string 34</Person_TelePhone>
  <Person_UserName>sample string 4</Person_UserName>
  <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>
  <Role_Inspection>14</Role_Inspection>
  <Role_ULB>13</Role_ULB>
  <Role_Vendor>15</Role_Vendor>
  <ULB_Id>11</ULB_Id>
  <ULB_Name>sample string 10</ULB_Name>
  <URL_About_Department>sample string 43</URL_About_Department>
  <URL_About_PMS>sample string 44</URL_About_PMS>
  <UserType_Desc>sample string 36</UserType_Desc>
  <Zone_Id>28</Zone_Id>
  <Zone_Name>sample string 29</Zone_Name>
  <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.