POST api/event/EventBankAccountDetail

Request Information

URI Parameters

None.

Body Parameters

EventBankAccountRequest
NameDescriptionTypeAdditional 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": "0374e20b-d067-4974-9e9f-9bff067e6270",
  "BankAccountId": "086bcf28-a5b2-4827-9c97-cd0cd6b56d84",
  "Id": "bb9e88d1-b8b2-464d-aca7-0eea65fd03b2",
  "CreateBy": "2695ca7f-6519-41bd-90b8-8b970ec3b744",
  "CreateDate": "2026-05-31T23:48:57.3920697+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>2695ca7f-6519-41bd-90b8-8b970ec3b744</CreateBy>
  <CreateDate>2026-05-31T23:48:57.3920697+08:00</CreateDate>
  <Id>bb9e88d1-b8b2-464d-aca7-0eea65fd03b2</Id>
  <BankAccountId>086bcf28-a5b2-4827-9c97-cd0cd6b56d84</BankAccountId>
  <EventId>0374e20b-d067-4974-9e9f-9bff067e6270</EventId>
</EventBankAccountRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfEntityBankAccountView
NameDescriptionTypeAdditional information
Content

EntityBankAccountView

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.