POST api/customer-applications/update/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
UpdateCustomerApplicationDto| 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": "c077da7f-d44e-4a5c-80ec-d142a75d1a66",
"AssetChildId": "7cc7fcd5-d3b1-447b-8a5b-d9585107640a",
"MoneyTransferTime": "2026-06-03T15:56:09.5096432+07:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.