Fields
id
String!Required
The unique identifier of company information.
addresses
[CompanyAddress]List of addresses associated with the company.
created_on
String!Required
ISO 8601 timestamp of company information creation, e.g. '2023-10-15T10:30:00Z'.
is_active
BooleanIndicates whether company is active or inactive.
name
String!Required
Name of the company, e.g. 'Reliance Retail Limited'.
notification_emails
[String]List of notification email addresses, e.g. ['admin@company.com', 'support@company.com'].
uid
Int!Required
Unique numeric identifier for the company.
Was this section helpful?