POST api/customer-applications/update/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

UpdateCustomerApplicationDto
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

AssetChildId

globally unique identifier

None.

MoneyTransferTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "913d371f-1d97-4263-850c-bdc8050b65f1",
  "AssetChildId": "ef988310-4b36-406c-ad6b-8bcd32b03a50",
  "MoneyTransferTime": "2025-12-10T10:02:36.3315893+07:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateCustomerApplicationDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.