PsaCompanyFullDetails
Full PSA company details including address, contact, country, status, and types
This page contains
Fields
| id: Int! | Company ID in PSA |
| identifier: String | Company identifier string |
| name: String! | Company name |
| addressLine1: String | Primary address line |
| addressLine2: String | Secondary address line |
| city: String | City |
| state: String | State or province |
| zip: String | Postal/ZIP code |
| phoneNumber: String | Company phone number |
| faxNumber: String | Company fax number |
| website: String | Company website URL |
| country: PsaCountryReference PREVIEW | Country information |
| status: PsaCompanyStatus PREVIEW | Company status |
| types: [PsaCompanyType!] PREVIEW | Company types |
| defaultContact: PsaContactReference PREVIEW | Default contact for the company |
Parent objects of PsaCompanyFullDetails
| ImportCompanyResult PREVIEW | Result for a single company import |
| OnboardingCompanyImportResult PREVIEW | Result for a single onboarding company import (account + PsaCompanyMapping) |
Queries for PsaCompanyFullDetails
| psaCompanyDetailsById PREVIEW | Get detailed PSA company information by company ID. Returns comprehensive company details including address, contact, country, status, and types. This data can be used to create a company in AppDirect. |