Skip to main content

Retrieve Company Info

GET 

/accounting/company-info/:id

Retrieve Company Info with the given id.

Request

Path Parameters

    id stringrequired

    The ID of the company info.

Query Parameters

    connectionId stringrequired

    The ID of the connection.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    companyInfo

    object

    id string
    remoteId string
    companyName string
    companyLegalName string
    taxNumber
    fiscalYearEndMonth
    fiscalYearEndDay
    currency string
    companyUrls array

    companyAddresses

    object[]

  • Array [

  • addressType string
    street1 string
    street2 string
    city string
    state string
    countrySubdivision string
    zipCode string
  • ]

  • companyPhoneNumbers

    object[]

  • Array [

  • phoneNumber string
    phoneNumberType string
  • ]

  • remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...