POST MemberActivity
Web route to create a new MemberActivity record
Request Information
URI Parameters
None.
Body Parameters
MemberActivityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivityId | integer |
None. |
|
| ProfileId | integer |
None. |
|
| ActivityTypeId | integer |
None. |
|
| ActivityType | string |
None. |
|
| ActivityDate | date |
None. |
|
| Descr | string |
None. |
|
| DateCreated | date |
None. |
|
| DateChanged | date |
None. |
|
| ChangedBy | string |
None. |
|
| EntityId | integer |
None. |
|
| ExternalId | string |
None. |
|
| PrimaryEntity | boolean |
None. |
|
| Member | boolean |
None. |
|
| Prospect | boolean |
None. |
|
| Source | string |
None. |
|
| Status | string |
None. |
|
| MemberSince | date |
None. |
|
| ActivityStartDate | date |
None. |
|
| ActivityEndDate | date |
None. |
|
| BillingId | integer |
None. |
|
| Inactive | boolean |
None. |
|
| DateInactive | date |
None. |
|
| ActivityValue | string |
None. |
|
| MemberShipLevelId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
- "ActivityId": 1,
- "ProfileId": 2,
- "ActivityTypeId": 3,
- "ActivityType": "sample string 4",
- "ActivityDate": "2025-11-01T18:47:44.4490529Z",
- "Descr": "sample string 6",
- "DateCreated": "2025-11-01T18:47:44.4490529Z",
- "DateChanged": "2025-11-01T18:47:44.4490529Z",
- "ChangedBy": "sample string 9",
- "EntityId": 10,
- "ExternalId": "sample string 11",
- "PrimaryEntity": true,
- "Member": true,
- "Prospect": true,
- "Source": "sample string 15",
- "Status": "sample string 16",
- "MemberSince": "2025-11-01T18:47:44.4490529Z",
- "ActivityStartDate": "2025-11-01T18:47:44.4490529Z",
- "ActivityEndDate": "2025-11-01T18:47:44.4490529Z",
- "BillingId": 20,
- "Inactive": true,
- "DateInactive": "2025-11-01T18:47:44.4490529Z",
- "ActivityValue": "sample string 23",
- "MemberShipLevelId": 24
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1