TAG LINE
TAG LINE
SMALL TITLE

Account / Price Plan

(API Version v6)


This object represents the top level container which holds account price plan details. This container will hold all the Packages with custom pricing for a specified Account.


What can you do with AccountPricePlan?


Properties

Property Details
identity
READ-ONLY
"identity": 11
Type: Number
This is the unique numeric identifier for the AccountPricePlan
name
"name": "Hello World"
Type: String
This is the name given to the Price Plan.
accountId
"accountId": 16
Type: Number
Unique identifier for the associated Account object.
accountName
"accountName": "Sample Name"
Type: String
The name of the object associated with the accountId property.
description
"description": "Hello World"
Type: String
Text description of the Price Plan.
start
"start": "2021-04-26T15:25:27.587Z"
Type: Date
Price Plan effective start date.

Date and time values are specified in the ISO 8601 format.
end
"end": "2021-04-26T15:25:27.587Z"
Type: Date
Price Plan effective end date.

Date and time values are specified in the ISO 8601 format.
isConsolidatedByInvoicer
"isConsolidatedByInvoicer": true
Type: Boolean
Whether or not sub accounts inherit this price plan.
lastUsedForBilling
READ-ONLY
"lastUsedForBilling": "2021-04-26T15:25:27.587Z"
Type: Date
When this price plan was last used for calculating pricing for an invoice.

Date and time values are specified in the ISO 8601 format.
includeChildAccounts
"includeChildAccounts": true
Type: Boolean


Patch Types

The PATCH verb allows you to update an object. Just like a put, you only need to supply the fields that will be updated in the payload. However, a patch allows you to update many objects at once.

PATCH operations can be used as a standard API call. Below you will find the child objects that can be updated as part of PATCH operations for the AccountPricePlan object.

Standard PATCH objects:

  • packageServicePricePlan - create, update, delete
  • usageRatePlanAccountPricePlanConnectorHistory - create, update, delete

DataFlow PATCH objects:


End Points

