GET api/AccountSummary/GetAccountWorkflowSummaryByAccountID?accountID={accountID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountWorkflowSummaryPanelVM| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterWorkflow | string |
None. |
|
| AccountStatus | string |
None. |
|
| AccountStatusType | string |
None. |
|
| Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"MasterWorkflow": "sample string 1",
"AccountStatus": "sample string 2",
"AccountStatusType": "sample string 3",
"Response": null
}
application/xml, text/xml
Sample:
<AccountWorkflowSummaryPanelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Account.AccountSummary"> <Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" /> <AccountStatus>sample string 2</AccountStatus> <AccountStatusType>sample string 3</AccountStatusType> <MasterWorkflow>sample string 1</MasterWorkflow> </AccountWorkflowSummaryPanelVM>