Pinwheel · Schema

CompanyConnectionPostBody

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
company_name string Name of the company used in a Company Connection.
View JSON Schema on GitHub

JSON Schema

companyconnectioncreate.json Raw ↑
{
  "properties": {
    "company_name": {
      "type": "string",
      "title": "company_name",
      "description": "Name of the company used in a Company Connection."
    }
  },
  "type": "object",
  "required": [
    "company_name"
  ],
  "title": "CompanyConnectionPostBody",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/CompanyConnectionCreate.json"
}