OrganizationInfoInput
Payload for adding an organization info
Fields
location
· LocationInput
· The location of the organization organization_id
· ID
· The ID of the organization other_id_qual
· String
· The other ID qual of the organization phone_number
· String
· The phone number of the organization tax_id_type
· String
· The tax ID type of the organization Used By
Definition
"""Payload for adding an organization info"""input OrganizationInfoInput { """ The ID of the organization """ id: ID
""" The location of the organization """ location: LocationInput
""" The graphql_name of the organization """ name: String
""" The NPI of the organization """ npi: String
""" The ID of the organization """ organization_id: ID
""" The other ID of the organization """ other_id: String
""" The other ID qual of the organization """ other_id_qual: String
""" The phone number of the organization """ phone_number: String
""" The tax ID of the organization """ tax_id: String
""" The tax ID type of the organization """ tax_id_type: String}