POST api/NonFinancial
Request Information
URI Parameters
None.
Body Parameters
TBL_DATA_UPLOAD_DETAILName | Description | Type | Additional information |
---|---|---|---|
DATA_UPLOAD_DTL_ID | decimal number |
None. |
|
COMPANY_ID_FK | decimal number |
None. |
|
RETURN_ID_FK | decimal number |
None. |
|
START_DATE | date |
None. |
|
END_DATE | date |
None. |
|
excelAttachmentFilePath | string |
None. |
|
pdfAttachmentFilePath | string |
None. |
|
htmlUrlAddress | string |
None. |
|
zipAttachmentFilePath | string |
None. |
|
isPublish | string |
None. |
|
isActive | string |
None. |
|
UPLOAD_ON | date |
None. |
|
PUBLISHED_ON | date |
None. |
|
APPROVED_ON | date |
None. |
|
currencyCode | string |
None. |
|
currencyConversionFactor | decimal number |
None. |
|
XBRL_FILING_NUMBER | decimal number |
None. |
|
excelAttachmentFilePathBil | string |
None. |
|
FIN_YR_FREQUENCY_DESC_ID | decimal number |
None. |
|
disclosureCode | string |
None. |
|
filingNumber | integer |
None. |
|
companyCode | string |
None. |
|
dateFormat | string |
None. |
|
timeFormat | string |
None. |
|
approvalDate | string |
None. |
|
uploadDate | string |
None. |
|
endDate | string |
None. |
|
startDate | string |
None. |
|
finYrFrequencyDescId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "datA_UPLOAD_DTL_ID": 1.0, "companY_ID_FK": 2.0, "returN_ID_FK": 3.0, "starT_DATE": "2025-05-05T16:21:55.7920076+03:00", "enD_DATE": "2025-05-05T16:21:55.7920076+03:00", "excelAttachmentFilePath": "sample string 4", "pdfAttachmentFilePath": "sample string 5", "htmlUrlAddress": "sample string 6", "zipAttachmentFilePath": "sample string 7", "isPublish": "sample string 8", "isActive": "sample string 9", "uploaD_ON": "2025-05-05T16:21:55.7920076+03:00", "publisheD_ON": "2025-05-05T16:21:55.7920076+03:00", "approveD_ON": "2025-05-05T16:21:55.7920076+03:00", "currencyCode": "sample string 12", "currencyConversionFactor": 1.0, "xbrL_FILING_NUMBER": 13.0, "excelAttachmentFilePathBil": "sample string 14", "fiN_YR_FREQUENCY_DESC_ID": 1.0, "disclosureCode": "sample string 15", "filingNumber": 16, "companyCode": "sample string 17", "dateFormat": "sample string 18", "timeFormat": "sample string 19", "approvalDate": "sample string 20", "uploadDate": "sample string 21", "endDate": "sample string 22", "startDate": "sample string 23", "finYrFrequencyDescId": 24 }
application/xml, text/xml
Sample:
<TBL_DATA_UPLOAD_DETAIL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol"> <APPROVED_ON>2025-05-05T16:21:55.7920076+03:00</APPROVED_ON> <COMPANY_ID_FK>2</COMPANY_ID_FK> <DATA_UPLOAD_DTL_ID>1</DATA_UPLOAD_DTL_ID> <END_DATE>2025-05-05T16:21:55.7920076+03:00</END_DATE> <FIN_YR_FREQUENCY_DESC_ID>1</FIN_YR_FREQUENCY_DESC_ID> <PUBLISHED_ON>2025-05-05T16:21:55.7920076+03:00</PUBLISHED_ON> <RETURN_ID_FK>3</RETURN_ID_FK> <START_DATE>2025-05-05T16:21:55.7920076+03:00</START_DATE> <UPLOAD_ON>2025-05-05T16:21:55.7920076+03:00</UPLOAD_ON> <XBRL_FILING_NUMBER>13</XBRL_FILING_NUMBER> <approvalDate>sample string 20</approvalDate> <companyCode>sample string 17</companyCode> <currencyCode>sample string 12</currencyCode> <currencyConversionFactor>1</currencyConversionFactor> <dateFormat>sample string 18</dateFormat> <disclosureCode>sample string 15</disclosureCode> <endDate>sample string 22</endDate> <excelAttachmentFilePath>sample string 4</excelAttachmentFilePath> <excelAttachmentFilePathBil>sample string 14</excelAttachmentFilePathBil> <filingNumber>16</filingNumber> <finYrFrequencyDescId>24</finYrFrequencyDescId> <htmlUrlAddress>sample string 6</htmlUrlAddress> <isActive>sample string 9</isActive> <isPublish>sample string 8</isPublish> <pdfAttachmentFilePath>sample string 5</pdfAttachmentFilePath> <startDate>sample string 23</startDate> <timeFormat>sample string 19</timeFormat> <uploadDate>sample string 21</uploadDate> <zipAttachmentFilePath>sample string 7</zipAttachmentFilePath> </TBL_DATA_UPLOAD_DETAIL>
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/" />