GET api/KfsHoldingDetails?docOriginCode={docOriginCode}&docNumber={docNumber}&kfsKey={kfsKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
docOriginCode | string |
None. |
|
docNumber | string |
None. |
|
kfsKey | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of KfsHoldingDetailsName | Description | Type | Additional information |
---|---|---|---|
Agency | string |
None. |
|
Posted | boolean |
None. |
|
DocOriginCode | string |
None. |
|
DocNumber | string |
None. |
|
SequenceNum | string |
None. |
|
Chart | string |
None. |
|
Account | string |
None. |
|
SubAccount | string |
None. |
|
AccountName | string |
None. |
|
AccountType | string |
None. |
|
BalanceType | string |
None. |
|
Description | string |
None. |
|
Amount | decimal number |
None. |
|
KfsKey | string |
None. |
|
OrgReferenceNum | string |
None. |
|
GlPostedDate | date |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "agency": null, "posted": true, "docOriginCode": "sample string 2", "docNumber": "sample string 3", "sequenceNum": "sample string 4", "chart": "sample string 5", "account": "sample string 6", "subAccount": "sample string 7", "accountName": "sample string 8", "accountType": "sample string 9", "balanceType": "sample string 10", "description": "sample string 11", "amount": 12.0, "kfsKey": "sample string 13", "orgReferenceNum": "sample string 14", "glPostedDate": "2025-04-29T06:08:38.8301219-07:00" }, { "agency": null, "posted": true, "docOriginCode": "sample string 2", "docNumber": "sample string 3", "sequenceNum": "sample string 4", "chart": "sample string 5", "account": "sample string 6", "subAccount": "sample string 7", "accountName": "sample string 8", "accountType": "sample string 9", "balanceType": "sample string 10", "description": "sample string 11", "amount": 12.0, "kfsKey": "sample string 13", "orgReferenceNum": "sample string 14", "glPostedDate": "2025-04-29T06:08:38.8301219-07:00" } ]
application/xml, text/xml
Sample:
<ArrayOfKfsHoldingDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GivingService.Models"> <KfsHoldingDetails> <Account xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 6</Account> <AccountName xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 8</AccountName> <AccountType xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 9</AccountType> <Amount xmlns="http://schemas.datacontract.org/2004/07/GiftModels">12</Amount> <BalanceType xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 10</BalanceType> <Chart xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 5</Chart> <Description xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 11</Description> <DocNumber xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 3</DocNumber> <DocOriginCode xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 2</DocOriginCode> <GlPostedDate xmlns="http://schemas.datacontract.org/2004/07/GiftModels">2025-04-29T06:08:38.8301219-07:00</GlPostedDate> <KfsKey xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 13</KfsKey> <OrgReferenceNum xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 14</OrgReferenceNum> <Posted xmlns="http://schemas.datacontract.org/2004/07/GiftModels">true</Posted> <SequenceNum xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 4</SequenceNum> <SubAccount xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 7</SubAccount> </KfsHoldingDetails> <KfsHoldingDetails> <Account xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 6</Account> <AccountName xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 8</AccountName> <AccountType xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 9</AccountType> <Amount xmlns="http://schemas.datacontract.org/2004/07/GiftModels">12</Amount> <BalanceType xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 10</BalanceType> <Chart xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 5</Chart> <Description xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 11</Description> <DocNumber xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 3</DocNumber> <DocOriginCode xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 2</DocOriginCode> <GlPostedDate xmlns="http://schemas.datacontract.org/2004/07/GiftModels">2025-04-29T06:08:38.8301219-07:00</GlPostedDate> <KfsKey xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 13</KfsKey> <OrgReferenceNum xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 14</OrgReferenceNum> <Posted xmlns="http://schemas.datacontract.org/2004/07/GiftModels">true</Posted> <SequenceNum xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 4</SequenceNum> <SubAccount xmlns="http://schemas.datacontract.org/2004/07/GiftModels">sample string 7</SubAccount> </KfsHoldingDetails> </ArrayOfKfsHoldingDetails>