POST api/loans/{id}/fee
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
BHPHFeeSubModelName | Description | Type | Additional information |
---|---|---|---|
BHPHFeeId | integer |
None. |
|
IsCharge | boolean |
None. |
|
Amount | decimal number |
None. |
|
DealId | integer |
None. |
|
TransactionId | integer |
None. |
|
Type | string |
None. |
|
TransactionType | string |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "BHPHFeeId": 1, "IsCharge": true, "Amount": 2.1, "DealId": 3, "TransactionId": 4, "Type": "sample string 5", "TransactionType": "sample string 6", "Date": "2025-07-05T08:04:45.3563443+00:00" }
application/xml, text/xml
Sample:
<BHPHFeeSubModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.DMS.Business.Entities.SubModels"> <Amount>2.1</Amount> <BHPHFeeId>1</BHPHFeeId> <Date>2025-07-05T08:04:45.3563443+00:00</Date> <DealId>3</DealId> <IsCharge>true</IsCharge> <TransactionId>4</TransactionId> <TransactionType>sample string 6</TransactionType> <Type>sample string 5</Type> </BHPHFeeSubModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |