POST api/event/EventBankAccountEdit
Request Information
URI Parameters
None.
Body Parameters
EventBankAccountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| 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:
{
"EventId": "dde1239c-7917-4fa8-8ef2-4df81ff9bda5",
"BankAccountId": "6abde43d-b043-45cf-87b9-0c7c540c0604",
"Id": "b244ce07-ea7d-43ca-857e-43134872e577",
"CreateBy": "0cb5f192-58d7-4d30-b850-8e6bcc6873f0",
"CreateDate": "2026-05-31T23:06:30.8589818+08:00"
}
application/xml, text/xml
Sample:
<EventBankAccountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <CreateBy>0cb5f192-58d7-4d30-b850-8e6bcc6873f0</CreateBy> <CreateDate>2026-05-31T23:06:30.8589818+08:00</CreateDate> <Id>b244ce07-ea7d-43ca-857e-43134872e577</Id> <BankAccountId>6abde43d-b043-45cf-87b9-0c7c540c0604</BankAccountId> <EventId>dde1239c-7917-4fa8-8ef2-4df81ff9bda5</EventId> </EventBankAccountRequest>
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.