POST api/Values/OtherUserProfileUpdate

Request Information

URI Parameters

None.

Body Parameters

Other_User_Master_Property
NameDescriptionTypeAdditional information
other_user_id

integer

None.

other_user_name

string

None.

first_name

string

None.

middle_name

string

None.

last_name

string

None.

email

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.

identity_proof

string

None.

identity_proof_no

string

None.

gst_no

string

None.

gst_date

string

None.

remarks

string

None.

add_user_id

integer

None.

entry_date

date

None.

entry_time

time interval

None.

update_user_id

integer

None.

update_date

date

None.

update_time

time interval

None.

ip_address

string

None.

is_featured

integer

None.

is_verified

integer

None.

active

integer

None.

sequence

integer

None.

other_user_logo

string

None.

other_user_website

string

None.

other_user_header_discription

string

None.

other_user_other_discription

string

None.

other_user_social_link_facebook

string

None.

other_user_social_link_instagram

string

None.

other_user_social_link_twiter

string

None.

other_user_social_link_others

string

None.

other_social_link_youtube

string

None.

brochure1

string

None.

brochure2

string

None.

brochure3

string

None.

otheruserselfphoto

string

None.

user_id

integer

None.

listed_properties

integer

None.

identity_proof_photo

string

None.

business_type_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "other_user_id": 1,
  "other_user_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",
  "identity_proof": "sample string 17",
  "identity_proof_no": "sample string 18",
  "gst_no": "sample string 19",
  "gst_date": "sample string 20",
  "remarks": "sample string 21",
  "add_user_id": 22,
  "entry_date": "2026-01-02T11:03:23.2154078-08:00",
  "entry_time": "00:00:00.1234567",
  "update_user_id": 25,
  "update_date": "2026-01-02T11:03:23.2154078-08:00",
  "update_time": "00:00:00.1234567",
  "ip_address": "sample string 28",
  "is_featured": 29,
  "is_verified": 30,
  "active": 31,
  "sequence": 32,
  "other_user_logo": "sample string 33",
  "other_user_website": "sample string 34",
  "other_user_header_discription": "sample string 35",
  "other_user_other_discription": "sample string 36",
  "other_user_social_link_facebook": "sample string 37",
  "other_user_social_link_instagram": "sample string 38",
  "other_user_social_link_twiter": "sample string 39",
  "other_user_social_link_others": "sample string 40",
  "other_social_link_youtube": "sample string 41",
  "brochure1": "sample string 42",
  "brochure2": "sample string 43",
  "brochure3": "sample string 44",
  "otheruserselfphoto": "sample string 45",
  "user_id": 46,
  "listed_properties": 47,
  "identity_proof_photo": "sample string 48",
  "business_type_id": 49
}

application/xml, text/xml

Sample:
<Other_User_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>
  <active>31</active>
  <add_user_id>22</add_user_id>
  <address>sample string 8</address>
  <area>sample string 9</area>
  <brochure1>sample string 42</brochure1>
  <brochure2>sample string 43</brochure2>
  <brochure3>sample string 44</brochure3>
  <business_type_id>49</business_type_id>
  <city_id>10</city_id>
  <country_id>12</country_id>
  <email>sample string 6</email>
  <entry_date>2026-01-02T11:03:23.2154078-08:00</entry_date>
  <entry_time>PT0.1234567S</entry_time>
  <first_name>sample string 3</first_name>
  <gst_date>sample string 20</gst_date>
  <gst_no>sample string 19</gst_no>
  <identity_proof>sample string 17</identity_proof>
  <identity_proof_no>sample string 18</identity_proof_no>
  <identity_proof_photo>sample string 48</identity_proof_photo>
  <ip_address>sample string 28</ip_address>
  <is_featured>29</is_featured>
  <is_verified>30</is_verified>
  <last_name>sample string 5</last_name>
  <listed_properties>47</listed_properties>
  <middle_name>sample string 4</middle_name>
  <mobile_no>sample string 7</mobile_no>
  <other_social_link_youtube>sample string 41</other_social_link_youtube>
  <other_user_header_discription>sample string 35</other_user_header_discription>
  <other_user_id>1</other_user_id>
  <other_user_logo>sample string 33</other_user_logo>
  <other_user_name>sample string 2</other_user_name>
  <other_user_other_discription>sample string 36</other_user_other_discription>
  <other_user_social_link_facebook>sample string 37</other_user_social_link_facebook>
  <other_user_social_link_instagram>sample string 38</other_user_social_link_instagram>
  <other_user_social_link_others>sample string 40</other_user_social_link_others>
  <other_user_social_link_twiter>sample string 39</other_user_social_link_twiter>
  <other_user_website>sample string 34</other_user_website>
  <otheruserselfphoto>sample string 45</otheruserselfphoto>
  <password>sample string 16</password>
  <pincode>13</pincode>
  <remarks>sample string 21</remarks>
  <sequence>32</sequence>
  <state_id>11</state_id>
  <update_date>2026-01-02T11:03:23.2154078-08:00</update_date>
  <update_time>PT0.1234567S</update_time>
  <update_user_id>25</update_user_id>
  <user_id>46</user_id>
  <user_name>sample string 15</user_name>
