skip to Main Content

Laravel – How can I post array of objects like example

I have a problem with calling an API with Laravel. I wont to call an api with a request like this (this is an example of json request): { "costCenterCode":"CDC-00070964", "paperless":"false", "shipmentDate":"2020-11-26T08:02:20.986+0000", "waybills":[ { "clientReferenceId":"12312312341", "printFormat":"A4", "product":"APT000901", "data":{ "declared":[ {…

VIEW QUESTION
Back To Top
Search