Immunization REST Endpoints

Immunization
The operations from the Immunization category.
Create an immunization
Method: post
Path: /Immunization
Get a list of immunizations
Method: get
Path: /Immunization
Get an immunization by ID
Method: get
Path: /Immunization/{ID}
Update an immunization
Method: put
Path: /Immunization/{ID}