GET api/ProductionRevamp/GetDailyProductionReport?AssociateContractId={AssociateContractId}&productionDate={productionDate}&roleInfo={roleInfo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AssociateContractId | integer |
Required |
|
productionDate | date |
Required |
|
roleInfo | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of DailyProductionReportDTOName | Description | Type | Additional information |
---|---|---|---|
AgencyId | integer |
None. |
|
OfficeId | integer |
None. |
|
OfficeName | string |
None. |
|
RoleInfo | string |
None. |
|
AgentName | string |
None. |
|
IsLeafNode | boolean |
None. |
|
WorkingDays | integer |
None. |
|
Alp | decimal number |
None. |
|
AandH | decimal number |
None. |
|
AppointmentBooked | integer |
None. |
|
AppointmentStart | integer |
None. |
|
AppointmentTotal | integer |
None. |
|
AssociateContractId | integer |
None. |
|
ReferralLive | integer |
None. |
|
ReferralTurnedIn | integer |
None. |
|
PresentationChildSafe | integer |
None. |
|
PresentationPos | integer |
None. |
|
PresentationReferral | integer |
None. |
|
PresentationResponseCard | integer |
None. |
|
PresentationTotal | integer |
None. |
|
ProductionDate | date |
None. |
|
SalesChildSafe | integer |
None. |
|
SalesPos | integer |
None. |
|
SalesReferral | integer |
None. |
|
SalesResponseCard | integer |
None. |
|
SalesTotal | integer |
None. |
|
ShowTotal | decimal number |
None. |
|
CloseTotal | decimal number |
None. |
|
ALPSaleTotal | decimal number |
None. |
|
PresentationPa | integer |
None. |
|
SalesPa | integer |
None. |
|
Show | decimal number |
None. |
|
Close | decimal number |
None. |
|
ALPSale | decimal number |
None. |
|
associateId | integer |
None. |
|
CloseRatio | decimal number |
None. |
|
ShowRatio | decimal number |
None. |
|
AssociateRoleId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AgencyId": 1, "OfficeId": 1, "OfficeName": "sample string 2", "RoleInfo": "sample string 3", "AgentName": "sample string 4", "IsLeafNode": true, "WorkingDays": 1, "Alp": 6.0, "AandH": 7.0, "AppointmentBooked": 8, "AppointmentStart": 9, "AppointmentTotal": 10, "AssociateContractId": 11, "ReferralLive": 12, "ReferralTurnedIn": 13, "PresentationChildSafe": 14, "PresentationPos": 15, "PresentationReferral": 16, "PresentationResponseCard": 17, "PresentationTotal": 18, "ProductionDate": "2025-10-14T00:43:14.6626378-07:00", "SalesChildSafe": 20, "SalesPos": 21, "SalesReferral": 22, "SalesResponseCard": 23, "SalesTotal": 24, "ShowTotal": 25.0, "CloseTotal": 26.0, "ALPSaleTotal": 27.0, "PresentationPa": 28, "SalesPa": 29, "Show": 200.0, "Close": 133.33, "ALPSale": 0.25, "associateId": 1, "CloseRatio": 30.0, "ShowRatio": 31.0, "AssociateRoleId": 32 }, { "AgencyId": 1, "OfficeId": 1, "OfficeName": "sample string 2", "RoleInfo": "sample string 3", "AgentName": "sample string 4", "IsLeafNode": true, "WorkingDays": 1, "Alp": 6.0, "AandH": 7.0, "AppointmentBooked": 8, "AppointmentStart": 9, "AppointmentTotal": 10, "AssociateContractId": 11, "ReferralLive": 12, "ReferralTurnedIn": 13, "PresentationChildSafe": 14, "PresentationPos": 15, "PresentationReferral": 16, "PresentationResponseCard": 17, "PresentationTotal": 18, "ProductionDate": "2025-10-14T00:43:14.6626378-07:00", "SalesChildSafe": 20, "SalesPos": 21, "SalesReferral": 22, "SalesResponseCard": 23, "SalesTotal": 24, "ShowTotal": 25.0, "CloseTotal": 26.0, "ALPSaleTotal": 27.0, "PresentationPa": 28, "SalesPa": 29, "Show": 200.0, "Close": 133.33, "ALPSale": 0.25, "associateId": 1, "CloseRatio": 30.0, "ShowRatio": 31.0, "AssociateRoleId": 32 } ]