POST SiparisKaydet
Request Information
URI Parameters
None.
Body Parameters
EvrakName | 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": "799fe472-5322-46e3-b93b-9dde5d93fae5", "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
SonucName | 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" }