Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 6.73 KB

File metadata and controls

32 lines (27 loc) · 6.73 KB

UpdateTeamByIdRequestBody

Example Usage

import { UpdateTeamByIdRequestBody } from "@midday-ai/sdk/models/operations";

let value: UpdateTeamByIdRequestBody = {
  name: "Acme Corporation",
  email: "team@acme.com",
  logoUrl: "https://cdn.midday.ai/logos/acme-corp.png",
  baseCurrency: "USD",
  countryCode: "US",
  fiscalYearStartMonth: 4,
  companyType: "solo_founder",
  heardAbout: "twitter",
};

Fields

Field Type Required Description Example
name string Name of the team or organization. Must be between 2 and 32 characters Acme Corporation
email string Primary contact email address for the team team@acme.com
logoUrl string URL to the team's logo image. Must be hosted on midday.ai domain https://cdn.midday.ai/logos/acme-corp.png
baseCurrency string Base currency for the team in ISO 4217 format (3-letter currency code) USD
countryCode string Country code for the team US
fiscalYearStartMonth number Month when the fiscal year starts (1-12). Null for trailing 12 months. Defaults based on country if not specified. 4
exportSettings operations.ExportSettings Export settings for transactions
companyType operations.CompanyType Type of company or team solo_founder
heardAbout operations.HeardAbout How the user heard about the product twitter