POST api/Client_CSP_Review/PostClient_CSP_Review

Request Information

URI Parameters

None.

Body Parameters

Client_CSP_ReviewModel
NameDescriptionTypeAdditional information
ID

integer

None.

ReviewNote

string

None.

CSPID

integer

None.

UserID

integer

None.

Username

string

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,
  "ReviewNote": "sample string 2",
  "CSPID": 1,
  "UserID": 1,
  "Username": "sample string 3",
  "IsActive": true,
  "IsDeleted": true,
  "CreatedDate": "2026-06-30T14:15:52.216466+01:00",
  "UpdatedDate": "2026-06-30T14:15:52.216466+01:00",
  "CreatedBy": 1,
  "UpdatedBy": 1,
  "SignaturePath": "sample string 4"
}

text/xml

Sample:
<Client_CSP_ReviewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <CSPID>1</CSPID>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:15:52.216466+01:00</CreatedDate>
  <ID>1</ID>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ReviewNote>sample string 2</ReviewNote>
  <SignaturePath>sample string 4</SignaturePath>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:15:52.216466+01:00</UpdatedDate>
  <UserID>1</UserID>
  <Username>sample string 3</Username>
</Client_CSP_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_CSP_ReviewModel'.

Response Information

Resource Description

Client_CSP_ReviewModel
NameDescriptionTypeAdditional information
ID

integer

None.

ReviewNote

string

None.

CSPID

integer

None.

UserID

integer

None.

Username

string

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,
  "ReviewNote": "sample string 2",
  "CSPID": 1,
  "UserID": 1,
  "Username": "sample string 3",
  "IsActive": true,
  "IsDeleted": true,
  "CreatedDate": "2026-06-30T14:15:52.216466+01:00",
  "UpdatedDate": "2026-06-30T14:15:52.216466+01:00",
  "CreatedBy": 1,
  "UpdatedBy": 1,
  "SignaturePath": "sample string 4"
}

text/xml

Sample:
<Client_CSP_ReviewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <CSPID>1</CSPID>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:15:52.216466+01:00</CreatedDate>
  <ID>1</ID>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ReviewNote>sample string 2</ReviewNote>
  <SignaturePath>sample string 4</SignaturePath>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:15:52.216466+01:00</UpdatedDate>
  <UserID>1</UserID>
  <Username>sample string 3</Username>
</Client_CSP_ReviewModel>