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": "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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.