PUT api/private/ReviewTypes/Edit

Request Information

URI Parameters

None.

Body Parameters

Domain.Communication.ReviewType
NameDescriptionTypeAdditional information
Description

string

None.

IntervalDays

integer

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1",
  "IntervalDays": 2,
  "Id": 3,
  "CreatedDate": "2025-04-25T17:51:21.2748033Z",
  "ModifiedDate": "2025-04-25T17:51:21.2748033Z",
  "Disabled": true
}

text/xml

Sample:
<ReviewType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Communication">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:51:21.2748033-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">3</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:51:21.2748033-04:00</ModifiedDate>
  <Description>sample string 1</Description>
  <IntervalDays>2</IntervalDays>
</ReviewType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Domain.Communication.ReviewType
NameDescriptionTypeAdditional information
Description

string

None.

IntervalDays

integer

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1",
  "IntervalDays": 2,
  "Id": 3,
  "CreatedDate": "2025-04-25T17:51:21.2908046Z",
  "ModifiedDate": "2025-04-25T17:51:21.2908046Z",
  "Disabled": true
}

text/xml

Sample:
<ReviewType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Communication">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:51:21.2908046-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">3</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:51:21.2908046-04:00</ModifiedDate>
  <Description>sample string 1</Description>
  <IntervalDays>2</IntervalDays>
</ReviewType>