Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Moeez448's avatar

Want to call Api Using php(Laravel)

I want to call an api using php laravel and it's a POST request.

here is the links

https://streamz.woss.dev/api/save_retailers_data

and Here is the body of request.

{
    "retailer_id": 1,
    "retailer_id_kustomkartel":  222,
    "retailer_name": "Retailer", 
    "retailer_province": "BC",
    "retailer_pos_name":  "Cova",
    "clean_sheet_ulr": "https://streamz.woss.dev/public/novatore/clean_sheet.xlsx",
    "source_file_urls": [
        {
            "source_file_url": "https://streamz.woss.dev/public/novatore/diag.xlsx"
        },
        {
            "source_file_url": "https://streamz.woss.dev/public/novatore/sales.xlsx"
       }
    ],
    "upload_date_time_stamp":  "Mon, 05 Dec 2022 13:09:51 +0000"
}

Please help me with this Api

0 likes
2 replies

Please or to participate in this conversation.