TAG LINE
SMALL TITLE
id | "id": 12 Type: Number |
accountServiceId | "accountServiceId": "Hello World" Type: String |
accountServiceName | "accountServiceName": "Hello World" Type: String |
usageBucketSharePlanId | "usageBucketSharePlanId": 23 Type: Number |
usageBucketSharePlanName | "usageBucketSharePlanName": "Hello World" Type: String |
usageBucketId | "usageBucketId": 11 Type: Number |
usageBucketName | "usageBucketName": "Hello World" Type: String |
temporalId | "temporalId": 14 Type: Number |
isContributing | "isContributing": true Type: Boolean |
contributingAmount | "contributingAmount": "Hello World" Type: String |
contributingUsageUnitId | "contributingUsageUnitId": 9 Type: Number |
contributingUsageUnitName | "contributingUsageUnitName": "Hello World" Type: String |
participatingLimit | "participatingLimit": "Hello World" Type: String |
participatingUsageUnitId | "participatingUsageUnitId": 1 Type: Number |
participatingUsageUnitName | "participatingUsageUnitName": "Hello World" Type: String |
inheritedEffective | "inheritedEffective": "2005-04-11T14:56:24" Type: Date |
inheritedEffectiveCancel | "inheritedEffectiveCancel": "2005-04-11T14:56:24" Type: Date |
start | "start": "2005-04-11T14:56:24" Type: Date |
end | "end": "2005-04-11T14:56:24" Type: Date |
effectiveStart | "effectiveStart": "2005-04-11T14:56:24" Type: Date |
effectiveEnd | "effectiveEnd": "2005-04-11T14:56:24" Type: Date |
isInBounds | "isInBounds": true Type: Boolean |
isCurrentVersion | "isCurrentVersion": true Type: Boolean |
isLastVersion | "isLastVersion": 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/v3/Account/Service/Usage/Bucket/SharePlan/ContributionOverride/Temporal/View |
Retrieve all of the ViewAccountServiceUsageBucketSharePlanContributionOverrideTemporal objects. |
GET | api/v3/Account/Service/Usage/Bucket/SharePlan/ContributionOverride/Temporal/View/Paged |
Retreive all of the ViewAccountServiceUsageBucketSharePlanContributionOverrideTemporal objects in a paged fashion. |
GET | api/v3/Account/Service/Usage/Bucket/SharePlan/ContributionOverride/Temporal/View/{id:int} |
Retrieve an instance of the ViewAccountServiceUsageBucketSharePlanContributionOverrideTemporal object by it's ID. | |
{id:int} | Unique identifier for the ViewAccountServiceUsageBucketSharePlanContributionOverrideTemporal object. |