POST api/Values/AgentGetData
Request Information
URI Parameters
None.
Body Parameters
Agent_Master_Property| Name | Description | Type | Additional information |
|---|---|---|---|
| agent_id | integer |
None. |
|
| agent_name | string |
None. |
|
| first_name | string |
None. |
|
| middle_name | string |
None. |
|
| last_name | string |
None. |
|
| string |
None. |
||
| mobile_no | string |
None. |
|
| address | string |
None. |
|
| area | string |
None. |
|
| city_id | integer |
None. |
|
| state_id | integer |
None. |
|
| country_id | integer |
None. |
|
| pincode | integer |
None. |
|
| Experience_year | integer |
None. |
|
| user_name | string |
None. |
|
| password | string |
None. |
|
| identitiy_proof | string |
None. |
|
| identity_proof_no | string |
None. |
|
| gst_no | string |
None. |
|
| gst_date | string |
None. |
|
| remarks | string |
None. |
|
| areacity | string |
None. |
|
| is_featured | integer |
None. |
|
| is_verified | integer |
None. |
|
| active | integer |
None. |
|
| sequence | integer |
None. |
|
| agent_logo | string |
None. |
|
| agent_website | string |
None. |
|
| agent_header_discription | string |
None. |
|
| agent_other_discription | string |
None. |
|
| agent_social_link_facebook | string |
None. |
|
| agent_social_link_instagram | string |
None. |
|
| agent_social_link_twiter | string |
None. |
|
| agent_social_link_others | string |
None. |
|
| agent_social_link_youtube | string |
None. |
|
| brochure1 | string |
None. |
|
| brochure2 | string |
None. |
|
| brochure3 | string |
None. |
|
| agentselfphoto | string |
None. |
|
| user_id | integer |
None. |
|
| listed_properties | integer |
None. |
|
| identity_proof_photo | string |
None. |
|
| image_url | string |
None. |
|
| Selfphotoagent | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"agent_id": 1,
"agent_name": "sample string 2",
"first_name": "sample string 3",
"middle_name": "sample string 4",
"last_name": "sample string 5",
"email": "sample string 6",
"mobile_no": "sample string 7",
"address": "sample string 8",
"area": "sample string 9",
"city_id": 10,
"state_id": 11,
"country_id": 12,
"pincode": 13,
"Experience_year": 14,
"user_name": "sample string 15",
"password": "sample string 16",
"identitiy_proof": "sample string 17",
"identity_proof_no": "sample string 18",
"gst_no": "sample string 19",
"gst_date": "sample string 20",
"remarks": "sample string 21",
"areacity": "sample string 22",
"is_featured": 23,
"is_verified": 24,
"active": 25,
"sequence": 26,
"agent_logo": "sample string 27",
"agent_website": "sample string 28",
"agent_header_discription": "sample string 29",
"agent_other_discription": "sample string 30",
"agent_social_link_facebook": "sample string 31",
"agent_social_link_instagram": "sample string 32",
"agent_social_link_twiter": "sample string 33",
"agent_social_link_others": "sample string 34",
"agent_social_link_youtube": "sample string 35",
"brochure1": "sample string 36",
"brochure2": "sample string 37",
"brochure3": "sample string 38",
"agentselfphoto": "sample string 39",
"user_id": 40,
"listed_properties": 41,
"identity_proof_photo": "sample string 42",
"image_url": "sample string 43",
"Selfphotoagent": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<Agent_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
<Experience_year>14</Experience_year>
<Selfphotoagent xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Selfphotoagent>
<active>25</active>
<address>sample string 8</address>
<agent_header_discription>sample string 29</agent_header_discription>
<agent_id>1</agent_id>
<agent_logo>sample string 27</agent_logo>
<agent_name>sample string 2</agent_name>
<agent_other_discription>sample string 30</agent_other_discription>
<agent_social_link_facebook>sample string 31</agent_social_link_facebook>
<agent_social_link_instagram>sample string 32</agent_social_link_instagram>
<agent_social_link_others>sample string 34</agent_social_link_others>
<agent_social_link_twiter>sample string 33</agent_social_link_twiter>
<agent_social_link_youtube>sample string 35</agent_social_link_youtube>
<agent_website>sample string 28</agent_website>
<agentselfphoto>sample string 39</agentselfphoto>
<area>sample string 9</area>
<areacity>sample string 22</areacity>
<brochure1>sample string 36</brochure1>
<brochure2>sample string 37</brochure2>
<brochure3>sample string 38</brochure3>
<city_id>10</city_id>
<country_id>12</country_id>
<email>sample string 6</email>
<first_name>sample string 3</first_name>
<gst_date>sample string 20</gst_date>
<gst_no>sample string 19</gst_no>
<identitiy_proof>sample string 17</identitiy_proof>
<identity_proof_no>sample string 18</identity_proof_no>
<identity_proof_photo>sample string 42</identity_proof_photo>
<image_url>sample string 43</image_url>
<is_featured>23</is_featured>
<is_verified>24</is_verified>
<last_name>sample string 5</last_name>
<listed_properties>41</listed_properties>
<middle_name>sample string 4</middle_name>
<mobile_no>sample string 7</mobile_no>
<password>sample string 16</password>
<pincode>13</pincode>
<remarks>sample string 21</remarks>
<sequence>26</sequence>
<state_id>11</state_id>
<user_id>40</user_id>
<user_name>sample string 15</user_name>
</Agent_Master_Property>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Agent_Master_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| msg | string |
None. |
|
| data | Collection of Agent_Master_Property |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"msg": "sample string 2",
"data": [
{
"agent_id": 1,
"agent_name": "sample string 2",
"first_name": "sample string 3",
"middle_name": "sample string 4",
"last_name": "sample string 5",
"email": "sample string 6",
"mobile_no": "sample string 7",
"address": "sample string 8",
"area": "sample string 9",
"city_id": 10,
"state_id": 11,
"country_id": 12,
"pincode": 13,
"Experience_year": 14,
"user_name": "sample string 15",
"password": "sample string 16",
"identitiy_proof": "sample string 17",
"identity_proof_no": "sample string 18",
"gst_no": "sample string 19",
"gst_date": "sample string 20",
"remarks": "sample string 21",
"areacity": "sample string 22",
"is_featured": 23,
"is_verified": 24,
"active": 25,
"sequence": 26,
"agent_logo": "sample string 27",
"agent_website": "sample string 28",
"agent_header_discription": "sample string 29",
"agent_other_discription": "sample string 30",
"agent_social_link_facebook": "sample string 31",
"agent_social_link_instagram": "sample string 32",
"agent_social_link_twiter": "sample string 33",
"agent_social_link_others": "sample string 34",
"agent_social_link_youtube": "sample string 35",
"brochure1": "sample string 36",
"brochure2": "sample string 37",
"brochure3": "sample string 38",
"agentselfphoto": "sample string 39",
"user_id": 40,
"listed_properties": 41,
"identity_proof_photo": "sample string 42",
"image_url": "sample string 43",
"Selfphotoagent": [
"sample string 1",
"sample string 2"
]
},
{
"agent_id": 1,
"agent_name": "sample string 2",
"first_name": "sample string 3",
"middle_name": "sample string 4",
"last_name": "sample string 5",
"email": "sample string 6",
"mobile_no": "sample string 7",
"address": "sample string 8",
"area": "sample string 9",
"city_id": 10,
"state_id": 11,
"country_id": 12,
"pincode": 13,
"Experience_year": 14,
"user_name": "sample string 15",
"password": "sample string 16",
"identitiy_proof": "sample string 17",
"identity_proof_no": "sample string 18",
"gst_no": "sample string 19",
"gst_date": "sample string 20",
"remarks": "sample string 21",
"areacity": "sample string 22",
"is_featured": 23,
"is_verified": 24,
"active": 25,
"sequence": 26,
"agent_logo": "sample string 27",
"agent_website": "sample string 28",
"agent_header_discription": "sample string 29",
"agent_other_discription": "sample string 30",
"agent_social_link_facebook": "sample string 31",
"agent_social_link_instagram": "sample string 32",
"agent_social_link_twiter": "sample string 33",
"agent_social_link_others": "sample string 34",
"agent_social_link_youtube": "sample string 35",
"brochure1": "sample string 36",
"brochure2": "sample string 37",
"brochure3": "sample string 38",
"agentselfphoto": "sample string 39",
"user_id": 40,
"listed_properties": 41,
"identity_proof_photo": "sample string 42",
"image_url": "sample string 43",
"Selfphotoagent": [
"sample string 1",
"sample string 2"
]
}
]
}
application/xml, text/xml
Sample:
<Agent_Master_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FunctionClasses.Response">
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
<d2p1:Agent_Master_Property>
<d2p1:Experience_year>14</d2p1:Experience_year>
<d2p1:Selfphotoagent xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:Selfphotoagent>
<d2p1:active>25</d2p1:active>
<d2p1:address>sample string 8</d2p1:address>
<d2p1:agent_header_discription>sample string 29</d2p1:agent_header_discription>
<d2p1:agent_id>1</d2p1:agent_id>
<d2p1:agent_logo>sample string 27</d2p1:agent_logo>
<d2p1:agent_name>sample string 2</d2p1:agent_name>
<d2p1:agent_other_discription>sample string 30</d2p1:agent_other_discription>
<d2p1:agent_social_link_facebook>sample string 31</d2p1:agent_social_link_facebook>
<d2p1:agent_social_link_instagram>sample string 32</d2p1:agent_social_link_instagram>
<d2p1:agent_social_link_others>sample string 34</d2p1:agent_social_link_others>
<d2p1:agent_social_link_twiter>sample string 33</d2p1:agent_social_link_twiter>
<d2p1:agent_social_link_youtube>sample string 35</d2p1:agent_social_link_youtube>
<d2p1:agent_website>sample string 28</d2p1:agent_website>
<d2p1:agentselfphoto>sample string 39</d2p1:agentselfphoto>
<d2p1:area>sample string 9</d2p1:area>
<d2p1:areacity>sample string 22</d2p1:areacity>
<d2p1:brochure1>sample string 36</d2p1:brochure1>
<d2p1:brochure2>sample string 37</d2p1:brochure2>
<d2p1:brochure3>sample string 38</d2p1:brochure3>
<d2p1:city_id>10</d2p1:city_id>
<d2p1:country_id>12</d2p1:country_id>
<d2p1:email>sample string 6</d2p1:email>
<d2p1:first_name>sample string 3</d2p1:first_name>
<d2p1:gst_date>sample string 20</d2p1:gst_date>
<d2p1:gst_no>sample string 19</d2p1:gst_no>
<d2p1:identitiy_proof>sample string 17</d2p1:identitiy_proof>
<d2p1:identity_proof_no>sample string 18</d2p1:identity_proof_no>
<d2p1:identity_proof_photo>sample string 42</d2p1:identity_proof_photo>
<d2p1:image_url>sample string 43</d2p1:image_url>
<d2p1:is_featured>23</d2p1:is_featured>
<d2p1:is_verified>24</d2p1:is_verified>
<d2p1:last_name>sample string 5</d2p1:last_name>
<d2p1:listed_properties>41</d2p1:listed_properties>
<d2p1:middle_name>sample string 4</d2p1:middle_name>
<d2p1:mobile_no>sample string 7</d2p1:mobile_no>
<d2p1:password>sample string 16</d2p1:password>
<d2p1:pincode>13</d2p1:pincode>
<d2p1:remarks>sample string 21</d2p1:remarks>
<d2p1:sequence>26</d2p1:sequence>
<d2p1:state_id>11</d2p1:state_id>
<d2p1:user_id>40</d2p1:user_id>
<d2p1:user_name>sample string 15</d2p1:user_name>
</d2p1:Agent_Master_Property>
<d2p1:Agent_Master_Property>
<d2p1:Experience_year>14</d2p1:Experience_year>
<d2p1:Selfphotoagent xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:Selfphotoagent>
<d2p1:active>25</d2p1:active>
<d2p1:address>sample string 8</d2p1:address>
<d2p1:agent_header_discription>sample string 29</d2p1:agent_header_discription>
<d2p1:agent_id>1</d2p1:agent_id>
<d2p1:agent_logo>sample string 27</d2p1:agent_logo>
<d2p1:agent_name>sample string 2</d2p1:agent_name>
<d2p1:agent_other_discription>sample string 30</d2p1:agent_other_discription>
<d2p1:agent_social_link_facebook>sample string 31</d2p1:agent_social_link_facebook>
<d2p1:agent_social_link_instagram>sample string 32</d2p1:agent_social_link_instagram>
<d2p1:agent_social_link_others>sample string 34</d2p1:agent_social_link_others>
<d2p1:agent_social_link_twiter>sample string 33</d2p1:agent_social_link_twiter>
<d2p1:agent_social_link_youtube>sample string 35</d2p1:agent_social_link_youtube>
<d2p1:agent_website>sample string 28</d2p1:agent_website>
<d2p1:agentselfphoto>sample string 39</d2p1:agentselfphoto>
<d2p1:area>sample string 9</d2p1:area>
<d2p1:areacity>sample string 22</d2p1:areacity>
<d2p1:brochure1>sample string 36</d2p1:brochure1>
<d2p1:brochure2>sample string 37</d2p1:brochure2>
<d2p1:brochure3>sample string 38</d2p1:brochure3>
<d2p1:city_id>10</d2p1:city_id>
<d2p1:country_id>12</d2p1:country_id>
<d2p1:email>sample string 6</d2p1:email>
<d2p1:first_name>sample string 3</d2p1:first_name>
<d2p1:gst_date>sample string 20</d2p1:gst_date>
<d2p1:gst_no>sample string 19</d2p1:gst_no>
<d2p1:identitiy_proof>sample string 17</d2p1:identitiy_proof>
<d2p1:identity_proof_no>sample string 18</d2p1:identity_proof_no>
<d2p1:identity_proof_photo>sample string 42</d2p1:identity_proof_photo>
<d2p1:image_url>sample string 43</d2p1:image_url>
<d2p1:is_featured>23</d2p1:is_featured>
<d2p1:is_verified>24</d2p1:is_verified>
<d2p1:last_name>sample string 5</d2p1:last_name>
<d2p1:listed_properties>41</d2p1:listed_properties>
<d2p1:middle_name>sample string 4</d2p1:middle_name>
<d2p1:mobile_no>sample string 7</d2p1:mobile_no>
<d2p1:password>sample string 16</d2p1:password>
<d2p1:pincode>13</d2p1:pincode>
<d2p1:remarks>sample string 21</d2p1:remarks>
<d2p1:sequence>26</d2p1:sequence>
<d2p1:state_id>11</d2p1:state_id>
<d2p1:user_id>40</d2p1:user_id>
<d2p1:user_name>sample string 15</d2p1:user_name>
</d2p1:Agent_Master_Property>
</data>
<msg>sample string 2</msg>
<success>true</success>
</Agent_Master_Response>