POST SiparisKaydet
Request Information
URI Parameters
None.
Body Parameters
Evrak| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
None. |
|
| genelIskonto1 | decimal number |
None. |
|
| snbListe | Collection of SepetBilgileri |
None. |
|
| ckb | CariKartBilgileri |
None. |
|
| genelToplam | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"guid": "4f286a15-1d90-456f-b97a-8e7aa9efcafb",
"genelIskonto1": 2.0,
"snbListe": [
{
"stokKodu": "sample string 1",
"stokCinsi": "sample string 2",
"birim": "sample string 3",
"fiyatNo": 4,
"fiyat": 5.0,
"miktar": 6.0,
"bakiye": 7.0,
"kalemIndirim1": 8.0,
"kalemIndirim2": 9.0,
"kdvOrani": 10.0
},
{
"stokKodu": "sample string 1",
"stokCinsi": "sample string 2",
"birim": "sample string 3",
"fiyatNo": 4,
"fiyat": 5.0,
"miktar": 6.0,
"bakiye": 7.0,
"kalemIndirim1": 8.0,
"kalemIndirim2": 9.0,
"kdvOrani": 10.0
}
],
"ckb": {
"cariKodu": "sample string 1",
"cariUnvani": "sample string 2",
"bakiye": 3.0,
"iskonto": 4.0
},
"genelToplam": 3.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Sonuc| Name | Description | Type | Additional information |
|---|---|---|---|
| sonuc | boolean |
None. |
|
| data | Object |
None. |
|
| ekData | Object |
None. |
|
| mesaj | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"sonuc": true,
"data": {},
"ekData": {},
"mesaj": "sample string 4"
}