API Resources
NewMember
making new members
| API | Description |
|---|---|
| POST NewMembers |
Create a new member |
| PUT NewMember/{id} |
Create a new member from an existing profile |
| PUT NewMember/{id}/Simple |
Create a new member from an existing profile and simplified DTO |
| POST AddProspects |
Create a new prospect |
| PUT AddProspect/{id} |
Create a new prospect from an existing profile |
| POST NewMember/{memberProfileId}/ProfileRelation |
Create a profile related to another profile |
| PUT NewMember/{memberProfileId}/ProfileRelation/{relationId} |
Update a profile and it's relationship to another profile |
| PUT ProfileEdit/{profileId} |
updates a profile. Here because all the code is copy/pastaed from add-a-member. |
| PUT ProfileEdit/{profileId}/ProfileRelation/{relationId} |
updates a profile. Here because all the code is copy/pastaed from add-a-member. |
| POST ProfileEdit/{profileId}/ProfileRelation/{relationId} |
updates a profile. Here because all the code is copy/pastaed from add-a-member. |
| POST NewMember/{memberProfileId}/Invoices |
Create a light invoice for a profile |
| PUT NewMember/{memberProfileId}/Invoice/{invoiceId} |
Update a light invoice for a profile |