POST api/public/MalzemeGetir?musterigrubu={musterigrubu}&sevkiyat_noktasi={sevkiyat_noktasi}&kunnr={kunnr}&inco1={inco1}&customerObjectSatisOrg={customerObjectSatisOrg}
Örnek olarak
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| musterigrubu |
I1 |
string |
Required |
| sevkiyat_noktasi |
2005 |
string |
Required |
| kunnr |
0000104557 |
string |
Required |
| inco1 |
FOB |
string |
Required |
| customerObjectSatisOrg |
3100 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StrIntUrun| Name | Description | Type | Additional information |
|---|---|---|---|
| GOSTER | boolean |
None. |
|
| KDGRP | string |
None. |
|
| MAKTX | string |
None. |
|
| MANDT | string |
None. |
|
| MATNR | string |
None. |
|
| PESINSTOK | integer |
None. |
|
| VADELISTOK | integer |
None. |
|
| VSTEL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GOSTER": true,
"KDGRP": "sample string 2",
"MAKTX": "sample string 3",
"MANDT": "sample string 4",
"MATNR": "sample string 5",
"PESINSTOK": 6,
"VADELISTOK": 7,
"VSTEL": "sample string 8"
},
{
"GOSTER": true,
"KDGRP": "sample string 2",
"MAKTX": "sample string 3",
"MANDT": "sample string 4",
"MATNR": "sample string 5",
"PESINSTOK": 6,
"VADELISTOK": 7,
"VSTEL": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfStrIntUrun xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YildizSandik.EntityLibrary.MusteriPortalObject">
<StrIntUrun>
<GOSTER>true</GOSTER>
<KDGRP>sample string 2</KDGRP>
<MAKTX>sample string 3</MAKTX>
<MANDT>sample string 4</MANDT>
<MATNR>sample string 5</MATNR>
<PESINSTOK>6</PESINSTOK>
<VADELISTOK>7</VADELISTOK>
<VSTEL>sample string 8</VSTEL>
</StrIntUrun>
<StrIntUrun>
<GOSTER>true</GOSTER>
<KDGRP>sample string 2</KDGRP>
<MAKTX>sample string 3</MAKTX>
<MANDT>sample string 4</MANDT>
<MATNR>sample string 5</MATNR>
<PESINSTOK>6</PESINSTOK>
<VADELISTOK>7</VADELISTOK>
<VSTEL>sample string 8</VSTEL>
</StrIntUrun>
</ArrayOfStrIntUrun>