DELETEAccount/PricePlan/{id}
Delete an instance of the AccountPricePlan object. Upon successful delete, this API will return a record of all of the reelated objects deleted with this operation. The specifics on which objects have been deleted will depend on which related objects have been populated in the system.
{id}Unique identifier for the AccountPricePlan object.
Delete an instance of the AccountPricePlan object.
DELETE Account/PricePlan/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "delete",
    "results": {
        "totalCount": 4,
        "items": [
            {
                "identity": 1,
                "action": "deleted",
                "dtoTypeKey": "accountPricePlan"
            },
            {
                "lhsId": 2,
                "rhsId": 2,
                "action": "detached",
                "dtoTypeKey": "sampleObjectConnector"
            },
            {
                "foreignKeyIdentity": 2,
                "action": "deleted",
                "dtoTypeKey": "sampleObject"
            }
        ]
    }
}
GETAccount/PricePlan/
Retrieve all of the AccountPricePlan objects.
Retrieve all of the AccountPricePlan objects.
GET Account/PricePlan/
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "name": "Sample Text Data",
            "accountId": 17,
            "accountName": "Sample Text Data",
            "description": "Sample Text Data",
            "start": "2021-04-26T15:25:27.587Z",
            "end": "2021-04-26T15:25:27.587Z",
            "isConsolidatedByInvoicer": true,
            "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
            "includeChildAccounts": true
        }
    ]
}
GETAccount/PricePlan/ActiveFor/Account/{id}
Retrieve the AccountPricePlan that is active right now for an Account.
{id}Unique identifier for the Account object.
Retrieve the AccountPricePlan that is active right now for an Account.
GET Account/PricePlan/ActiveFor/Account/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "b9e5eb9f-e754-4f29-88aa-993687632ee1",
    "instance": {
        "identity": 2,
        "name": "Fall 2018",
        "accountId": 10000000,
        "accountName": "Anthem Records",
        "description": "Autumn Special",
        "start": "2018-10-01T00:00:00",
        "isConsolidatedByInvoicer": true
    }
}
GETAccount/PricePlan/ActiveFor/Account/{id}/Detail
Retrieve the deep detail of the AccountPricePlan that is active right now for an Account including sub accounts. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system.
{id}Unique identifier for the Account object.
Retrieve the deep detail of the AccountPricePlan that is active right now for an Account including sub accounts.
GET Account/PricePlan/ActiveFor/Account/{id}/Detail
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "106ab566-c0fd-46ed-8932-4365208cd0e3",
    "instance": {
        "identity": 2,
        "name": "Fall 2018",
        "accountId": 10000000,
        "accountName": "Anthem Records",
        "description": "Autumn Special",
        "start": "2018-10-01T00:00:00",
        "isConsolidatedByInvoicer": true,
        "details": {
            "pricePlans": {
                "totalCount": 2,
                "items": [
                    {
                        "identity": 1500,
                        "packageServiceId": 3,
                        "packageFrequencyId": 44,
                        "packageFrequencyName": "DialUp Package - 1 Month",
                        "packageCurrencyId": 2,
                        "accountPricePlanId": 2,
                        "accountPricePlanName": "Fall 2018",
                        "isCountOnFirstUsage": false,
                        "packageId": 2,
                        "packageName": "DialUp Package",
                        "serviceId": 2,
                        "serviceName": "Dialup Service",
                        "packageFrequencyPackageCurrencyIsActive": true,
                        "currencyId": 1,
                        "currencyName": "United States Dollar",
                        "currencyCode": "USD",
                        "statusTierTypeId": 2,
                        "statusTierTypeName": "Tier By Status",
                        "details": {
                            "recurringPrices": {
                                "totalCount": 1,
                                "items": [
                                    {
                                        "identity": 203,
                                        "packageServicePricePlanId": 1500,
                                        "serviceStatusTypeId": 12,
                                        "serviceStatusTypeName": "Active",
                                        "pricePlanTierTypeId": 1,
                                        "pricePlanTierTypeName": "Tiered - Bracket Pricing",
                                        "details": {
                                            "totalCount": 2,
                                            "items": [
                                                {
                                                    "identity": 121,
                                                    "amount": 2.9,
                                                    "packageServiceRecurringPriceId": 203
                                                },
                                                {
                                                    "identity": 120,
                                                    "amount": 3.1,
                                                    "threshold": 10,
                                                    "packageServiceRecurringPriceId": 203
                                                }
                                            ]
                                        }
                                    }
                                ]
                            }
                        }
                    },
                    {
                        "identity": 1501,
                        "packageServiceId": 5,
                        "packageFrequencyId": 44,
                        "packageFrequencyName": "DialUp Package - 1 Month",
                        "packageCurrencyId": 2,
                        "accountPricePlanId": 2,
                        "accountPricePlanName": "Fall 2018",
                        "isCountOnFirstUsage": false,
                        "packageId": 2,
                        "packageName": "DialUp Package",
                        "serviceId": 6,
                        "serviceName": "Email Service",
                        "packageFrequencyPackageCurrencyIsActive": true,
                        "currencyId": 1,
                        "currencyName": "United States Dollar",
                        "currencyCode": "USD",
                        "statusTierTypeId": 2,
                        "statusTierTypeName": "Tier By Status",
                        "details": {
                            "recurringPrices": {
                                "totalCount": 1,
                                "items": [
                                    {
                                        "identity": 205,
                                        "packageServicePricePlanId": 1501,
                                        "serviceStatusTypeId": 12,
                                        "serviceStatusTypeName": "Active",
                                        "pricePlanTierTypeId": 3,
                                        "pricePlanTierTypeName": "Tiered - Progressive Pricing",
                                        "details": {
                                            "totalCount": 3,
                                            "items": [
                                                {
                                                    "identity": 132,
                                                    "amount": 1.95,
                                                    "packageServiceRecurringPriceId": 205
                                                },
                                                {
                                                    "identity": 130,
                                                    "amount": 2.25,
                                                    "threshold": 6,
                                                    "packageServiceRecurringPriceId": 205
                                                },
                                                {
                                                    "identity": 131,
                                                    "amount": 2.1,
                                                    "threshold": 12,
                                                    "packageServiceRecurringPriceId": 205
                                                }
                                            ]
                                        }
                                    }
                                ]
                            }
                        }
                    }
                ]
            }
        }
    }
}
GETAccount/PricePlan/Paged
Retrieve all of the AccountPricePlan objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints.
Retrieve all of the AccountPricePlan objects in a paged fashion.
GET Account/PricePlan/Paged
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "pagination": {
        "pageNumber": 1,
        "pageSize": 20,
        "excludeTotalCount": false
    },
    "pagedResults": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "name": "Sample Text Data",
                "accountId": 18,
                "accountName": "Sample Text Data",
                "description": "Sample Text Data",
                "start": "2021-04-26T15:25:27.587Z",
                "end": "2021-04-26T15:25:27.587Z",
                "isConsolidatedByInvoicer": true,
                "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
                "includeChildAccounts": true
            }
        ]
    }
}
GETAccount/PricePlan/Paged/Detail
Retrieve all of the AccountPricePlan objects in a paged fashion with all object details. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system.
Retrieve all of the AccountPricePlan objects in a paged fashion with all object details.
GET Account/PricePlan/Paged/Detail
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "pagination": {
        "pageNumber": 1,
        "pageSize": 20,
        "excludeTotalCount": false
    },
    "pagedResults": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "name": "Sample Text Data",
                "accountId": 27,
                "accountName": "Sample Text Data",
                "description": "Sample Text Data",
                "start": "2021-04-26T15:25:27.587Z",
                "end": "2021-04-26T15:25:27.587Z",
                "isConsolidatedByInvoicer": true,
                "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
                "includeChildAccounts": true,
                "details": {
                    "pricePlans": [
                        {
                            "identity": 52,
                            "packageServiceId": 65,
                            "packageFrequencyId": 40,
                            "packageFrequencyName": "Sample Text Data",
                            "packageCurrencyId": 38,
                            "accountPricePlanId": 23,
                            "accountPricePlanName": "Sample Text Data",
                            "accountProductCodeId": 63,
                            "accountProductCodeName": "Sample Text Data",
                            "priceBookId": 74,
                            "priceBookName": "Sample Text Data",
                            "packageId": 4,
                            "packageName": "Sample Text Data",
                            "serviceId": 20,
                            "serviceName": "Sample Text Data",
                            "packageFrequencyPackageCurrencyIsActive": true,
                            "currencyId": 42,
                            "currencyName": "Sample Text Data",
                            "currencyCode": "Sample Text Data",
                            "countingRuleId": 82,
                            "countingRuleName": "Sample Text Data",
                            "details": {
                                "recurringPrices": [
                                    {
                                        "identity": 17,
                                        "packageServicePricePlanId": 97,
                                        "serviceStatusTypeId": 38,
                                        "serviceStatusTypeName": "Sample Text Data",
                                        "amount": 61.19,
                                        "pricePlanTierTypeId": 58,
                                        "pricePlanTierTypeName": "Sample Text Data",
                                        "details": {
                                            "identity": 40,
                                            "amount": 2.45,
                                            "threshold": 95,
                                            "packageServiceRecurringPriceId": 15,
                                            "details": {
                                                "currentRatePlan": {
                                                    "identity": 27,
                                                    "name": "Sample Text Data",
                                                    "displayName": "Sample Text Data",
                                                    "start": "2021-04-26T15:25:27.587Z"
                                                }
                                            }
                                        }
                                    }
                                ],
                                "transitionPrices": [
                                    {
                                        "identity": 68,
                                        "amount": 81.79,
                                        "packageServicePricePlanId": 7,
                                        "serviceTransitionId": 90,
                                        "serviceTransitionName": "Sample Text Data",
                                        "chargeServiceId": 85,
                                        "chargeServiceName": "Sample Text Data",
                                        "transitionDuration": 65,
                                        "frequencyTypeId": 22,
                                        "frequencyTypeName": "Sample Text Data",
                                        "transitionDurationPenaltyAmount": 69.06,
                                        "transitionLimit": 26
                                    }
                                ],
                                "currentRatePlan": {
                                    "identity": 62,
                                    "name": "Sample Text Data",
                                    "displayName": "Sample Text Data",
                                    "start": "2021-04-26T15:25:27.587Z"
                                },
                                "usageRateOverrides": [
                                    {
                                        "identity": 32,
                                        "amount": 26.65,
                                        "usageRateId": 70,
                                        "usageRatePlanPackageServicePricePlanConnectorHistoryId": 56,
                                        "details": {
                                            "usageRateTierOverrides": [
                                                {
                                                    "identity": 48,
                                                    "packageServicePricePlanUsageRateOverrideId": 97,
                                                    "threshold": 8,
                                                    "amount": 21.7
                                                }
                                            ]
                                        }
                                    }
                                ],
                                "nonRecurringPrices": [
                                    {
                                        "identity": 32,
                                        "packageServicePricePlanId": 77,
                                        "pricePlanTierTypeId": 20,
                                        "pricePlanTierTypeName": "Sample Text Data",
                                        "amount": 90.23,
                                        "details": {
                                            "tiers": [
                                                {
                                                    "identity": 6,
                                                    "packageServiceNonRecurringPriceId": 44,
                                                    "amount": 25.94,
                                                    "threshold": 44
                                                }
                                            ]
                                        }
                                    }
                                ],
                                "packageServiceDiscounts": [
                                    {
                                        "identity": 23,
                                        "packageServicePricePlanId": 26,
                                        "discountName": "Sample Text Data",
                                        "discountStart": "2021-04-26T15:25:27.587Z",
                                        "discountEnd": "2021-04-26T15:25:27.587Z",
                                        "isProrated": true,
                                        "generalLedgerId": 15,
                                        "generalLedgerName": "Sample Text Data",
                                        "appliedOrder": 39,
                                        "isActive": true,
                                        "details": {
                                            "packageServiceStatusDiscounts": [
                                                {
                                                    "identity": 7,
                                                    "packageServiceDiscountId": 90,
                                                    "serviceStatusTypeId": 30,
                                                    "serviceStatusTypeName": "Sample Text Data",
                                                    "discountPromoCodeCurrencyId": 30,
                                                    "discountId": 36,
                                                    "details": {
                                                        "discountAmounts": [
                                                            {
                                                                "identity": 10,
                                                                "discountId": 56,
                                                                "discountTypeId": 74,
                                                                "discountTypeName": "Sample Text Data",
                                                                "frequency": 63,
                                                                "frequencyTypeId": 94,
                                                                "frequencyTypeName": "Sample Text Data",
                                                                "amount": 52.97,
                                                                "appliedOrder": 4
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ]
                            }
                        }
                    ],
                    "currentRatePlan": {
                        "identity": 93,
                        "name": "Sample Text Data",
                        "displayName": "Sample Text Data",
                        "start": "2021-04-26T15:25:27.587Z"
                    }
                }
            }
        ]
    }
}
GETAccount/PricePlan/{id}
Retrieve an instance of the AccountPricePlan object by its ID.
{id}Unique identifier for the AccountPricePlan object.
Retrieve an instance of the AccountPricePlan object by its ID.
GET Account/PricePlan/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "name": "Sample Text Data",
        "accountId": 12,
        "accountName": "Sample Text Data",
        "description": "Sample Text Data",
        "start": "2021-04-26T15:25:27.587Z",
        "end": "2021-04-26T15:25:27.587Z",
        "isConsolidatedByInvoicer": true,
        "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
        "includeChildAccounts": true
    }
}
GETAccount/PricePlan/{id}/Detail
Retrieve deep detail of the AccountPricePlan object by its ID. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system.
{id}Unique identifier for the AccountPricePlan object.
Retrieve deep detail of the AccountPricePlan object by its ID.
GET Account/PricePlan/{id}/Detail
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "name": "Sample Text Data",
        "accountId": 13,
        "accountName": "Sample Text Data",
        "description": "Sample Text Data",
        "start": "2021-04-26T15:25:27.587Z",
        "end": "2021-04-26T15:25:27.587Z",
        "isConsolidatedByInvoicer": true,
        "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
        "includeChildAccounts": true,
        "details": {
            "pricePlans": [
                {
                    "identity": 52,
                    "packageServiceId": 65,
                    "packageFrequencyId": 40,
                    "packageFrequencyName": "Sample Text Data",
                    "packageCurrencyId": 38,
                    "accountPricePlanId": 23,
                    "accountPricePlanName": "Sample Text Data",
                    "accountProductCodeId": 63,
                    "accountProductCodeName": "Sample Text Data",
                    "priceBookId": 74,
                    "priceBookName": "Sample Text Data",
                    "packageId": 4,
                    "packageName": "Sample Text Data",
                    "serviceId": 20,
                    "serviceName": "Sample Text Data",
                    "packageFrequencyPackageCurrencyIsActive": true,
                    "currencyId": 42,
                    "currencyName": "Sample Text Data",
                    "currencyCode": "Sample Text Data",
                    "countingRuleId": 82,
                    "countingRuleName": "Sample Text Data",
                    "details": {
                        "recurringPrices": [
                            {
                                "identity": 17,
                                "packageServicePricePlanId": 97,
                                "serviceStatusTypeId": 38,
                                "serviceStatusTypeName": "Sample Text Data",
                                "amount": 61.19,
                                "pricePlanTierTypeId": 58,
                                "pricePlanTierTypeName": "Sample Text Data",
                                "details": {
                                    "identity": 40,
                                    "amount": 2.45,
                                    "threshold": 95,
                                    "packageServiceRecurringPriceId": 15,
                                    "details": {
                                        "currentRatePlan": {
                                            "identity": 27,
                                            "name": "Sample Text Data",
                                            "displayName": "Sample Text Data",
                                            "start": "2021-04-26T15:25:27.587Z"
                                        }
                                    }
                                }
                            }
                        ],
                        "transitionPrices": [
                            {
                                "identity": 68,
                                "amount": 81.79,
                                "packageServicePricePlanId": 7,
                                "serviceTransitionId": 90,
                                "serviceTransitionName": "Sample Text Data",
                                "chargeServiceId": 85,
                                "chargeServiceName": "Sample Text Data",
                                "transitionDuration": 65,
                                "frequencyTypeId": 22,
                                "frequencyTypeName": "Sample Text Data",
                                "transitionDurationPenaltyAmount": 69.06,
                                "transitionLimit": 26
                            }
                        ],
                        "currentRatePlan": {
                            "identity": 62,
                            "name": "Sample Text Data",
                            "displayName": "Sample Text Data",
                            "start": "2021-04-26T15:25:27.587Z"
                        },
                        "usageRateOverrides": [
                            {
                                "identity": 32,
                                "amount": 26.65,
                                "usageRateId": 70,
                                "usageRatePlanPackageServicePricePlanConnectorHistoryId": 56,
                                "details": {
                                    "usageRateTierOverrides": [
                                        {
                                            "identity": 48,
                                            "packageServicePricePlanUsageRateOverrideId": 97,
                                            "threshold": 8,
                                            "amount": 21.7
                                        }
                                    ]
                                }
                            }
                        ],
                        "nonRecurringPrices": [
                            {
                                "identity": 32,
                                "packageServicePricePlanId": 77,
                                "pricePlanTierTypeId": 20,
                                "pricePlanTierTypeName": "Sample Text Data",
                                "amount": 90.23,
                                "details": {
                                    "tiers": [
                                        {
                                            "identity": 6,
                                            "packageServiceNonRecurringPriceId": 44,
                                            "amount": 25.94,
                                            "threshold": 44
                                        }
                                    ]
                                }
                            }
                        ],
                        "packageServiceDiscounts": [
                            {
                                "identity": 23,
                                "packageServicePricePlanId": 26,
                                "discountName": "Sample Text Data",
                                "discountStart": "2021-04-26T15:25:27.587Z",
                                "discountEnd": "2021-04-26T15:25:27.587Z",
                                "isProrated": true,
                                "generalLedgerId": 15,
                                "generalLedgerName": "Sample Text Data",
                                "appliedOrder": 39,
                                "isActive": true,
                                "details": {
                                    "packageServiceStatusDiscounts": [
                                        {
                                            "identity": 7,
                                            "packageServiceDiscountId": 90,
                                            "serviceStatusTypeId": 30,
                                            "serviceStatusTypeName": "Sample Text Data",
                                            "discountPromoCodeCurrencyId": 30,
                                            "discountId": 36,
                                            "details": {
                                                "discountAmounts": [
                                                    {
                                                        "identity": 10,
                                                        "discountId": 56,
                                                        "discountTypeId": 74,
                                                        "discountTypeName": "Sample Text Data",
                                                        "frequency": 63,
                                                        "frequencyTypeId": 94,
                                                        "frequencyTypeName": "Sample Text Data",
                                                        "amount": 52.97,
                                                        "appliedOrder": 4
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ],
            "currentRatePlan": {
                "identity": 93,
                "name": "Sample Text Data",
                "displayName": "Sample Text Data",
                "start": "2021-04-26T15:25:27.587Z"
            }
        }
    }
}
PATCHAccount/PricePlan/{id}
Update or Add the AccountPricePlan object and optionally make changes to any child objects. Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array.
{id}Unique identifier for the AccountPricePlan object.
Update or Add the AccountPricePlan object and optionally make changes to any child objects.
PATCH Account/PricePlan/{id}

{
    "details": {},
    "accountPricePlans": {
        "items": [
            {
                "patchType": "create",
                "patchClientId": 1,
                "name": "Sample Text Data",
                "accountId": 0,
                "description": "Sample Text Data",
                "start": "2021-04-26T15:25:27.587Z",
                "end": "2021-04-26T15:25:27.587Z",
                "isConsolidatedByInvoicer": true,
                "includeChildAccounts": true
            }
        ]
    }
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "patch",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "action": "created",
                "dtoTypeKey": "accountPricePlan",
                "instance": {
                    "identity": 1,
                    "name": "Sample Text Data",
                    "accountId": 27,
                    "accountName": "Sample Text Data",
                    "description": "Sample Text Data",
                    "start": "2021-04-26T15:25:27.587Z",
                    "end": "2021-04-26T15:25:27.587Z",
                    "isConsolidatedByInvoicer": true,
                    "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
                    "includeChildAccounts": true
                }
            }
        ]
    }
}
POSTAccount/PricePlan/
Create a new instance of the AccountPricePlan object.
Create a new instance of the AccountPricePlan object.
POST Account/PricePlan/

{
    "name": "Sample Text Data",
    "accountId": 14,
    "description": "Sample Text Data",
    "start": "2021-04-26T15:25:27.587Z",
    "end": "2021-04-26T15:25:27.587Z",
    "isConsolidatedByInvoicer": true,
    "includeChildAccounts": true
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "create",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "name": "Sample Text Data",
                "accountId": 27,
                "accountName": "Sample Text Data",
                "description": "Sample Text Data",
                "start": "2021-04-26T15:25:27.587Z",
                "end": "2021-04-26T15:25:27.587Z",
                "isConsolidatedByInvoicer": true,
                "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
                "includeChildAccounts": true
            }
        ]
    }
}
POSTAccount/PricePlan/{id}/Patch
This method is only created as work around in order to provide PATCH capability for Salesforce that can only submit POST calls. Typically an internal API with limited use.
{id}Unique identifier for the AccountPricePlan object.
PUTAccount/PricePlan/{id}
Update an existing instance of the AccountPricePlan object.
Update an existing instance of the AccountPricePlan object.
PUT Account/PricePlan/{id}

{
    "identity": 1,
    "name": "Sample Text Data",
    "accountId": 27,
    "description": "Sample Text Data",
    "start": "2021-04-26T15:25:27.587Z",
    "end": "2021-04-26T15:25:27.587Z",
    "isConsolidatedByInvoicer": true,
    "includeChildAccounts": true
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "update",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "name": "Sample Text Data",
                "accountId": 26,
                "accountName": "Sample Text Data",
                "description": "Sample Text Data",
                "start": "2021-04-26T15:25:27.587Z",
                "end": "2021-04-26T15:25:27.587Z",
                "isConsolidatedByInvoicer": true,
                "lastUsedForBilling": "2021-04-26T15:25:27.587Z",
                "includeChildAccounts": true
            }
        ]
    }
}