TAG LINE
TAG LINE
SMALL TITLE
This object contains all the information associated with a Package that has been assigned to an Account.
identity READ-ONLY | "identity": "Hello World" Type: String This is the unique numeric identifier for the AccountPackage |
accountId | "accountId": 10 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. |
created READ-ONLY | "created": "2021-04-26T15:25:27.587Z" Type: Date This is a system generated date when the record was created. Date and time values are specified in the ISO 8601 format. |
nextBill READ-ONLY | "nextBill": "2021-04-26T15:25:27.587Z" Type: Date The date in which this account will be billed next. Date and time values are specified in the ISO 8601 format. |
name | "name": "Hello World" Type: String The name of the Account Package. |
lastStatusChanged | "lastStatusChanged": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
effective | "effective": "2021-04-26T15:25:27.587Z" Type: Date The start date on when this Account Package is to have its charge calculated. Date and time values are specified in the ISO 8601 format. |
updated | "updated": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
effectiveCancel | "effectiveCancel": "2021-04-26T15:25:27.587Z" Type: Date The date in which this Account Package should be cancelled. Date and time values are specified in the ISO 8601 format. |
packageFrequencyId | "packageFrequencyId": 8 Type: Number Unique identifier for the associated PackageFrequency object. |
packageFrequencyName | "packageFrequencyName": "Sample Name" Type: String The name of the object associated with the packageFrequencyId property. |
termId | "termId": 23 Type: Number Unique identifier for the associated Term object. |
termName | "termName": "Sample Name" Type: String The name of the object associated with the termId property. |
createdByUserId READ-ONLY | "createdByUserId": 6 Type: Number Unique identifier for the associated User object. |
createdByUserName READ-ONLY | "createdByUserName": "Sample Name" Type: String The name of the object associated with the createdByUserId property. |
billDay | "billDay": 7 Type: Number If this Account Package is to be billed on a different day than the account's bill day. |
updatedByUserId READ-ONLY | "updatedByUserId": 25 Type: Number Unique identifier for the associated User object. |
updatedByUserName READ-ONLY | "updatedByUserName": "Sample Name" Type: String The name of the object associated with the updatedByUserId property. |
usageBillDay | "usageBillDay": 7 Type: Number If this Account Package is to have it's usage billed on a different day than the account's usage bill day. |
activation | "activation": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
finalBill READ-ONLY | "finalBill": "2021-04-26T15:25:27.587Z" Type: Date The date when this Account Package had it's final bill generated. Applies to Account Packages that have been cancelled. Date and time values are specified in the ISO 8601 format. |
lastBilled READ-ONLY | "lastBilled": "2021-04-26T15:25:27.587Z" Type: Date The date when this Account Package was last billed. Date and time values are specified in the ISO 8601 format. |
accountSharePlanId | "accountSharePlanId": 22 Type: Number Unique identifier for the associated AccountSharePlan object. |
accountSharePlanName | "accountSharePlanName": "Sample Name" Type: String The name of the object associated with the accountSharePlanId property. |
lastUsageBilled READ-ONLY | "lastUsageBilled": "2021-04-26T15:25:27.587Z" Type: Date The date when this Account Package's usage was last billed. Date and time values are specified in the ISO 8601 format. |
accountProductCodeId | "accountProductCodeId": 7 Type: Number Unique identifier for the associated AccountProductCode object. |
accountProductCodeName | "accountProductCodeName": "Sample Name" Type: String The name of the object associated with the accountProductCodeId property. |
packageCategoryId | "packageCategoryId": 18 Type: Number Unique identifier for the associated PackageCategory object. |
packageCategoryName | "packageCategoryName": "Sample Name" Type: String The name of the object associated with the packageCategoryId property. |
chargeRecurringIfUsage READ-ONLY | "chargeRecurringIfUsage": true Type: Boolean This is an inherited field from the Package that has been added to the account. |
updatedByPortalUserId READ-ONLY | "updatedByPortalUserId": 5 Type: Number If this Account Package has been updated by the end customer in the LogiSense customer portal, then this ID represents that User. Unique identifier for the associated PortalUser object. |
updatedByPortalUserName READ-ONLY | "updatedByPortalUserName": "Sample Name" Type: String The name of the object associated with the updatedByPortalUserId property. |
pendingBillDay | "pendingBillDay": 1 Type: Number |
pendingUsageBillDay | "pendingUsageBillDay": 14 Type: Number |
billCancelOptionTypeId | "billCancelOptionTypeId": 10 Type: Number Unique identifier for the associated BillCancelOptionType object. |
billCancelOptionTypeName | "billCancelOptionTypeName": "Sample Name" Type: String The name of the object associated with the billCancelOptionTypeId property. |
waiveEarlyTerminationFee | "waiveEarlyTerminationFee": true Type: Boolean |
billingActivationTypeId | "billingActivationTypeId": 5 Type: Number Unique identifier for the associated BillingActivationType object. |
billingActivationTypeName | "billingActivationTypeName": "Sample Name" Type: String The name of the object associated with the billingActivationTypeId property. |
quantity | "quantity": 1 Type: Number |
isQuantityAllowed | "isQuantityAllowed": true Type: Boolean |
importLastBilled | "importLastBilled": "2021-04-26T15:25:27.587Z" Type: Date Date and time values are specified in the ISO 8601 format. |
priceBookId | "priceBookId": 19 Type: Number Unique identifier for the associated PriceBook object. |
priceBookName | "priceBookName": "Sample Name" Type: String The name of the object associated with the priceBookId property. |
id | "id": "Hello World" Type: String |
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 or nested within the envelope of a DataFlow. Below you will find the child objects that can be updated as part of PATCH operations for the AccountPackage object.
Standard PATCH objects:
DataFlow PATCH objects:
DELETE | Account/Package/{id} |
Delete an instance of the AccountPackage 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 AccountPackage object. |
Delete an instance of the AccountPackage object. DELETE Account/Package/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "delete", "results": { "totalCount": 4, "items": [ { "identity": 1, "action": "deleted", "dtoTypeKey": "accountPackage" }, { "lhsId": 2, "rhsId": 2, "action": "detached", "dtoTypeKey": "sampleObjectConnector" }, { "foreignKeyIdentity": 2, "action": "deleted", "dtoTypeKey": "sampleObject" } ] } } |
DELETE | Account/Package/{id}/CancelSetting |
Delete a CancelSetting object from the AccountPackage. 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 AccountPackage object. |
{cancelsettingId} | Unique identifier for the CancelSetting object sent down in the body of the request in JSON format.{ "details": { "items": [ { "identity": 1 } ] } } |
Delete a CancelSetting object from the AccountPackage. DELETE Account/Package/{id}/CancelSetting HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "delete", "results": { "totalCount": 4, "items": [ { "identity": 1, "action": "deleted", "dtoTypeKey": "accountPackage" }, { "lhsId": 2, "rhsId": 2, "action": "detached", "dtoTypeKey": "sampleObjectConnector" }, { "foreignKeyIdentity": 2, "action": "deleted", "dtoTypeKey": "sampleObject" } ] } } |
GET | Account/Package/ |
Retrieve all of the AccountPackage objects. | |
Retrieve all of the AccountPackage objects. GET Account/Package/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "accountId": 11, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 9, "packageFrequencyName": "Sample Text Data", "termId": 20, "termName": "Sample Text Data", "createdByUserId": 27, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 13, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 25, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 8, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 27, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 17, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 4, "pendingUsageBillDay": 5, "billCancelOptionTypeId": 27, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 4, "billingActivationTypeName": "Sample Text Data", "quantity": 12, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 6, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } ] } |
GET | Account/Package/Paged |
Retrieve all of the AccountPackage 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 AccountPackage objects in a paged fashion. GET Account/Package/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "accountId": 5, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 13, "packageFrequencyName": "Sample Text Data", "termId": 12, "termName": "Sample Text Data", "createdByUserId": 13, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 19, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 9, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 8, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 6, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 18, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 27, "pendingUsageBillDay": 1, "billCancelOptionTypeId": 17, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 21, "billingActivationTypeName": "Sample Text Data", "quantity": 17, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 22, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } ] } } |
GET | Account/Package/Paged/Detail |
Retrieve all of the AccountPackage 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 AccountPackage objects in a paged fashion with all object details. GET Account/Package/Paged/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "accountId": 24, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 0, "packageFrequencyName": "Sample Text Data", "termId": 1, "termName": "Sample Text Data", "createdByUserId": 7, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 23, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 9, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 7, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 19, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 7, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 22, "pendingUsageBillDay": 24, "billCancelOptionTypeId": 20, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 8, "billingActivationTypeName": "Sample Text Data", "quantity": 26, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 9, "priceBookName": "Sample Text Data", "id": "Sample Text Data", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } ] } } |
GET | Account/Package/{id} |
Retrieve an instance of the AccountPackage object by its ID. | |
{id} | Unique identifier for the AccountPackage object. |
Retrieve an instance of the AccountPackage object by its ID. GET Account/Package/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "accountId": 1, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 4, "packageFrequencyName": "Sample Text Data", "termId": 3, "termName": "Sample Text Data", "createdByUserId": 9, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 24, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 0, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 9, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 9, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 18, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 0, "pendingUsageBillDay": 0, "billCancelOptionTypeId": 20, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 9, "billingActivationTypeName": "Sample Text Data", "quantity": 25, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 16, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } } |
GET | Account/Package/{id}/Detail |
Retrieve deep detail of the AccountPackage 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 AccountPackage object. |
Retrieve deep detail of the AccountPackage object by its ID. GET Account/Package/{id}/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "accountId": 20, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 7, "packageFrequencyName": "Sample Text Data", "termId": 21, "termName": "Sample Text Data", "createdByUserId": 3, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 17, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 24, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 25, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 8, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 10, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 15, "pendingUsageBillDay": 26, "billCancelOptionTypeId": 8, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 27, "billingActivationTypeName": "Sample Text Data", "quantity": 11, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 27, "priceBookName": "Sample Text Data", "id": "Sample Text Data", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } } |
GET | Account/Package/{id}/HasBucketedUsage |
Retrieve all of the HasBucketedUsage objects for the specified AccountPackage. | |
{id} | Unique identifier for the AccountPackage object. |
Retrieve all of the HasBucketedUsage objects for the specified AccountPackage. GET Account/Package/{id}/HasBucketedUsage HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "accountId": 10, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 12, "packageFrequencyName": "Sample Text Data", "termId": 24, "termName": "Sample Text Data", "createdByUserId": 24, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 19, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 19, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 6, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 1, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 8, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 7, "pendingUsageBillDay": 7, "billCancelOptionTypeId": 12, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 1, "billingActivationTypeName": "Sample Text Data", "quantity": 25, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 23, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } } |
PATCH | Account/Package/{id} |
Update or Add the AccountPackage 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 AccountPackage object. |
Update or Add the AccountPackage object and optionally make changes to any child objects. PATCH Account/Package/{id} { "details": {}, "accountPackages": { "items": [ { "patchType": "create", "patchClientId": 1, "accountId": 6, "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 4, "termId": 21, "billDay": 7, "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 27, "accountProductCodeId": 8, "packageCategoryId": 27, "pendingBillDay": 21, "pendingUsageBillDay": 4, "billCancelOptionTypeId": 20, "waiveEarlyTerminationFee": true, "billingActivationTypeId": 15, "quantity": 24, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 4, "id": "Sample Text Data" } ] } } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "patch", "results": { "totalCount": 1, "items": [ { "identity": 1, "action": "created", "dtoTypeKey": "accountPackage", "instance": { "identity": 1, "accountId": 27, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 25, "packageFrequencyName": "Sample Text Data", "termId": 10, "termName": "Sample Text Data", "createdByUserId": 16, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 2, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 7, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 11, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 16, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 13, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 6, "pendingUsageBillDay": 15, "billCancelOptionTypeId": 17, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 9, "billingActivationTypeName": "Sample Text Data", "quantity": 27, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 23, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } } ] } } |
POST | Account/Package/ |
Create a new instance of the AccountPackage object. | |
Create a new instance of the AccountPackage object. POST Account/Package/ { "accountId": 6, "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 6, "termId": 16, "billDay": 7, "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 18, "accountProductCodeId": 14, "packageCategoryId": 7, "pendingBillDay": 7, "pendingUsageBillDay": 13, "billCancelOptionTypeId": 15, "waiveEarlyTerminationFee": true, "billingActivationTypeId": 12, "quantity": 27, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 24, "id": "Sample Text Data" } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "create", "results": { "totalCount": 1, "items": [ { "identity": 1, "accountId": 1, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 6, "packageFrequencyName": "Sample Text Data", "termId": 14, "termName": "Sample Text Data", "createdByUserId": 3, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 14, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 8, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 1, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 2, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 3, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 15, "pendingUsageBillDay": 19, "billCancelOptionTypeId": 12, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 1, "billingActivationTypeName": "Sample Text Data", "quantity": 9, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 22, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } ] } } |
POST | Account/Package/FromCatalog |
Adds an AccountPackage to the Account and inherits all of the Package properties from the product catalog. |
POST | Account/Package/{id}/CancelSetting |
Create a new instance of a CancelSetting object that belongs to the AccountPackage. | |
{id} | Unique identifier for the AccountPackage object. |
Create a new instance of a CancelSetting object that belongs to the AccountPackage. POST Account/Package/{id}/CancelSetting { "accountId": 4, "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 4, "termId": 2, "billDay": 7, "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 17, "accountProductCodeId": 9, "packageCategoryId": 17, "pendingBillDay": 8, "pendingUsageBillDay": 24, "billCancelOptionTypeId": 21, "waiveEarlyTerminationFee": true, "billingActivationTypeId": 7, "quantity": 27, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 23, "id": "Sample Text Data" } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "create", "results": { "totalCount": 1, "items": [ { "identity": 1, "accountId": 24, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 27, "packageFrequencyName": "Sample Text Data", "termId": 22, "termName": "Sample Text Data", "createdByUserId": 23, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 5, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 11, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 17, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 16, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 9, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 26, "pendingUsageBillDay": 0, "billCancelOptionTypeId": 9, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 16, "billingActivationTypeName": "Sample Text Data", "quantity": 19, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 6, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } ] } } |
PUT | Account/Package/{id} |
Update an existing instance of the AccountPackage object. | |
Update an existing instance of the AccountPackage object. PUT Account/Package/{id} { "identity": 1, "accountId": 17, "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 4, "termId": 13, "billDay": 7, "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 19, "accountProductCodeId": 18, "packageCategoryId": 27, "pendingBillDay": 24, "pendingUsageBillDay": 21, "billCancelOptionTypeId": 24, "waiveEarlyTerminationFee": true, "billingActivationTypeId": 13, "quantity": 5, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 5, "id": "Sample Text Data" } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "update", "results": { "totalCount": 1, "items": [ { "identity": 1, "accountId": 9, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 25, "packageFrequencyName": "Sample Text Data", "termId": 0, "termName": "Sample Text Data", "createdByUserId": 12, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 23, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 11, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 5, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 12, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 5, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 10, "pendingUsageBillDay": 5, "billCancelOptionTypeId": 21, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 19, "billingActivationTypeName": "Sample Text Data", "quantity": 9, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 10, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } ] } } |
PUT | Account/Package/{id}/CancelSetting |
Update an existing instance of a CancelSetting object that belongs to the AccountPackage. | |
{id} | Unique identifier for the AccountPackage object. |
Update an existing instance of a CancelSetting object that belongs to the AccountPackage. PUT Account/Package/{id}/CancelSetting { "identity": 1, "accountId": 18, "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 14, "termId": 19, "billDay": 7, "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 22, "accountProductCodeId": 7, "packageCategoryId": 24, "pendingBillDay": 17, "pendingUsageBillDay": 11, "billCancelOptionTypeId": 26, "waiveEarlyTerminationFee": true, "billingActivationTypeId": 21, "quantity": 13, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 8, "id": "Sample Text Data" } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "update", "results": { "totalCount": 1, "items": [ { "identity": 1, "accountId": 7, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "nextBill": "2021-04-26T15:25:27.587Z", "name": "Sample Text Data", "lastStatusChanged": "2021-04-26T15:25:27.587Z", "effective": "2021-04-26T15:25:27.587Z", "updated": "2021-04-26T15:25:27.587Z", "effectiveCancel": "2021-04-26T15:25:27.587Z", "packageFrequencyId": 0, "packageFrequencyName": "Sample Text Data", "termId": 0, "termName": "Sample Text Data", "createdByUserId": 14, "createdByUserName": "Sample Text Data", "billDay": 7, "updatedByUserId": 9, "updatedByUserName": "Sample Text Data", "usageBillDay": 7, "activation": "2021-04-26T15:25:27.587Z", "finalBill": "2021-04-26T15:25:27.587Z", "lastBilled": "2021-04-26T15:25:27.587Z", "accountSharePlanId": 7, "accountSharePlanName": "Sample Text Data", "lastUsageBilled": "2021-04-26T15:25:27.587Z", "accountProductCodeId": 18, "accountProductCodeName": "Sample Text Data", "packageCategoryId": 14, "packageCategoryName": "Sample Text Data", "chargeRecurringIfUsage": true, "updatedByPortalUserId": 7, "updatedByPortalUserName": "Sample Text Data", "pendingBillDay": 19, "pendingUsageBillDay": 27, "billCancelOptionTypeId": 0, "billCancelOptionTypeName": "Sample Text Data", "waiveEarlyTerminationFee": true, "billingActivationTypeId": 25, "billingActivationTypeName": "Sample Text Data", "quantity": 20, "isQuantityAllowed": true, "importLastBilled": "2021-04-26T15:25:27.587Z", "priceBookId": 14, "priceBookName": "Sample Text Data", "id": "Sample Text Data" } ] } } |