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": "ef08ba75-5147-47b3-89da-27f1c8170c20",
  "AssetChildId": "e511aca5-2588-4ce4-ad79-be2db9905650",
  "MoneyTransferTime": "2026-03-27T20:16:36.6320627+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.