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