POST api/public/BirimGetir?malzemeNumarasi={malzemeNumarasi}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| malzemeNumarasi | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StrBirimler| Name | Description | Type | Additional information |
|---|---|---|---|
| BRGEW | decimal number |
None. |
|
| DEGER | string |
None. |
|
| GEWEI | string |
None. |
|
| MEINH | string |
None. |
|
| UMREN | decimal number |
None. |
|
| UMREZ | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BRGEW": 1.0,
"DEGER": "sample string 2",
"GEWEI": "sample string 3",
"MEINH": "sample string 4",
"UMREN": 5.0,
"UMREZ": 6.0
},
{
"BRGEW": 1.0,
"DEGER": "sample string 2",
"GEWEI": "sample string 3",
"MEINH": "sample string 4",
"UMREN": 5.0,
"UMREZ": 6.0
}
]
application/xml, text/xml
Sample:
<ArrayOfStrBirimler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YildizSandik.EntityLibrary.MusteriPortalObject">
<StrBirimler>
<BRGEW>1</BRGEW>
<DEGER>sample string 2</DEGER>
<GEWEI>sample string 3</GEWEI>
<MEINH>sample string 4</MEINH>
<UMREN>5</UMREN>
<UMREZ>6</UMREZ>
</StrBirimler>
<StrBirimler>
<BRGEW>1</BRGEW>
<DEGER>sample string 2</DEGER>
<GEWEI>sample string 3</GEWEI>
<MEINH>sample string 4</MEINH>
<UMREN>5</UMREN>
<UMREZ>6</UMREZ>
</StrBirimler>
</ArrayOfStrBirimler>