POST api/Ecatalog/GetECatalogBudget
Request Information
URI Parameters
None.
Body Parameters
ECatalogBudgetRequestName | Description | Type | Additional information |
---|---|---|---|
BudgetYear | integer |
None. |
|
DepartmentId | integer |
None. |
|
userPrincipalName | string |
None. |
|
connectionString | string |
None. |
|
SecretId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BudgetYear": 1, "DepartmentId": 1, "userPrincipalName": "sample string 2", "connectionString": "sample string 3", "SecretId": null }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.