POST api/v1/topicreviewv1/GetUserAuditMaxValidLevel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetUserAuditMaxValidLevelResultDto
NameDescriptionTypeAdditional information
Id

integer

None.

DepositAmount

decimal number

None.

ProductName

string

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:
<GetUserAuditMaxValidLevelResultDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <DepositAmount>2</DepositAmount>
  <ProductName>sample string 3</ProductName>
</GetUserAuditMaxValidLevelResultDto>

text/json

Sample:
{
  "Id": 1,
  "DepositAmount": 2.0,
  "ProductName": "sample string 3"
}

text/xml

Sample:
<GetUserAuditMaxValidLevelResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd">
  <DepositAmount>2</DepositAmount>
  <Id>1</Id>
  <ProductName>sample string 3</ProductName>
</GetUserAuditMaxValidLevelResultDto>