POST api/Client_Risk_Assessment_ReviewModel/PostClient_Risk_Assessment_ReviewModel

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UpdateNote": "sample string 2",
  "RiskID": 1,
  "UserID": 1,
  "IsActive": true,
  "IsDeleted": true,
  "CreatedDate": "2026-06-30T14:16:59.6648867+01:00",
  "UpdatedDate": "2026-06-30T14:16:59.6648867+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:16:59.6648867+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:16:59.6648867+01:00</UpdatedDate>
  <UserID>1</UserID>
</Client_Risk_Assessment_ReviewModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Client_Risk_Assessment_ReviewModel'.

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:16:59.6648867+01:00",
  "UpdatedDate": "2026-06-30T14:16:59.6648867+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:16:59.6648867+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:16:59.6648867+01:00</UpdatedDate>
  <UserID>1</UserID>
</Client_Risk_Assessment_ReviewModel>