GET api/Client_Risk_Assessment_ReviewModel/GetClient_Risk_Assessment_ReviewModel/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Client_Risk_Assessment_ReviewModel
NameDescriptionTypeAdditional information
ID

integer

None.

UpdateNote

string

None.

RiskID

integer

None.

UserID

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

SignaturePath

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UpdateNote": "sample string 2",
  "RiskID": 1,
  "UserID": 1,
  "IsActive": true,
  "IsDeleted": true,
  "CreatedDate": "2026-06-30T14:18:36.0946757+01:00",
  "UpdatedDate": "2026-06-30T14:18:36.0946757+01:00",
  "CreatedBy": 1,
  "UpdatedBy": 1,
  "SignaturePath": "sample string 3"
}

text/xml

Sample:
<Client_Risk_Assessment_ReviewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:18:36.0946757+01:00</CreatedDate>
  <ID>1</ID>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <RiskID>1</RiskID>
  <SignaturePath>sample string 3</SignaturePath>
  <UpdateNote>sample string 2</UpdateNote>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:18:36.0946757+01:00</UpdatedDate>
  <UserID>1</UserID>
</Client_Risk_Assessment_ReviewModel>