A contact's CPD Item. A contact can have multiple CPD Items.

Name Type Description Required
Id Int32 (Nullable) No
ContactId Int32 No
DateAdded DateTime (Nullable) No
CategoryId Int32 (Nullable) No
SubCategoryId Int32 (Nullable) No
AwardName String No
AwardDate DateTime (Nullable) No
CompletedDate DateTime (Nullable) No
Comments String No
PointsValue Decimal (Nullable) No
HoursValue Decimal (Nullable) No
VerifiedDate DateTime (Nullable) No
VerifiedBy String No
LearningLevel String No
LearningBody String No
StartedDate DateTime (Nullable) No
StatusId Int32 No
Url Actions Description
api/cpditem/{id} DELETE Deletes an existing CPD Item.
api/cpditem/{id} GET Gets a single CPD Item.
api/cpditem/contact/{contactId} GET Lists all CPD Items for a contact.
api/cpditem POST Updates or adds an existing CPD Item.