POST Api/ScheduleApi/ProjectHeadSubmit

Request Information

URI Parameters

None.

Body Parameters

AgentReviewCommentDTO
NameDescriptionTypeAdditional information
Id

integer

None.

Comment

string

None.

ScheduleId

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

IsActive

boolean

None.

Rate

integer

None.

AgentId

integer

None.

Reviewer

string

None.

AdminInitial

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Comment": "sample string 2",
  "ScheduleId": 3,
  "CreatedBy": 4,
  "CreatedOn": "2025-05-25T19:47:26.3137777+04:00",
  "IsActive": true,
  "Rate": 7,
  "AgentId": 8,
  "Reviewer": "sample string 9",
  "AdminInitial": "sample string 10"
}

text/html, multipart/form-data

Sample:
{"Id":1,"Comment":"sample string 2","ScheduleId":3,"CreatedBy":4,"CreatedOn":"2025-05-25T19:47:26.3137777+04:00","IsActive":true,"Rate":7,"AgentId":8,"Reviewer":"sample string 9","AdminInitial":"sample string 10"}

application/xml, text/xml

Sample:
<AgentReviewCommentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO.Models.Schedule">
  <AdminInitial>sample string 10</AdminInitial>
  <AgentId>8</AgentId>
  <Comment>sample string 2</Comment>
  <CreatedBy>4</CreatedBy>
  <CreatedOn>2025-05-25T19:47:26.3137777+04:00</CreatedOn>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <Rate>7</Rate>
  <Reviewer>sample string 9</Reviewer>
  <ScheduleId>3</ScheduleId>
</AgentReviewCommentDTO>

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 'AgentReviewCommentDTO'.

Response Information

Resource Description

HttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.