POST api/User/userProfileDetail_Update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ProfileData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Address": "sample string 2",
  "Email": "sample string 3",
  "Mobile": "sample string 4",
  "OwnerID": 1,
  "UpdatedBy": 5,
  "UserInfoID": 6,
  "RoleID": 1,
  "UserID": 7,
  "CompanyID": 1,
  "UserName": "sample string 8",
  "OwnerName": "sample string 9",
  "FatherName": "sample string 10",
  "Gender": "sample string 11",
  "DOB": "2025-06-16T19:27:01.1365856+05:30",
  "ProfileImage": "sample string 12",
  "StateID": 1,
  "StateName": "sample string 13",
  "activeStatus": true,
  "Password": "sample string 15",
  "StateList": [
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    },
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    },
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    }
  ],
  "OwnerList": [
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    },
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    },
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    }
  ],
  "CompanyList": [
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    },
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    },
    {
      "Selected": true,
      "Text": "sample string 2",
      "Value": "sample string 3"
    }
  ],
  "RowNumber": 1,
  "TotalCount": 1,
  "filter": {
    "SearchField": "sample string 1",
    "SearchString": "sample string 2"
  },
  "paging": {
    "PageIndex": 1,
    "PageSize": 2,
    "Sort": {
      "SortBy": "sample string 1",
      "SortDirection": 0
    }
  }
}

application/xml, text/xml

Sample:
<UserInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <Address>sample string 2</Address>
  <CompanyID>1</CompanyID>
  <CompanyList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
  </CompanyList>
  <DOB>2025-06-16T19:27:01.1365856+05:30</DOB>
  <Email>sample string 3</Email>
  <FatherName>sample string 10</FatherName>
  <Gender>sample string 11</Gender>
  <Mobile>sample string 4</Mobile>
  <Name>sample string 1</Name>
  <OwnerID>1</OwnerID>
  <OwnerList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
  </OwnerList>
  <OwnerName>sample string 9</OwnerName>
  <Password>sample string 15</Password>
  <ProfileImage>sample string 12</ProfileImage>
  <RoleID>1</RoleID>
  <RowNumber>1</RowNumber>
  <StateID>1</StateID>
  <StateList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 2</d2p1:Text>
      <d2p1:Value>sample string 3</d2p1:Value>
    </d2p1:SelectListItem>
  </StateList>
  <StateName>sample string 13</StateName>
  <TotalCount>1</TotalCount>
  <UpdatedBy>5</UpdatedBy>
  <UserID>7</UserID>
  <UserInfoID>6</UserInfoID>
  <UserName>sample string 8</UserName>
  <activeStatus>true</activeStatus>
  <filter>
    <SearchField>sample string 1</SearchField>
    <SearchString>sample string 2</SearchString>
  </filter>
  <paging>
    <PageIndex>1</PageIndex>
    <PageSize>2</PageSize>
    <Sort>
      <SortBy>sample string 1</SortBy>
      <SortDirection>Asc</SortDirection>
    </Sort>
  </paging>
</UserInfoModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.