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