POST api/common/BankAccountBatchDelete
Request Information
URI Parameters
None.
Body Parameters
BankAccountIdsRequest| Name | 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": [
"74dce0cd-64ac-4725-b0b2-f4e88c26aef4",
"ed1c25d2-979f-43db-aba3-15211cec653c"
],
"Id": "c89d447b-663a-407a-86d1-08d41269acf2",
"CreateBy": "bca5b218-b9c0-42d3-b26d-5e3a42ec152c",
"CreateDate": "2026-05-31T23:17:08.2107629+08:00"
}
application/xml, text/xml
Sample:
<BankAccountIdsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<CreateBy>bca5b218-b9c0-42d3-b26d-5e3a42ec152c</CreateBy>
<CreateDate>2026-05-31T23:17:08.2107629+08:00</CreateDate>
<Id>c89d447b-663a-407a-86d1-08d41269acf2</Id>
<BankAccountIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>74dce0cd-64ac-4725-b0b2-f4e88c26aef4</d2p1:guid>
<d2p1:guid>ed1c25d2-979f-43db-aba3-15211cec653c</d2p1:guid>
</BankAccountIds>
</BankAccountIdsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.