POST api/common/BankAccountDelete
Request Information
URI Parameters
None.
Body Parameters
BankAccountIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreateBy | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"BankAccountId": "66bb0ac1-f8fa-436b-9038-0fcfba9b519f",
"Id": "62e2b8e7-5281-4fee-8ad1-7baa28cdacd8",
"CreateBy": "f864a402-a7f9-4199-8164-70b314a3bf38",
"CreateDate": "2026-05-31T23:17:06.9471295+08:00"
}
application/xml, text/xml
Sample:
<BankAccountIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <CreateBy>f864a402-a7f9-4199-8164-70b314a3bf38</CreateBy> <CreateDate>2026-05-31T23:17:06.9471295+08:00</CreateDate> <Id>62e2b8e7-5281-4fee-8ad1-7baa28cdacd8</Id> <BankAccountId>66bb0ac1-f8fa-436b-9038-0fcfba9b519f</BankAccountId> </BankAccountIdRequest>
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.