Feature #22374
AutoSyncron Web Price List ke API ICAPOS
Start date:
19/02/2025
Due date:
14/03/2025
No UR:
WEB-PRICE-SYNC
Tanggal UR:
19/02/2025
User Request:
iwan
Description
Dear Agus,
Sehubungan dengan request user untuk proses upload excel diganti menjadi auto syncron data harga lensa
ke web price list, tolong dibuatkan program/procedure untuk proses autosync daftar harga ke api icapos
berikut cURLnya :
curl --location --request GET 'http://172.20.75.62:8088/ICAPOS/web/v1/pos/masterData/WebPriceLensa' \
--header 'Content-Type: application/json' \
--data '{
"token": "WEBPRICELENSA-20250211",
"company_code": "A000",
"page": 1,
"limit": 10
}'