POST api/v1/product/update-biller-product-fee

Request Information

URI Parameters

None.

Body Parameters

UpdateBillerProductFeeRequest
NameDescriptionTypeAdditional information
Id

integer

None.

FeeName

string

None.

AccountNumber

string

None.

FeeAmount

decimal number

None.

IsPercentage

boolean

None.

IsInclusive

boolean

None.

NarrationPrefix

string

None.

MinimumAmount

decimal number

None.

MaximumAmount

decimal number

None.

FeeChargeTypeId

integer

None.

SplitChargeOnFeeId

integer

None.

StatusId

integer

None.

CreatedBy

string

None.

RequestId

string

Required

Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9.|/-]+$))

CountryId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FeeName": "sample string 2",
  "AccountNumber": "sample string 3",
  "FeeAmount": 4.0,
  "IsPercentage": true,
  "IsInclusive": true,
  "NarrationPrefix": "sample string 7",
  "MinimumAmount": 8.0,
  "MaximumAmount": 9.0,
  "FeeChargeTypeId": 10,
  "SplitChargeOnFeeId": 11,
  "StatusId": 12,
  "CreatedBy": "sample string 13",
  "RequestId": "sample string 14",
  "CountryId": "sample string 15"
}

application/xml, text/xml

Sample:
<UpdateBillerProductFeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects">
  <CountryId>sample string 15</CountryId>
  <RequestId>sample string 14</RequestId>
  <AccountNumber>sample string 3</AccountNumber>
  <CreatedBy>sample string 13</CreatedBy>
  <FeeAmount>4</FeeAmount>
  <FeeChargeTypeId>10</FeeChargeTypeId>
  <FeeName>sample string 2</FeeName>
  <Id>1</Id>
  <IsInclusive>true</IsInclusive>
  <IsPercentage>true</IsPercentage>
  <MaximumAmount>9</MaximumAmount>
  <MinimumAmount>8</MinimumAmount>
  <NarrationPrefix>sample string 7</NarrationPrefix>
  <SplitChargeOnFeeId>11</SplitChargeOnFeeId>
  <StatusId>12</StatusId>
</UpdateBillerProductFeeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.