GET api/AccountSpecificsDebtor/GetEntitySelectByAccountID?accountID={accountID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AccountSpecificsByEntityModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
AccountSpecifics | string |
None. |
|
Selection | boolean |
None. |
|
OpenOnAccountLoad | boolean |
None. |
|
ShowInExtranet | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "AccountSpecifics": "sample string 1", "Selection": true, "OpenOnAccountLoad": true, "ShowInExtranet": true }, { "ID": 1, "AccountSpecifics": "sample string 1", "Selection": true, "OpenOnAccountLoad": true, "ShowInExtranet": true } ]
application/xml, text/xml
Sample:
<ArrayOfAccountSpecificsByEntityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.AccountSpecifics"> <AccountSpecificsByEntityModel> <AccountSpecifics>sample string 1</AccountSpecifics> <ID>1</ID> <OpenOnAccountLoad>true</OpenOnAccountLoad> <Selection>true</Selection> <ShowInExtranet>true</ShowInExtranet> </AccountSpecificsByEntityModel> <AccountSpecificsByEntityModel> <AccountSpecifics>sample string 1</AccountSpecifics> <ID>1</ID> <OpenOnAccountLoad>true</OpenOnAccountLoad> <Selection>true</Selection> <ShowInExtranet>true</ShowInExtranet> </AccountSpecificsByEntityModel> </ArrayOfAccountSpecificsByEntityModel>