POST Users/GetProfileListInfo?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ProfileListInfoResponse
NameDescriptionTypeAdditional information
UserID

integer

None.

is_commercial

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "is_commercial": true
}

application/xml, text/xml

Sample:
<UserController.ProfileListInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentekerAPIProject.Controllers">
  <UserID>1</UserID>
  <is_commercial>true</is_commercial>
</UserController.ProfileListInfoResponse>