POST api/customer-applications/create

Request Information

URI Parameters

None.

Body Parameters

AddCustomerApplicationDto
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

AssetChildId

globally unique identifier

None.

MoneyTransferTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "316ad3f8-6a32-4da3-85df-13c07fe8d984",
  "AssetChildId": "626c3761-3eef-4cda-93c4-e61805a03315",
  "MoneyTransferTime": "2026-03-28T01:15:33.4261063+07:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddCustomerApplicationDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.