POST api/customer-applications/create
Request Information
URI Parameters
None.
Body Parameters
AddCustomerApplicationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| AssetChildId | globally unique identifier |
None. |
|
| MoneyTransferTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "76b6594d-42ff-4408-b6aa-db6d85535beb",
"AssetChildId": "6ffdb47f-4273-48da-b380-38b28757db7e",
"MoneyTransferTime": "2026-06-03T15:53:53.789464+07:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.