POST v1/sections
创建记录
Request Information
URI Parameters
None.
Body Parameters
记录实体
SectionInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| FilePath | string |
None. |
|
| PersonId | integer |
None. |
|
| BandMAC | string |
None. |
|
| RoomSN | string |
None. |
|
| AreaSN | string |
None. |
|
| Amount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"startTime": "2025-12-14 00:49:46",
"endTime": "2025-12-14 00:49:46",
"filePath": "sample string 1",
"personId": 2,
"bandMAC": "sample string 3",
"roomSN": "sample string 4",
"areaSN": "sample string 5",
"amount": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SectionInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| FilePath | string |
None. |
|
| PersonId | integer |
None. |
|
| BandMAC | string |
None. |
|
| RoomSN | string |
None. |
|
| AreaSN | string |
None. |
|
| Amount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"startTime": "2025-12-14 00:49:46",
"endTime": "2025-12-14 00:49:46",
"filePath": "sample string 1",
"personId": 2,
"bandMAC": "sample string 3",
"roomSN": "sample string 4",
"areaSN": "sample string 5",
"amount": 6
}