POST api/Accounts/PostYearEndClosing
Request Information
URI Parameters
None.
Body Parameters
YearEndClose| Name | Description | Type | Additional information |
|---|---|---|---|
| YDL_ID | integer |
None. |
|
| YDL_COMP_ID | integer |
None. |
|
| YDL_YEAR | integer |
None. |
|
| YDL_TYPE | string |
None. |
|
| YDL_NOTES | string |
None. |
|
| YDL_PROGRAM_ID | string |
None. |
|
| YDL_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YDL_ID": 1,
"YDL_COMP_ID": 1,
"YDL_YEAR": 1,
"YDL_TYPE": "sample string 1",
"YDL_NOTES": "sample string 2",
"YDL_PROGRAM_ID": "sample string 3",
"YDL_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<YearEndClose xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <YDL_COMP_ID>1</YDL_COMP_ID> <YDL_CREATED_BY>1</YDL_CREATED_BY> <YDL_ID>1</YDL_ID> <YDL_NOTES>sample string 2</YDL_NOTES> <YDL_PROGRAM_ID>sample string 3</YDL_PROGRAM_ID> <YDL_TYPE>sample string 1</YDL_TYPE> <YDL_YEAR>1</YDL_YEAR> </YearEndClose>
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. |