POST api/V1/company/changeloginmobile

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
mobile
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LoginId": "sample string 1",
  "OldMobile": "sample string 2",
  "NewMobile": "sample string 3"
}

application/xml, text/xml

Sample:
<ChangeMobile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract.Company">
  <LoginId>sample string 1</LoginId>
  <NewMobile>sample string 3</NewMobile>
  <OldMobile>sample string 2</OldMobile>
</ChangeMobile>

application/x-www-form-urlencoded

Sample:

Sample not available.