POST api/GLCalculateBudgetAmount

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "Quantity": 1.0,
  "Rate": 2.0,
  "BurdenPct": 3.0
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BudgetAmount": 1.0
}