GET api/CreditBalanceTracker/GetCbtData?officeId={officeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| officeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CreditBalanceTrackerDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| FullName | string |
None. |
|
| LeadBalance | integer |
None. |
|
| CreditEarned | integer |
None. |
|
| StateIds | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"UserId": 2,
"FullName": "sample string 3",
"LeadBalance": 4,
"CreditEarned": 5,
"StateIds": [
1,
2
]
},
{
"Id": 1,
"UserId": 2,
"FullName": "sample string 3",
"LeadBalance": 4,
"CreditEarned": 5,
"StateIds": [
1,
2
]
}
]