GET api/Pool/GetPoolNextAccount?poolID={poolID}&accountID={accountID}&completed={completed}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
poolID | integer |
Required |
|
accountID | integer |
Required |
|
completed | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountGetNextByAccountIDAndPoolIDName | Description | Type | Additional information |
---|---|---|---|
AccountID | integer |
None. |
|
PoolID | integer |
None. |
|
Pool | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AccountID": 1, "PoolID": 1, "Pool": "sample string 2" }
application/xml, text/xml
Sample:
<AccountGetNextByAccountIDAndPoolID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Account"> <AccountID>1</AccountID> <Pool>sample string 2</Pool> <PoolID>1</PoolID> </AccountGetNextByAccountIDAndPoolID>