POST api/TBL_FINANCIAL_YEAR_FORMAT
Request Information
URI Parameters
None.
Body Parameters
TBL_FINANCIAL_YEAR_FORMATName | Description | Type | Additional information |
---|---|---|---|
FINANCIAL_YEAR_FORMAT_ID | decimal number |
None. |
|
FINANCIAL_YEAR_FORMAT_NAME_EN | string |
None. |
|
FINANCIAL_YEAR_FORMAT_NAME_BIL | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "financiaL_YEAR_FORMAT_ID": 1.0, "financiaL_YEAR_FORMAT_NAME_EN": "sample string 2", "financiaL_YEAR_FORMAT_NAME_BIL": "sample string 3" }
application/xml, text/xml
Sample:
<TBL_FINANCIAL_YEAR_FORMAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol"> <FINANCIAL_YEAR_FORMAT_ID>1</FINANCIAL_YEAR_FORMAT_ID> <FINANCIAL_YEAR_FORMAT_NAME_BIL>sample string 3</FINANCIAL_YEAR_FORMAT_NAME_BIL> <FINANCIAL_YEAR_FORMAT_NAME_EN>sample string 2</FINANCIAL_YEAR_FORMAT_NAME_EN> </TBL_FINANCIAL_YEAR_FORMAT>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />