GET api/Enquiry/GetBudget?Token={Token}
Documentation for 'GetBudget'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dtBudget | Documentation for 'dtBudget'. |
Define this parameter in the request body. |
| Token | Documentation for 'Token'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Token": "sample string 1",
"Budget_Id": 2,
"Budget_Name": "sample string 3",
"BudgetVal": 4
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]