POST api/create/toolbox
Request Information
URI Parameters
None.
Body Parameters
CreateToolbox| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpId | integer |
None. |
|
| MeetName | string |
None. |
|
| ProjectId | integer |
None. |
|
| AreaLocation | string |
None. |
|
| Date | date |
None. |
|
| Time | time interval |
None. |
|
| ExtractedText | string |
None. |
|
| AudioPath | string |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpId": 1,
"MeetName": "sample string 2",
"ProjectId": 3,
"AreaLocation": "sample string 4",
"Date": "2025-12-05T21:04:58.6321298-08:00",
"Time": "00:00:00.1234567",
"ExtractedText": "sample string 7",
"AudioPath": "sample string 8",
"CreatedBy": 9
}
application/xml, text/xml
Sample:
<CreateToolbox xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/working_sample_mvc_api.Models"> <AreaLocation>sample string 4</AreaLocation> <AudioPath>sample string 8</AudioPath> <CreatedBy>9</CreatedBy> <Date>2025-12-05T21:04:58.6321298-08:00</Date> <EmpId>1</EmpId> <ExtractedText>sample string 7</ExtractedText> <MeetName>sample string 2</MeetName> <ProjectId>3</ProjectId> <Time>PT0.1234567S</Time> </CreateToolbox>
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.