Update Company

Update an existing company

The Update Company endpoint updates an existing company entity.

curl --include \
     --request PATCH \
     --header "Content-Type: application/json" \
     --data-binary "{\"name\": \"Bringg LTD\", \"address\": \"Habarzel 1, Tel Aviv\", \"lat\": 32.453453, \"lng\": 34.434233, \"phone\": \"+1.917.475.6306\", \"timestamp\":\"1414421210832\", \"access_token\":\"K2Pxkwvx6-3PtW44zvEV\", \"signature\":\"db00061fa75f869c968f72d48449e457ae06959a\"}" \
https://api.bringg.com/partner_api/companies/:company_id
Language