POST api/Production/GetPADDashboardWeeklyLeaderboardData
Request Information
URI Parameters
None.
Body Parameters
PADDashboardParamsDTOName | Description | Type | Additional information |
---|---|---|---|
To | date |
None. |
|
From | date |
None. |
|
TypeId | integer |
None. |
|
AssociateId | integer |
None. |
|
AgencyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "To": "2025-10-14T04:55:25.4842598-07:00", "From": "2025-10-14T04:55:25.4842598-07:00", "TypeId": 3, "AssociateId": 4, "AgencyId": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductionWeeklyDTOName | Description | Type | Additional information |
---|---|---|---|
AssociateId | integer |
None. |
|
AssociateContractId | integer |
None. |
|
AssociateName | string |
None. |
|
ContractTypeId | integer |
None. |
|
AppointmentTotal | integer |
None. |
|
Rank | integer |
None. |
|
Alp | decimal number |
None. |
|
PresentationTotal | integer |
None. |
|
SalesTotal | integer |
None. |
|
AandH | decimal number |
None. |
|
SalesReferral | integer |
None. |
|
PresentationReferral | integer |
None. |
|
ReferralTurnedIn | integer |
None. |
|
IsVerified | boolean |
None. |
|
ProductionDate | date |
None. |
|
PresentationChildSafe | integer |
None. |
|
SalesChildSafe | integer |
None. |
|
SalesPos | integer |
None. |
|
PresentationPos | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AssociateId": 1, "AssociateContractId": 1, "AssociateName": "sample string 1", "ContractTypeId": 1, "AppointmentTotal": 1, "Rank": 1, "Alp": 1.0, "PresentationTotal": 1, "SalesTotal": 1, "AandH": 1.0, "SalesReferral": 1, "PresentationReferral": 1, "ReferralTurnedIn": 1, "IsVerified": true, "ProductionDate": "2025-10-14T04:55:25.4842598-07:00", "PresentationChildSafe": 1, "SalesChildSafe": 1, "SalesPos": 1, "PresentationPos": 1 }, { "AssociateId": 1, "AssociateContractId": 1, "AssociateName": "sample string 1", "ContractTypeId": 1, "AppointmentTotal": 1, "Rank": 1, "Alp": 1.0, "PresentationTotal": 1, "SalesTotal": 1, "AandH": 1.0, "SalesReferral": 1, "PresentationReferral": 1, "ReferralTurnedIn": 1, "IsVerified": true, "ProductionDate": "2025-10-14T04:55:25.4842598-07:00", "PresentationChildSafe": 1, "SalesChildSafe": 1, "SalesPos": 1, "PresentationPos": 1 } ]