TAG LINE
SMALL TITLE
id | "id": 5 Type: Number |
entityId | "entityId": 14 Type: Number |
accountSharePlanId | "accountSharePlanId": 5 Type: Number |
usageBucketSharePlanId | "usageBucketSharePlanId": 11 Type: Number |
usageBucketShareLevelId | "usageBucketShareLevelId": 22 Type: Number |
isPackageLevelParticipation | "isPackageLevelParticipation": true Type: Boolean |
accountId | "accountId": 27 Type: Number |
accountServiceUsageBucketId | "accountServiceUsageBucketId": 15 Type: Number |
usageBucketId | "usageBucketId": 23 Type: Number |
contributingAmount | "contributingAmount": "Hello World" Type: String |
usageUnitId | "usageUnitId": 5 Type: Number |
GET | api/v3/Account/SharePlan/Contribution/View |
Retrieve all of the ViewContribution objects. |
GET | api/v3/Account/SharePlan/Contribution/View/Paged |
Retreive all of the ViewContribution objects in a paged fashion. |
GET | api/v3/Account/SharePlan/Contribution/View/{id:int} |
Retrieve an instance of the ViewContribution object by it's ID. | |
{id:int} | Unique identifier for the ViewContribution object. |