The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/NikeYeniSatisRaporunuGetirRequest HTTP/1.1
Host: 81.214.221.206
Content-Type: application/json
Content-Length: length
{"CustomerNumber":"String","StoreCode":"String","CashierCode":"String","CariIdent":0,"Tarih":"0001-01-01T00:00:00.0000000"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Items":[{"CustomerNumber":"String","TransactionDate":"0001-01-01T00:00:00.0000000","TransactionNumber":"String","SaleOrReturn":"String","ProductCode":"String","Barcode":"String","StoreCode":"String","Quantity":0,"UnitPrice":0,"VatRate":0,"LineDiscountRate":0,"TotalDiscountRate":0,"CashierCode":"String"}],"Success":false,"ErrorCode":"ERR_000_SUCCESS","ErrorCodeText":"String","Message":"String","Messages":["String"],"Data":{}}