POST api/Execution
Request Information
URI Parameters
None.
Body Parameters
AgentExecution| Name | Description | Type | Additional information |
|---|---|---|---|
| Agent_Execution_Id | integer |
None. |
|
| Agent_Id | integer |
None. |
|
| Agent_Step_Id | integer |
None. |
|
| Status_Id | integer |
None. |
|
| Attribute1 | string |
None. |
|
| Attribute2 | string |
None. |
|
| Attribute3 | string |
None. |
|
| Attribute4 | string |
None. |
|
| Attribute5 | string |
None. |
|
| Is_Active | boolean |
None. |
|
| Is_Archived | boolean |
None. |
|
| User_Id | integer |
None. |
|
| Execution_Date | date |
None. |
|
| Modify_By | integer |
None. |
|
| Modified_Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Agent_Execution_Id": 1,
"Agent_Id": 2,
"Agent_Step_Id": 3,
"Status_Id": 4,
"Attribute1": "sample string 5",
"Attribute2": "sample string 6",
"Attribute3": "sample string 7",
"Attribute4": "sample string 8",
"Attribute5": "sample string 9",
"Is_Active": true,
"Is_Archived": true,
"User_Id": 12,
"Execution_Date": "2025-12-06T11:39:00.0941261+08:00",
"Modify_By": 14,
"Modified_Date": "2025-12-06T11:39:00.0941261+08:00"
}
application/xml, text/xml
Sample:
<AgentExecution xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Agent_Execution_Id>1</Agent_Execution_Id> <Agent_Id>2</Agent_Id> <Agent_Step_Id>3</Agent_Step_Id> <Attribute1>sample string 5</Attribute1> <Attribute2>sample string 6</Attribute2> <Attribute3>sample string 7</Attribute3> <Attribute4>sample string 8</Attribute4> <Attribute5>sample string 9</Attribute5> <Execution_Date>2025-12-06T11:39:00.0941261+08:00</Execution_Date> <Is_Active>true</Is_Active> <Is_Archived>true</Is_Archived> <Modified_Date>2025-12-06T11:39:00.0941261+08:00</Modified_Date> <Modify_By>14</Modify_By> <Status_Id>4</Status_Id> <User_Id>12</User_Id> </AgentExecution>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.