Update a Company

POST https://us-central1-appgregator.cloudfunctions.net/jurnalID/companies/

Headers

Name
Type
Description

x-api-key*

String

U2Fsd...

{
    // Response
}
Body JSON
{
  "company": {
    "name": "importir.com",
    "language_name": "English",
    "industry": "digital tech 123",
    "address": "Jalan Panjang",
    "shipping_address": "Jalan Pendek",
    "phone": "056734",
    "currency_format_view": "1000,1",
    "fax": "345678",
    "show_logo_report": false,
    "company_website": "test.com",
    "enable_monthly_performance_email": true,
    "company_currency_country": "United States"
  }
}
curl --location --request POST 'https://us-central1-appgregator.cloudfunctions.net/jurnalID/companies?name=ft-4&connection_name=intrapreneur-jurnalid-1' \
--header 'x-api-key: U2Fsd...' \
--header 'Content-Type: application/json' \
--data-raw '{
  "company": {
    "name": "importir.com",
    "language_name": "English",
    "industry": "digital tech 123",
    "address": "Jalan Panjang",
    "shipping_address": "Jalan Pendek",
    "phone": "056734",
    "currency_format_view": "1000,1",
    "fax": "345678",
    "show_logo_report": false,
    "company_website": "test.com",
    "enable_monthly_performance_email": true,
    "company_currency_country": "United States"
  }
}'

Last updated