GET api/Dashboard/Application/{aid}
Get the summary budget totals for an application
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
uspWDTFXGetApplicationBudgetSummary_ResultName | Description | Type | Additional information |
---|---|---|---|
NumTrainees | integer |
None. |
|
TotalEstimatedCost | decimal number |
None. |
|
TotalTrainingExpense | decimal number |
None. |
|
TotalAirFare | decimal number |
None. |
|
TotalMileagePayment | decimal number |
None. |
|
TotalMaterialFeesJunk | decimal number |
None. |
|
TotalOtherTravelExpenses | decimal number |
None. |
|
TotalRentalCar | decimal number |
None. |
|
TotalTraineeInstructorExpense | decimal number |
None. |
|
TotalEstimatedInstructorCost | decimal number |
None. |
|
TotalInstructorFee | decimal number |
None. |
|
TotalInstructorAirFare | decimal number |
None. |
|
TotalInstructorRentalCar | decimal number |
None. |
|
TotalInstructorOtherExpenses | decimal number |
None. |
|
TotalInstructorMileAgepay | decimal number |
None. |
|
TotalExternalFunds | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "NumTrainees": 1, "TotalEstimatedCost": 1.0, "TotalTrainingExpense": 2.0, "TotalAirFare": 3.0, "TotalMileagePayment": 4.0, "TotalMaterialFeesJunk": 5.0, "TotalOtherTravelExpenses": 6.0, "TotalRentalCar": 7.0, "TotalTraineeInstructorExpense": 8.0, "TotalEstimatedInstructorCost": 9.0, "TotalInstructorFee": 10.0, "TotalInstructorAirFare": 11.0, "TotalInstructorRentalCar": 12.0, "TotalInstructorOtherExpenses": 13.0, "TotalInstructorMileAgepay": 14.0, "TotalExternalFunds": 15.0 }
text/html
Sample:
{"NumTrainees":1,"TotalEstimatedCost":1.0,"TotalTrainingExpense":2.0,"TotalAirFare":3.0,"TotalMileagePayment":4.0,"TotalMaterialFeesJunk":5.0,"TotalOtherTravelExpenses":6.0,"TotalRentalCar":7.0,"TotalTraineeInstructorExpense":8.0,"TotalEstimatedInstructorCost":9.0,"TotalInstructorFee":10.0,"TotalInstructorAirFare":11.0,"TotalInstructorRentalCar":12.0,"TotalInstructorOtherExpenses":13.0,"TotalInstructorMileAgepay":14.0,"TotalExternalFunds":15.0}
application/xml, text/xml
Sample:
<uspWDTFXGetApplicationBudgetSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <NumTrainees>1</NumTrainees> <TotalAirFare>3</TotalAirFare> <TotalEstimatedCost>1</TotalEstimatedCost> <TotalEstimatedInstructorCost>9</TotalEstimatedInstructorCost> <TotalExternalFunds>15</TotalExternalFunds> <TotalInstructorAirFare>11</TotalInstructorAirFare> <TotalInstructorFee>10</TotalInstructorFee> <TotalInstructorMileAgepay>14</TotalInstructorMileAgepay> <TotalInstructorOtherExpenses>13</TotalInstructorOtherExpenses> <TotalInstructorRentalCar>12</TotalInstructorRentalCar> <TotalMaterialFeesJunk>5</TotalMaterialFeesJunk> <TotalMileagePayment>4</TotalMileagePayment> <TotalOtherTravelExpenses>6</TotalOtherTravelExpenses> <TotalRentalCar>7</TotalRentalCar> <TotalTraineeInstructorExpense>8</TotalTraineeInstructorExpense> <TotalTrainingExpense>2</TotalTrainingExpense> </uspWDTFXGetApplicationBudgetSummary_Result>