GET api/Sales/EmployeeDetail/{UserID}/{Date}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
Required |
|
Date | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MSFEmployeeName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
Name | string |
None. |
|
Date | date |
None. |
|
Count | decimal number |
None. |
|
Sum | decimal number |
None. |
|
TotalSum | decimal number |
None. |
|
MonthlyGoal | decimal number |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
BusinessDays | decimal number |
None. |
|
CurBusinessDays | decimal number |
None. |
|
DailyGoal | decimal number |
None. |
|
ProjectGoal | decimal number |
None. |
|
MTDDelta | decimal number |
None. |
|
MonthlyDelta | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserID": 1, "Name": "sample string 2", "Date": "2025-05-04T18:57:02.98425-04:00", "Count": 4.1, "Sum": 5.1, "TotalSum": 6.1, "MonthlyGoal": 7.1, "StartDate": "2025-05-01T00:00:00", "EndDate": "2025-05-04T00:00:00", "BusinessDays": 22.0, "CurBusinessDays": 2.0, "DailyGoal": 0.322727263, "ProjectGoal": 0.6454545, "MTDDelta": 4.4545455, "MonthlyDelta": -2.0 }, { "UserID": 1, "Name": "sample string 2", "Date": "2025-05-04T18:57:02.98425-04:00", "Count": 4.1, "Sum": 5.1, "TotalSum": 6.1, "MonthlyGoal": 7.1, "StartDate": "2025-05-01T00:00:00", "EndDate": "2025-05-04T00:00:00", "BusinessDays": 22.0, "CurBusinessDays": 2.0, "DailyGoal": 0.322727263, "ProjectGoal": 0.6454545, "MTDDelta": 4.4545455, "MonthlyDelta": -2.0 } ]
text/html
Sample:
[{"UserID":1,"Name":"sample string 2","Date":"2025-05-04T18:57:02.98425-04:00","Count":4.1,"Sum":5.1,"TotalSum":6.1,"MonthlyGoal":7.1,"StartDate":"2025-05-01T00:00:00","EndDate":"2025-05-04T00:00:00","BusinessDays":22.0,"CurBusinessDays":2.0,"DailyGoal":0.322727263,"ProjectGoal":0.6454545,"MTDDelta":4.4545455,"MonthlyDelta":-2.0},{"UserID":1,"Name":"sample string 2","Date":"2025-05-04T18:57:02.98425-04:00","Count":4.1,"Sum":5.1,"TotalSum":6.1,"MonthlyGoal":7.1,"StartDate":"2025-05-01T00:00:00","EndDate":"2025-05-04T00:00:00","BusinessDays":22.0,"CurBusinessDays":2.0,"DailyGoal":0.322727263,"ProjectGoal":0.6454545,"MTDDelta":4.4545455,"MonthlyDelta":-2.0}]
application/xml, text/xml
Sample:
<ArrayOfMSFEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRMAPI.Models"> <MSFEmployee> <Count>4.1</Count> <Date>2025-05-04T18:57:02.98425-04:00</Date> <MonthlyGoal>7.1</MonthlyGoal> <Name>sample string 2</Name> <Sum>5.1</Sum> <TotalSum>6.1</TotalSum> <UserID>1</UserID> </MSFEmployee> <MSFEmployee> <Count>4.1</Count> <Date>2025-05-04T18:57:02.98425-04:00</Date> <MonthlyGoal>7.1</MonthlyGoal> <Name>sample string 2</Name> <Sum>5.1</Sum> <TotalSum>6.1</TotalSum> <UserID>1</UserID> </MSFEmployee> </ArrayOfMSFEmployee>