POST api/DepotMNR/PutFinancialBudget
Request Information
URI Parameters
None.
Body Parameters
FinancialBudgetInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| FIN_ID | integer |
None. |
|
| FIN_CP_ID | integer |
None. |
|
| FIN_YEAR | integer |
None. |
|
| FIN_PERIOD | integer |
None. |
|
| FIN_GL_ID | integer |
None. |
|
| FIN_AMOUNT | decimal number |
None. |
|
| FIN_NOTES | string |
None. |
|
| FIN_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FIN_ID": 1,
"FIN_CP_ID": 1,
"FIN_YEAR": 1,
"FIN_PERIOD": 1,
"FIN_GL_ID": 1,
"FIN_AMOUNT": 1.1,
"FIN_NOTES": "sample string 1",
"FIN_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<FinancialBudgetInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <FIN_AMOUNT>1.1</FIN_AMOUNT> <FIN_CP_ID>1</FIN_CP_ID> <FIN_CREATED_BY>1</FIN_CREATED_BY> <FIN_GL_ID>1</FIN_GL_ID> <FIN_ID>1</FIN_ID> <FIN_NOTES>sample string 1</FIN_NOTES> <FIN_PERIOD>1</FIN_PERIOD> <FIN_YEAR>1</FIN_YEAR> </FinancialBudgetInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |