POST Api/EBI/InsertTask
Request Information
URI Parameters
None.
Body Parameters
Task| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| TaskTypeID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| DueDate | date |
None. |
|
| StatusID | integer |
None. |
|
| AssignedTo | integer |
None. |
|
| HighImportance | boolean |
None. |
|
| Notes | string |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": 1,
"TaskTypeID": 2,
"StartDate": "2026-06-03T14:18:26.7289477-04:00",
"EndDate": "2026-06-03T14:18:26.7289477-04:00",
"DueDate": "2026-06-03T14:18:26.7289477-04:00",
"StatusID": 6,
"AssignedTo": 7,
"HighImportance": true,
"Notes": "sample string 9",
"CreatedBy": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1