POST api/PublicLogin

Documentation for 'PostAddEditUser'.

Request Information

Parameters

NameDescriptionAdditional information
UserString
Documentation for 'UserString'.

Define this parameter in the request body.

Request body formats

text/xml

Sample:

Sample not available.

text/plain

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Result": true,
  "UserProfileDetail": [
    {
      "ContactNo": "sample string 1",
      "Complainant": "sample string 2",
      "Address": "sample string 3",
      "EmailID": "sample string 4",
      "SenderType": "sample string 5",
      "RequestFrom": "sample string 6",
      "TokenID": "sample string 7"
    },
    {
      "ContactNo": "sample string 1",
      "Complainant": "sample string 2",
      "Address": "sample string 3",
      "EmailID": "sample string 4",
      "SenderType": "sample string 5",
      "RequestFrom": "sample string 6",
      "TokenID": "sample string 7"
    },
    {
      "ContactNo": "sample string 1",
      "Complainant": "sample string 2",
      "Address": "sample string 3",
      "EmailID": "sample string 4",
      "SenderType": "sample string 5",
      "RequestFrom": "sample string 6",
      "TokenID": "sample string 7"
    }
  ]
}

text/xml

Sample:
<UserProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Calibre.DataAccess.ViewModel"><Message>sample string 1</Message><Result>true</Result><UserProfileDetail><UserProfileList><Address>sample string 3</Address><Complainant>sample string 2</Complainant><ContactNo>sample string 1</ContactNo><EmailID>sample string 4</EmailID><RequestFrom>sample string 6</RequestFrom><SenderType>sample string 5</SenderType><TokenID>sample string 7</TokenID></UserProfileList><UserProfileList><Address>sample string 3</Address><Complainant>sample string 2</Complainant><ContactNo>sample string 1</ContactNo><EmailID>sample string 4</EmailID><RequestFrom>sample string 6</RequestFrom><SenderType>sample string 5</SenderType><TokenID>sample string 7</TokenID></UserProfileList><UserProfileList><Address>sample string 3</Address><Complainant>sample string 2</Complainant><ContactNo>sample string 1</ContactNo><EmailID>sample string 4</EmailID><RequestFrom>sample string 6</RequestFrom><SenderType>sample string 5</SenderType><TokenID>sample string 7</TokenID></UserProfileList></UserProfileDetail></UserProfile>