# Create Bulk Provider Professional IDs Create multiple professional IDs for a provider Endpoint: POST /v2/provider/{providerId}/professional-ids Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Path parameters: - `providerId` (string, required) ## Request fields (application/json): - `professional_ids` (array, required) Array of professional IDs to create - `professional_ids.type` (string, required) Type of professional ID Enum: "Medicare Number", "Medicaid Number", "ECFMG Number", "Foreign National Identification Number", "Unique Physician Identification Number", "CLIA", "DEA" - `professional_ids.number` (string, required) Professional ID number - `professional_ids.issue_date` (string) Issue date of the professional ID - `professional_ids.expiration_date` (string) Expiration date of the professional ID - `professional_ids.notes` (string) Notes about the professional ID - `professional_ids.state` (string) State associated with the professional ID Enum: "AK", "AL", "AR", "AS", "AZ", "CA", "CO", "CT", "DC", "DE", "FL", "FM", "GA", "GU", "HI", "IA", "ID", "IL", "IN", "KS", "KY", "LA", "MA", "MD", "ME", "MH", "MI", "MN", "MO", "MP", "MS", "MT", "NC", "ND", "NE", "NH", "NJ", "NM", "NV", "NY", "OH", "OK", "OR", "PA", "PR", "PW", "RI", "SC", "SD", "TN", "TX", "UT", "UM", "VA", "VI", "VT", "WA", "WI", "WV", "WY" - `professional_ids.source` (string) Source of the professional ID ## Response 201 fields (application/json): - `id` (string, required) Unique identifier for the professional ID - `type` (string, required) Type of professional ID Enum: "Medicare Number", "Medicaid Number", "ECFMG Number", "Foreign National Identification Number", "Unique Physician Identification Number", "CLIA", "DEA" - `number` (string, required) Professional ID number - `issue_date` (string) Issue date of the professional ID - `expiration_date` (string) Expiration date of the professional ID - `notes` (string) Notes about the professional ID - `state` (string) State associated with the professional ID - `source` (string) Source of the professional ID ## Response 401 fields ## Response 403 fields ## Response 404 fields