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": "de89d707-5bbc-40ff-bfe0-13a76540b47d",
  "AssetChildId": "2aafed72-30ad-4f7f-8757-c774c3b7ab66",
  "MoneyTransferTime": "2025-12-10T10:01:54.2263003+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.