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": "8a82ca75-f76a-4e98-a60a-cb5feb1e5007",
  "AssetChildId": "9d630f42-1554-4898-9234-23d154af8722",
  "MoneyTransferTime": "2026-01-26T19:08:43.9554428+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.