GET api/AbtracReportAPI/ReportFeesEarnedByEmployeeJobAndInvoice?user={user}&password={password}&secretKey={secretKey}&fromdate={fromdate}&todate={todate}&selectedemployeeid={selectedemployeeid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| user | string |
Required |
|
| password | string |
Required |
|
| secretKey | string |
Required |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
|
| selectedemployeeid | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of APIReportFeesEarnedByEmployeeJobAndInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceID | integer |
None. |
|
| InvNoEditable | string |
None. |
|
| EmployeeID | integer |
None. |
|
| EmployeeName | string |
None. |
|
| JobID | integer |
None. |
|
| JobCode | string |
None. |
|
| JobDescription | string |
None. |
|
| ClientID | integer |
None. |
|
| ClientName | string |
None. |
|
| ClientCode | string |
None. |
|
| WIPValue | decimal number |
None. |
|
| ChargeType | string |
None. |
|
| RelativeContribution | decimal number |
None. |
|
| TotalWIP | decimal number |
None. |
|
| InvTotalExDisbs | decimal number |
None. |
|
| InvoiceTotalAmount | decimal number |
None. |
|
| TotalWIPExDisbs | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InvoiceID": 1,
"InvNoEditable": "sample string 2",
"EmployeeID": 3,
"EmployeeName": "sample string 4",
"JobID": 5,
"JobCode": "sample string 6",
"JobDescription": "sample string 7",
"ClientID": 8,
"ClientName": "sample string 9",
"ClientCode": "sample string 10",
"WIPValue": 1.0,
"ChargeType": "sample string 11",
"RelativeContribution": 1.0,
"TotalWIP": 1.0,
"InvTotalExDisbs": 1.0,
"InvoiceTotalAmount": 1.0,
"TotalWIPExDisbs": 1.0
},
{
"InvoiceID": 1,
"InvNoEditable": "sample string 2",
"EmployeeID": 3,
"EmployeeName": "sample string 4",
"JobID": 5,
"JobCode": "sample string 6",
"JobDescription": "sample string 7",
"ClientID": 8,
"ClientName": "sample string 9",
"ClientCode": "sample string 10",
"WIPValue": 1.0,
"ChargeType": "sample string 11",
"RelativeContribution": 1.0,
"TotalWIP": 1.0,
"InvTotalExDisbs": 1.0,
"InvoiceTotalAmount": 1.0,
"TotalWIPExDisbs": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfAPIReportFeesEarnedByEmployeeJobAndInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abtrac6.Business.Models.APIModels">
<APIReportFeesEarnedByEmployeeJobAndInvoice>
<ChargeType>sample string 11</ChargeType>
<ClientCode>sample string 10</ClientCode>
<ClientID>8</ClientID>
<ClientName>sample string 9</ClientName>
<EmployeeID>3</EmployeeID>
<EmployeeName>sample string 4</EmployeeName>
<InvNoEditable>sample string 2</InvNoEditable>
<InvTotalExDisbs>1</InvTotalExDisbs>
<InvoiceID>1</InvoiceID>
<InvoiceTotalAmount>1</InvoiceTotalAmount>
<JobCode>sample string 6</JobCode>
<JobDescription>sample string 7</JobDescription>
<JobID>5</JobID>
<RelativeContribution>1</RelativeContribution>
<TotalWIP>1</TotalWIP>
<TotalWIPExDisbs>1</TotalWIPExDisbs>
<WIPValue>1</WIPValue>
</APIReportFeesEarnedByEmployeeJobAndInvoice>
<APIReportFeesEarnedByEmployeeJobAndInvoice>
<ChargeType>sample string 11</ChargeType>
<ClientCode>sample string 10</ClientCode>
<ClientID>8</ClientID>
<ClientName>sample string 9</ClientName>
<EmployeeID>3</EmployeeID>
<EmployeeName>sample string 4</EmployeeName>
<InvNoEditable>sample string 2</InvNoEditable>
<InvTotalExDisbs>1</InvTotalExDisbs>
<InvoiceID>1</InvoiceID>
<InvoiceTotalAmount>1</InvoiceTotalAmount>
<JobCode>sample string 6</JobCode>
<JobDescription>sample string 7</JobDescription>
<JobID>5</JobID>
<RelativeContribution>1</RelativeContribution>
<TotalWIP>1</TotalWIP>
<TotalWIPExDisbs>1</TotalWIPExDisbs>
<WIPValue>1</WIPValue>
</APIReportFeesEarnedByEmployeeJobAndInvoice>
</ArrayOfAPIReportFeesEarnedByEmployeeJobAndInvoice>