POST api/backend/saveBatch
Request Information
URI Parameters
None.
Body Parameters
ConsultBatchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| batchId | integer |
None. |
|
| batchName | string |
None. |
|
| batchRemark | string |
None. |
|
| addTime | date |
None. |
|
| countNum | integer |
None. |
|
| accountId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchId": 1,
"batchName": "sample string 2",
"batchRemark": "sample string 3",
"addTime": "2026-03-25T03:54:29.890918+08:00",
"countNum": 5,
"accountId": 6
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3",
"code": 4
}