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": "f059c145-dc7e-47ad-9d33-8d69f1d9982a",
  "AssetChildId": "aa363006-649a-461d-a009-374c8a9e28c7",
  "MoneyTransferTime": "2026-06-04T02:30:01.5521691+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.