POST Api/AgentBudgetApi/createComment
Request Information
URI Parameters
None.
Body Parameters
AgentTMonthlyimeSheet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AgentId | integer |
None. |
|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| WorkFlowStatus | globally unique identifier |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedOn | date |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AgentId": 2,
"Year": 3,
"Month": 4,
"WorkFlowStatus": "65eedff3-0b7b-4cd7-a0ad-ac9e4bf26caf",
"CreatedBy": 5,
"CreatedOn": "2025-10-30T10:01:49.4340361+04:00",
"UpdatedBy": 1,
"UpdatedOn": "2025-10-30T10:01:49.4340361+04:00",
"IsActive": true,
"IsDeleted": true,
"Comment": "sample string 9"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentId":2,"Year":3,"Month":4,"WorkFlowStatus":"65eedff3-0b7b-4cd7-a0ad-ac9e4bf26caf","CreatedBy":5,"CreatedOn":"2025-10-30T10:01:49.4340361+04:00","UpdatedBy":1,"UpdatedOn":"2025-10-30T10:01:49.4340361+04:00","IsActive":true,"IsDeleted":true,"Comment":"sample string 9"}
application/xml, text/xml
Sample:
<AgentTMonthlyimeSheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <AgentId>2</AgentId> <Comment>sample string 9</Comment> <CreatedBy>5</CreatedBy> <CreatedOn>2025-10-30T10:01:49.4340361+04:00</CreatedOn> <Id>1</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <Month>4</Month> <UpdatedBy>1</UpdatedBy> <UpdatedOn>2025-10-30T10:01:49.4340361+04:00</UpdatedOn> <WorkFlowStatus>65eedff3-0b7b-4cd7-a0ad-ac9e4bf26caf</WorkFlowStatus> <Year>3</Year> </AgentTMonthlyimeSheet>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html, multipart/form-data
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>