</Other_User_Master_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OtherUser_Profile_Update_Response
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Other_User_Master_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": {
    "other_user_id": 1,
    "other_user_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",
    "identity_proof": "sample string 17",
    "identity_proof_no": "sample string 18",
    "gst_no": "sample string 19",
    "gst_date": "sample string 20",
    "remarks": "sample string 21",
    "add_user_id": 22,
    "entry_date": "2026-01-02T11:03:23.2474251-08:00",
    "entry_time": "00:00:00.1234567",
    "update_user_id": 25,
    "update_date": "2026-01-02T11:03:23.2474251-08:00",
    "update_time": "00:00:00.1234567",
    "ip_address": "sample string 28",
    "is_featured": 29,
    "is_verified": 30,
    "active": 31,
    "sequence": 32,
    "other_user_logo": "sample string 33",
    "other_user_website": "sample string 34",
    "other_user_header_discription": "sample string 35",
    "other_user_other_discription": "sample string 36",
    "other_user_social_link_facebook": "sample string 37",
    "other_user_social_link_instagram": "sample string 38",
    "other_user_social_link_twiter": "sample string 39",
    "other_user_social_link_others": "sample string 40",
    "other_social_link_youtube": "sample string 41",
    "brochure1": "sample string 42",
    "brochure2": "sample string 43",
    "brochure3": "sample string 44",
    "otheruserselfphoto": "sample string 45",
    "user_id": 46,
    "listed_properties": 47,
    "identity_proof_photo": "sample string 48",
    "business_type_id": 49
  }
}

application/xml, text/xml

Sample:
<OtherUser_Profile_Update_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:Experience_year>14</d2p1:Experience_year>
    <d2p1:active>31</d2p1:active>
    <d2p1:add_user_id>22</d2p1:add_user_id>
    <d2p1:address>sample string 8</d2p1:address>
    <d2p1:area>sample string 9</d2p1:area>
    <d2p1:brochure1>sample string 42</d2p1:brochure1>
    <d2p1:brochure2>sample string 43</d2p1:brochure2>
    <d2p1:brochure3>sample string 44</d2p1:brochure3>
    <d2p1:business_type_id>49</d2p1:business_type_id>
    <d2p1:city_id>10</d2p1:city_id>
    <d2p1:country_id>12</d2p1:country_id>
    <d2p1:email>sample string 6</d2p1:email>
    <d2p1:entry_date>2026-01-02T11:03:23.2474251-08:00</d2p1:entry_date>
    <d2p1:entry_time>PT0.1234567S</d2p1:entry_time>
    <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:identity_proof>sample string 17</d2p1:identity_proof>
    <d2p1:identity_proof_no>sample string 18</d2p1:identity_proof_no>
    <d2p1:identity_proof_photo>sample string 48</d2p1:identity_proof_photo>
    <d2p1:ip_address>sample string 28</d2p1:ip_address>
    <d2p1:is_featured>29</d2p1:is_featured>
    <d2p1:is_verified>30</d2p1:is_verified>
    <d2p1:last_name>sample string 5</d2p1:last_name>
    <d2p1:listed_properties>47</d2p1:listed_properties>
    <d2p1:middle_name>sample string 4</d2p1:middle_name>
    <d2p1:mobile_no>sample string 7</d2p1:mobile_no>
    <d2p1:other_social_link_youtube>sample string 41</d2p1:other_social_link_youtube>
    <d2p1:other_user_header_discription>sample string 35</d2p1:other_user_header_discription>
    <d2p1:other_user_id>1</d2p1:other_user_id>
    <d2p1:other_user_logo>sample string 33</d2p1:other_user_logo>
    <d2p1:other_user_name>sample string 2</d2p1:other_user_name>
    <d2p1:other_user_other_discription>sample string 36</d2p1:other_user_other_discription>
    <d2p1:other_user_social_link_facebook>sample string 37</d2p1:other_user_social_link_facebook>
    <d2p1:other_user_social_link_instagram>sample string 38</d2p1:other_user_social_link_instagram>
    <d2p1:other_user_social_link_others>sample string 40</d2p1:other_user_social_link_others>
    <d2p1:other_user_social_link_twiter>sample string 39</d2p1:other_user_social_link_twiter>
    <d2p1:other_user_website>sample string 34</d2p1:other_user_website>
    <d2p1:otheruserselfphoto>sample string 45</d2p1:otheruserselfphoto>
    <d2p1:password>sample string 16</d2p1:password>
    <d2p1:pincode>13</d2p1:pincode>
    <d2p1:remarks>sample string 21</d2p1:remarks>
    <d2p1:sequence>32</d2p1:sequence>
    <d2p1:state_id>11</d2p1:state_id>
    <d2p1:update_date>2026-01-02T11:03:23.2474251-08:00</d2p1:update_date>
    <d2p1:update_time>PT0.1234567S</d2p1:update_time>
    <d2p1:update_user_id>25</d2p1:update_user_id>
    <d2p1:user_id>46</d2p1:user_id>
    <d2p1:user_name>sample string 15</d2p1:user_name>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</OtherUser_Profile_Update_Response>