Registration
Provides methods to Create, Read, Update and Delete all registrations.
| API | Description |
|---|---|
| GET api/Registration |
Retrieves the list of Registrations in the system |
| GET api/Registration/{id} |
Retrieves a particular Registration information for the given Identifier. |
| GET api/Registration?fdn={fdn} |
Retrieves a particular Registration information for the given Firm Domain Name. |
| POST api/Registration |
Creates a new Registration record in the database. |
| PUT api/Registration/{id} |
Updates an existing Registration record in the database. |
| DELETE api/Registration/{id} |
Deletes the existing Registration record in the database. |