GET api/AccountDetails/GetIndexedAccountSummary/{portalUserID}/{companyid}/{bSCustomerID}/{size}/{startIndex}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUserID | string |
Required |
|
| companyid | integer |
Required |
|
| bSCustomerID | string |
Required |
|
| size | integer |
Required |
|
| startIndex | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetIndexedAccountSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| SPName | string |
None. |
|
| Items | string |
None. |
|
| BSCustomerID | string |
None. |
|
| ServiceAddress | string |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SPName": "sample string 1",
"Items": "sample string 2",
"BSCustomerID": "sample string 3",
"ServiceAddress": "sample string 4",
"TotalCount": 1
}