# Create medicaid enrollment info for the existing provider Creates the medicaid enrollment info for a specific provider. Endpoint: POST /providers/{providerId}/info/medicaidEnrollments Version: 26.2.0.4309 Security: Bearer ## Path parameters: - `providerId` (string, required) ## Request fields (application/json): - `state` (string, required) State of the Medicaid enrollment. Enum: "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "GU", "MP", "PR", "VI" - `nonVerifiedInfo` (object) - `nonVerifiedInfo.effectiveDate` (string) The effective date of this Medicaid enrollment. - `nonVerifiedInfo.providerType` (string) The type of provider of this Medicaid enrollment. - `nonVerifiedInfo.providerSpecialty` (string) Provider specialty associated with the Medicaid enrollment. - `nonVerifiedInfo.address` (string) Provider address. - `nonVerifiedInfo.inState` (boolean) ## Response 201 fields (application/json): - `lastUpdatedAt` (string) The date and time when the object was created or modified. - `id` (string) Unique identifier associated with this Medicaid enrollment. - `state` (string) State of the Medicaid enrollment. Enum: "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "GU", "MP", "PR", "VI" - `nonVerifiedInfo` (object) - `nonVerifiedInfo.effectiveDate` (string) The effective date of this Medicaid enrollment. - `nonVerifiedInfo.providerType` (string) The type of provider of this Medicaid enrollment. - `nonVerifiedInfo.providerSpecialty` (string) Provider specialty associated with the Medicaid enrollment. - `nonVerifiedInfo.address` (string) Provider address. - `nonVerifiedInfo.inState` (boolean) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields