POST api/User/State_Update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
stateData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyID": 1,
  "StateID": 1,
  "StateName": "sample string 2",
  "StateCode": "sample string 3",
  "Description": "sample string 4",
  "activeStatus": true,
  "countryList": [
    {
      "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"
    }
  ]
}

application/xml, text/xml

Sample:
<StateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <CompanyID>1</CompanyID>
  <Description>sample string 4</Description>
  <StateCode>sample string 3</StateCode>
  <StateID>1</StateID>
  <StateName>sample string 2</StateName>
  <activeStatus>true</activeStatus>
  <countryList 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>
  </countryList>
</StateModel>

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.