GET api/GeneralMeetingResoultions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TBL_INVITATION_RESOLUTION_MAPPName | Description | Type | Additional information |
---|---|---|---|
MAPPING_ID | decimal number |
None. |
|
MAPPING_RETURN_CODE | string |
None. |
|
MAPPING_ENTITY_CODE | string |
None. |
|
MAPPING_MEETING_DATE | date |
None. |
|
MAPPING_MEETING_TIME | date |
None. |
|
MAPPING_PUBLISH_COPY | string |
None. |
|
MAPPING_FILING_NUMBER | decimal number |
None. |
|
MAPPING_MEETING_STATUS | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "mappinG_ID": 1.0, "mappinG_RETURN_CODE": "sample string 2", "mappinG_ENTITY_CODE": "sample string 3", "mappinG_MEETING_DATE": "2025-05-05T16:42:42.3124733+03:00", "mappinG_MEETING_TIME": "2025-05-05T16:42:42.3124733+03:00", "mappinG_PUBLISH_COPY": "sample string 4", "mappinG_FILING_NUMBER": 1.0, "mappinG_MEETING_STATUS": 5.0 }, { "mappinG_ID": 1.0, "mappinG_RETURN_CODE": "sample string 2", "mappinG_ENTITY_CODE": "sample string 3", "mappinG_MEETING_DATE": "2025-05-05T16:42:42.3124733+03:00", "mappinG_MEETING_TIME": "2025-05-05T16:42:42.3124733+03:00", "mappinG_PUBLISH_COPY": "sample string 4", "mappinG_FILING_NUMBER": 1.0, "mappinG_MEETING_STATUS": 5.0 } ]
application/xml, text/xml
Sample:
<ArrayOfTBL_INVITATION_RESOLUTION_MAPP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol"> <TBL_INVITATION_RESOLUTION_MAPP> <MAPPING_ENTITY_CODE>sample string 3</MAPPING_ENTITY_CODE> <MAPPING_FILING_NUMBER>1</MAPPING_FILING_NUMBER> <MAPPING_ID>1</MAPPING_ID> <MAPPING_MEETING_DATE>2025-05-05T16:42:42.3124733+03:00</MAPPING_MEETING_DATE> <MAPPING_MEETING_STATUS>5</MAPPING_MEETING_STATUS> <MAPPING_MEETING_TIME>2025-05-05T16:42:42.3124733+03:00</MAPPING_MEETING_TIME> <MAPPING_PUBLISH_COPY>sample string 4</MAPPING_PUBLISH_COPY> <MAPPING_RETURN_CODE>sample string 2</MAPPING_RETURN_CODE> </TBL_INVITATION_RESOLUTION_MAPP> <TBL_INVITATION_RESOLUTION_MAPP> <MAPPING_ENTITY_CODE>sample string 3</MAPPING_ENTITY_CODE> <MAPPING_FILING_NUMBER>1</MAPPING_FILING_NUMBER> <MAPPING_ID>1</MAPPING_ID> <MAPPING_MEETING_DATE>2025-05-05T16:42:42.3124733+03:00</MAPPING_MEETING_DATE> <MAPPING_MEETING_STATUS>5</MAPPING_MEETING_STATUS> <MAPPING_MEETING_TIME>2025-05-05T16:42:42.3124733+03:00</MAPPING_MEETING_TIME> <MAPPING_PUBLISH_COPY>sample string 4</MAPPING_PUBLISH_COPY> <MAPPING_RETURN_CODE>sample string 2</MAPPING_RETURN_CODE> </TBL_INVITATION_RESOLUTION_MAPP> </ArrayOfTBL_INVITATION_RESOLUTION_MAPP>