TAG LINE
SMALL TITLE
id | "id": 14 Type: Number |
viewAccountServiceSummaryId | "viewAccountServiceSummaryId": "Hello World" Type: String |
usageBucketSharePlanId | "usageBucketSharePlanId": 20 Type: Number |
usageBucketSharePlanName | "usageBucketSharePlanName": "Hello World" Type: String |
usageBucketShareLevelId | "usageBucketShareLevelId": 12 Type: Number |
usageBucketShareLevelName | "usageBucketShareLevelName": "Hello World" Type: String |
sharePlanAccountId | "sharePlanAccountId": 17 Type: Number |
sharePlanAccountName | "sharePlanAccountName": "Hello World" Type: String |
sharePlanAccountPackageId | "sharePlanAccountPackageId": "Hello World" Type: String |
sharePlanAccountPackageName | "sharePlanAccountPackageName": "Hello World" Type: String |
sharePlanAccountServiceId | "sharePlanAccountServiceId": "Hello World" Type: String |
sharePlanAccountServiceName | "sharePlanAccountServiceName": "Hello World" Type: String |
isAvailable | "isAvailable": true Type: Boolean |
isOptIn | "isOptIn": true Type: Boolean |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v2/Account/Service/Summary/Participating/View |
Retrieve all of the ViewParticipatingAccountServiceSummary objects. |
GET | api/v2/Account/Service/Summary/Participating/View/Paged |
Retreive all of the ViewParticipatingAccountServiceSummary objects in a paged fashion. |
GET | api/v2/Account/Service/Summary/Participating/View/{id:int} |
Retrieve an instance of the ViewParticipatingAccountServiceSummary object by it's ID. | |
{id:int} | Unique identifier for the ViewParticipatingAccountServiceSummary object. |