POST api/netsis/product
Request Information
URI Parameters
None.
Body Parameters
NetsisGetProductDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| CariKodu | string |
None. |
|
| StokKodu | string |
None. |
|
| Miktar | decimal number |
None. |
|
| BrutFiyat | decimal number |
None. |
|
| Isk1 | decimal number |
None. |
|
| Isk2 | decimal number |
None. |
|
| Isk3 | decimal number |
None. |
|
| Isk4 | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"CariKodu": "sample string 2",
"StokKodu": "sample string 3",
"Miktar": 4.1,
"BrutFiyat": 1.1,
"Isk1": 1.1,
"Isk2": 1.1,
"Isk3": 1.1,
"Isk4": 1.1
}
application/xml, text/xml
Sample:
<NetsisGetProductDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ifs_Users_Entity.Concreate.Dto.Netsis"> <BrutFiyat>1.1</BrutFiyat> <CariKodu>sample string 2</CariKodu> <Id>sample string 1</Id> <Isk1>1.1</Isk1> <Isk2>1.1</Isk2> <Isk3>1.1</Isk3> <Isk4>1.1</Isk4> <Miktar>4.1</Miktar> <StokKodu>sample string 3</StokKodu> </NetsisGetProductDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.