POST Api/ScheduleApi/ProjectAdminSubmit
Request Information
URI Parameters
None.
Body Parameters
AgentReviewCommentDTO| Name | Description | Type | Additional 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-10-30T10:03:07.4651303+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-10-30T10:03:07.4651303+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-10-30T10:03:07.4651303+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:
Response Information
Resource Description
HttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.