dewan
Newbie
Posts: 24
|
|
« Reply #4 on: November 03, 2018, 12:38:50 AM » |
|
thanks but after i test for may time i did not found any solution . The POST does not work as i cant set the CSRF token in header .
and the GET request response does not contain rows {"current_page":1,"data":[{"id":1,"item_id":"11001","name":"testItemName1","description":"Test1","unit":"PCS","price":12,"item_group":"Group1","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123456","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":2,"item_id":"11002","name":"testItemName2","description":"Test2","unit":"PCS","price":13,"item_group":"Group1","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123457","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":3,"item_id":"11003","name":"testItemName3","description":"Test3","unit":"PCS","price":14,"item_group":"Group1","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123458","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":4,"item_id":"11004","name":"testItemName4","description":"Test4","unit":"PCS","price":15,"item_group":"Group1","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123459","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":5,"item_id":"11005","name":"testItemName5","description":"Test5","unit":"PCS","price":16,"item_group":"Group1","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123460","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":6,"item_id":"11006","name":"testItemName6","description":"Test6","unit":"PCS","price":17,"item_group":"Group1","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123461","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":7,"item_id":"11007","name":"testItemName7","description":"Test7","unit":"PCS","price":18,"item_group":"Group1","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123462","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":8,"item_id":"11008","name":"testItemName8","description":"Test8","unit":"PCS","price":19,"item_group":"Group2","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123463","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":9,"item_id":"11009","name":"testItemName9","description":"Test9","unit":"PCS","price":20,"item_group":"Group2","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123464","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"},{"id":10,"item_id":"11010","name":"testItemName10","description":"Test10","unit":"PCS","price":21,"item_group":"Group2","price_group":"Jusco","tax_code":"SR","tax_percent":6,"discount_amount":0,"discount_percent":2,"image":"test.jpg","barcode":"123465","company_id":"100","sync":0,"created_at":"2018-04-23 00:00:00","updated_at":"2018-04-23 00:00:00"}],"first_page_url":"http:\/\/vansales.com\/product_master?page=1","from":1,"last_page":2,"last_page_url":"http:\/\/vansales.com\/product_master?page=2","next_page_url":"http:\/\/vansales.com\/product_master?page=2","path":"http:\/\/vansales.com\/product_master","per_page":"10","prev_page_url":null,"to":10,"total":20}
If you have any solution please let me know
|