GET api/Item_invo?db_name={db_name}&item_invo_id={item_invo_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db_name | string |
Required |
|
| item_invo_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of item_invo| Name | Description | Type | Additional information |
|---|---|---|---|
| Item_Invo_id | integer |
None. |
|
| state | string |
None. |
|
| Item_invo_note | string |
None. |
|
| stor_item_id | integer |
None. |
|
| Item_code | integer |
None. |
|
| Item_amount | decimal number |
None. |
|
| Item_price_doll | decimal number |
None. |
|
| Item_price_iqd | decimal number |
None. |
|
| Item_price_all_doll | decimal number |
None. |
|
| Item_price_all_iqd | decimal number |
None. |
|
| Item_invo_type | integer |
None. |
|
| Item_name | string |
None. |
|
| cuntaint_id_2 | integer |
None. |
|
| cuntaint2_name | string |
None. |
|
| cuntaint_id_1 | integer |
None. |
|
| cuntaint1_name | string |
None. |
|
| Item_nu | decimal number |
None. |
|
| stor_name | string |
None. |
|
| item_expir | string |
None. |
|
| stor_id | integer |
None. |
|
| Item_price_iqd_mb | decimal number |
None. |
|
| Item_price_doll_mb | decimal number |
None. |
|
| Item_price_iqd_mb_m | decimal number |
None. |
|
| Item_price_doll_mb_m | decimal number |
None. |
|
| type_1 | integer |
None. |
|
| curent_shar_iqd | decimal number |
None. |
|
| curent_shar_doll | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Item_Invo_id": 1,
"state": "sample string 2",
"Item_invo_note": "sample string 3",
"stor_item_id": 4,
"Item_code": 5,
"Item_amount": 6.1,
"Item_price_doll": 7.1,
"Item_price_iqd": 8.1,
"Item_price_all_doll": 9.1,
"Item_price_all_iqd": 10.1,
"Item_invo_type": 11,
"Item_name": "sample string 12",
"cuntaint_id_2": 13,
"cuntaint2_name": "sample string 14",
"cuntaint_id_1": 15,
"cuntaint1_name": "sample string 16",
"Item_nu": 17.1,
"stor_name": "sample string 18",
"item_expir": "sample string 19",
"stor_id": 20,
"Item_price_iqd_mb": 21.1,
"Item_price_doll_mb": 22.1,
"Item_price_iqd_mb_m": 23.1,
"Item_price_doll_mb_m": 24.1,
"type_1": 25,
"curent_shar_iqd": 26.1,
"curent_shar_doll": 27.1
},
{
"Item_Invo_id": 1,
"state": "sample string 2",
"Item_invo_note": "sample string 3",
"stor_item_id": 4,
"Item_code": 5,
"Item_amount": 6.1,
"Item_price_doll": 7.1,
"Item_price_iqd": 8.1,
"Item_price_all_doll": 9.1,
"Item_price_all_iqd": 10.1,
"Item_invo_type": 11,
"Item_name": "sample string 12",
"cuntaint_id_2": 13,
"cuntaint2_name": "sample string 14",
"cuntaint_id_1": 15,
"cuntaint1_name": "sample string 16",
"Item_nu": 17.1,
"stor_name": "sample string 18",
"item_expir": "sample string 19",
"stor_id": 20,
"Item_price_iqd_mb": 21.1,
"Item_price_doll_mb": 22.1,
"Item_price_iqd_mb_m": 23.1,
"Item_price_doll_mb_m": 24.1,
"type_1": 25,
"curent_shar_iqd": 26.1,
"curent_shar_doll": 27.1
}
]
application/xml, text/xml
Sample:
<ArrayOfitem_invo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/meraApi.Models">
<item_invo>
<Item_Invo_id>1</Item_Invo_id>
<Item_amount>6.1</Item_amount>
<Item_code>5</Item_code>
<Item_invo_note>sample string 3</Item_invo_note>
<Item_invo_type>11</Item_invo_type>
<Item_name>sample string 12</Item_name>
<Item_nu>17.1</Item_nu>
<Item_price_all_doll>9.1</Item_price_all_doll>
<Item_price_all_iqd>10.1</Item_price_all_iqd>
<Item_price_doll>7.1</Item_price_doll>
<Item_price_doll_mb>22.1</Item_price_doll_mb>
<Item_price_doll_mb_m>24.1</Item_price_doll_mb_m>
<Item_price_iqd>8.1</Item_price_iqd>
<Item_price_iqd_mb>21.1</Item_price_iqd_mb>
<Item_price_iqd_mb_m>23.1</Item_price_iqd_mb_m>
<cuntaint1_name>sample string 16</cuntaint1_name>
<cuntaint2_name>sample string 14</cuntaint2_name>
<cuntaint_id_1>15</cuntaint_id_1>
<cuntaint_id_2>13</cuntaint_id_2>
<curent_shar_doll>27.1</curent_shar_doll>
<curent_shar_iqd>26.1</curent_shar_iqd>
<item_expir>sample string 19</item_expir>
<state>sample string 2</state>
<stor_id>20</stor_id>
<stor_item_id>4</stor_item_id>
<stor_name>sample string 18</stor_name>
<type_1>25</type_1>
</item_invo>
<item_invo>
<Item_Invo_id>1</Item_Invo_id>
<Item_amount>6.1</Item_amount>
<Item_code>5</Item_code>
<Item_invo_note>sample string 3</Item_invo_note>
<Item_invo_type>11</Item_invo_type>
<Item_name>sample string 12</Item_name>
<Item_nu>17.1</Item_nu>
<Item_price_all_doll>9.1</Item_price_all_doll>
<Item_price_all_iqd>10.1</Item_price_all_iqd>
<Item_price_doll>7.1</Item_price_doll>
<Item_price_doll_mb>22.1</Item_price_doll_mb>
<Item_price_doll_mb_m>24.1</Item_price_doll_mb_m>
<Item_price_iqd>8.1</Item_price_iqd>
<Item_price_iqd_mb>21.1</Item_price_iqd_mb>
<Item_price_iqd_mb_m>23.1</Item_price_iqd_mb_m>
<cuntaint1_name>sample string 16</cuntaint1_name>
<cuntaint2_name>sample string 14</cuntaint2_name>
<cuntaint_id_1>15</cuntaint_id_1>
<cuntaint_id_2>13</cuntaint_id_2>
<curent_shar_doll>27.1</curent_shar_doll>
<curent_shar_iqd>26.1</curent_shar_iqd>
<item_expir>sample string 19</item_expir>
<state>sample string 2</state>
<stor_id>20</stor_id>
<stor_item_id>4</stor_item_id>
<stor_name>sample string 18</stor_name>
<type_1>25</type_1>
</item_invo>
</ArrayOfitem_invo>