POST api/common/BankAccountBatchDelete
Request Information
URI Parameters
None.
Body Parameters
BankAccountIdsRequestName | Description | Type | Additional information |
---|---|---|---|
BankAccountIds | Collection of globally unique identifier |
None. |
|
Id | globally unique identifier |
None. |
|
CreateBy | globally unique identifier |
None. |
|
CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "BankAccountIds": [ "54ca84d3-50d1-43ea-837d-819096b1e87c", "c16a4b80-a20d-4c21-a8b4-882e443dff7c" ], "Id": "47f5ee3c-232f-4b5b-a7f4-21b62f72b6f9", "CreateBy": "d6290fee-4837-437e-995a-3373bdb17ad2", "CreateDate": "2025-09-21T04:53:20.6286128+08:00" }
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="BankAccountIds[0]" 54ca84d3-50d1-43ea-837d-819096b1e87c --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="BankAccountIds[1]" c16a4b80-a20d-4c21-a8b4-882e443dff7c --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Id" 47f5ee3c-232f-4b5b-a7f4-21b62f72b6f9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CreateBy" d6290fee-4837-437e-995a-3373bdb17ad2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CreateDate" 2025-09-21T04:53:20.6286128+08:00 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
JsonResultOfCommonResultName | Description | Type | Additional information |
---|---|---|---|
Content | CommonResult |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.