GET odata/ClientFees

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ClientFee
NameDescriptionTypeAdditional information
ClientID

integer

None.

FeeID

integer

None.

ClientCode

string

String length: inclusive between 0 and 20

FeeType

string

String length: inclusive between 0 and 40

ProgramType

string

String length: inclusive between 0 and 30

FeeAmount

decimal number

None.

InitPct

decimal number

None.

OfferPct

decimal number

None.

AcceptPct

decimal number

None.

ClosePct

decimal number

None.

FeePct

decimal number

None.

Comment

string

String length: inclusive between 0 and 200

EffectiveDate

date

None.

RevenueShare

string

String length: inclusive between 0 and 5

RevenueAmount

string

String length: inclusive between 0 and 30

MitigationAmount

string

String length: inclusive between 0 and 30

FeeContractDate

date

None.

GLNumber

string

String length: inclusive between 0 and 50

Inactive

string

String length: inclusive between 0 and 5

InactiveDate

date

None.

ExpenseCode

string

String length: inclusive between 0 and 15

FeeCurrencyCode

string

String length: inclusive between 0 and 10

ID

integer

None.

Item

Object

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "ClientID": 1,
    "FeeID": 2,
    "ClientCode": "sample string 3",
    "FeeType": "sample string 4",
    "ProgramType": "sample string 5",
    "FeeAmount": 1.0,
    "InitPct": 1.1,
    "OfferPct": 1.1,
    "AcceptPct": 1.1,
    "ClosePct": 1.1,
    "FeePct": 1.1,
    "Comment": "sample string 6",
    "EffectiveDate": "2025-05-09T17:49:04.399574+00:00",
    "RevenueShare": "sample string 7",
    "RevenueAmount": "sample string 8",
    "MitigationAmount": "sample string 9",
    "FeeContractDate": "2025-05-09T17:49:04.399574+00:00",
    "GLNumber": "sample string 10",
    "Inactive": "sample string 11",
    "InactiveDate": "2025-05-09T17:49:04.399574+00:00",
    "ExpenseCode": "sample string 12",
    "FeeCurrencyCode": "sample string 13",
    "ID": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfClientFee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <ClientFee i:nil="true" />
  <ClientFee>
    <AcceptPct>1.1</AcceptPct>
    <ClientCode>sample string 3</ClientCode>
    <ClientID>1</ClientID>
    <ClosePct>1.1</ClosePct>
    <Comment>sample string 6</Comment>
    <EffectiveDate>2025-05-09T17:49:04.399574+00:00</EffectiveDate>
    <ExpenseCode>sample string 12</ExpenseCode>
    <FeeAmount>1</FeeAmount>
    <FeeContractDate>2025-05-09T17:49:04.399574+00:00</FeeContractDate>
    <FeeCurrencyCode>sample string 13</FeeCurrencyCode>
    <FeeID>2</FeeID>
    <FeePct>1.1</FeePct>
    <FeeType>sample string 4</FeeType>
    <GLNumber>sample string 10</GLNumber>
    <ID>14</ID>
    <Inactive>sample string 11</Inactive>
    <InactiveDate>2025-05-09T17:49:04.399574+00:00</InactiveDate>
    <InitPct>1.1</InitPct>
    <MitigationAmount>sample string 9</MitigationAmount>
    <OfferPct>1.1</OfferPct>
    <ProgramType>sample string 5</ProgramType>
    <RevenueAmount>sample string 8</RevenueAmount>
    <RevenueShare>sample string 7</RevenueShare>
  </ClientFee>
</ArrayOfClientFee>