PUT Api/Commision_and_Fees/policy/Fee_Rate_Band_Update

Request Information

URI Parameters

None.

Body Parameters

Fee_rate_Band_Add
NameDescriptionTypeAdditional information
Band

string

None.

Bandcode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Band": "sample string 1",
  "Bandcode": 2
}

text/html

Sample:
{"Band":"sample string 1","Bandcode":2}

application/xml, text/xml

Sample:
<Fee_rate_Band_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <Band>sample string 1</Band>
  <Bandcode>2</Bandcode>
</Fee_rate_Band_Add>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.