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": "f059c145-dc7e-47ad-9d33-8d69f1d9982a",
"AssetChildId": "aa363006-649a-461d-a009-374c8a9e28c7",
"MoneyTransferTime": "2026-06-04T02:30:01.5521691+07:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.