TAG LINE
TAG LINE
SMALL TITLE

Account / Service

(API Version v6)


An Account Service is a billable line item of a Package that has been assigned to an account.


What can you do with AccountService?


Properties

Property Details
identity
READ-ONLY
"identity": "Hello World"
Type: String
This is the unique numeric identifier for the AccountService
serviceId
"serviceId": 17
Type: Number
Unique identifier for the associated Service object.
serviceName
"serviceName": "Sample Name"
Type: String
The name of the object associated with the serviceId property.
accountId
"accountId": 20
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.
accountPackageId
"accountPackageId": "Hello World"
Type: String
Unique identifier for the associated AccountPackage object.
accountPackageName
"accountPackageName": "Sample Name"
Type: String
The name of the object associated with the accountPackageId property.
name
"name": "Hello World"
Type: String
This is the name assigned to the Service typically inherited from the product catalog.
amount
"amount": 21
Type: Number
The quantity of this service within its associated package.
updated
"updated": "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 effective date when this account service becomes billable.

Date and time values are specified in the ISO 8601 format.
posted
"posted": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
createdByUserId
"createdByUserId": 21
Type: Number
Unique identifier for the associated User object.
createdByUserName
"createdByUserName": "Sample Name"
Type: String
The name of the object associated with the createdByUserId property.
updatedByUserId
"updatedByUserId": 7
Type: Number
Unique identifier for the associated User object.
updatedByUserName
"updatedByUserName": "Sample Name"
Type: String
The name of the object associated with the updatedByUserId property.
effectiveCancel
"effectiveCancel": "2021-04-26T15:25:27.587Z"
Type: Date
The date when this account service will be cancelled.

Date and time values are specified in the ISO 8601 format.
usageNextBill
READ-ONLY
"usageNextBill": "2021-04-26T15:25:27.587Z"
Type: Date
The date when this account service will have its related usage billed.

Date and time values are specified in the ISO 8601 format.
usageFinalBill
READ-ONLY
"usageFinalBill": "2021-04-26T15:25:27.587Z"
Type: Date
The date when this account service had its final related usage billed.

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 service had its final related recurring and one time charges billed.

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 service's related recurring and one time charges were last billed.

Date and time values are specified in the ISO 8601 format.
lastUsageBilled
READ-ONLY
"lastUsageBilled": "2021-04-26T15:25:27.587Z"
Type: Date
The date when this account service's related usage was last billed.

Date and time values are specified in the ISO 8601 format.
addOnPackageFrequencyId
"addOnPackageFrequencyId": 9
Type: Number
Unique identifier for the associated PackageFrequency object.
addOnPackageFrequencyName
"addOnPackageFrequencyName": "Sample Name"
Type: String
The name of the object associated with the addOnPackageFrequencyId property.
billCancelOptionTypeId
"billCancelOptionTypeId": 4
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.
isTaxInclusive
"isTaxInclusive": true
Type: Boolean
serviceTaxCategoryId
"serviceTaxCategoryId": 19
Type: Number
Unique identifier for the associated ServiceTaxCategory object.
serviceTaxCategoryName
"serviceTaxCategoryName": "Sample Name"
Type: String
The name of the object associated with the serviceTaxCategoryId property.
id
"id": "Hello World"
Type: String


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 AccountService object.

Standard PATCH objects:

  • accountServiceTemporal - create, update, delete
  • usageRatePlan - update, delete

DataFlow PATCH objects:


End Points

DELETEAccount/Service/{id}
Delete an instance of the AccountService 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 AccountService object.
Delete an instance of the AccountService object.
DELETE Account/Service/{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": "accountService"
            },
            {
                "lhsId": 2,
                "rhsId": 2,
                "action": "detached",
                "dtoTypeKey": "sampleObjectConnector"
            },
            {
                "foreignKeyIdentity": 2,
                "action": "deleted",
                "dtoTypeKey": "sampleObject"
            }
        ]
    }
}
GETAccount/Service/
Retrieve all of the AccountService objects.
Retrieve all of the AccountService objects.
GET Account/Service/
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "serviceId": 21,
            "serviceName": "Sample Text Data",
            "accountId": 12,
            "accountName": "Sample Text Data",
            "created": "2021-04-26T15:25:27.587Z",
            "accountPackageId": "Sample Text Data",
            "accountPackageName": "Sample Text Data",
            "name": "Sample Text Data",
            "amount": 6,
            "updated": "2021-04-26T15:25:27.587Z",
            "effective": "2021-04-26T15:25:27.587Z",
            "posted": "2021-04-26T15:25:27.587Z",
            "createdByUserId": 21,
            "createdByUserName": "Sample Text Data",
            "updatedByUserId": 12,
            "updatedByUserName": "Sample Text Data",
            "effectiveCancel": "2021-04-26T15:25:27.587Z",
            "usageNextBill": "2021-04-26T15:25:27.587Z",
            "usageFinalBill": "2021-04-26T15:25:27.587Z",
            "finalBill": "2021-04-26T15:25:27.587Z",
            "lastBilled": "2021-04-26T15:25:27.587Z",
            "lastUsageBilled": "2021-04-26T15:25:27.587Z",
            "addOnPackageFrequencyId": 0,
            "addOnPackageFrequencyName": "Sample Text Data",
            "billCancelOptionTypeId": 12,
            "billCancelOptionTypeName": "Sample Text Data",
            "isTaxInclusive": true,
            "serviceTaxCategoryId": 7,
            "serviceTaxCategoryName": "Sample Text Data",
            "id": "Sample Text Data"
        }
    ]
}
GETAccount/Service/Paged
Retrieve all of the AccountService 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 AccountService objects in a paged fashion.
GET Account/Service/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,
                "serviceId": 18,
                "serviceName": "Sample Text Data",
                "accountId": 15,
                "accountName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "accountPackageId": "Sample Text Data",
                "accountPackageName": "Sample Text Data",
                "name": "Sample Text Data",
                "amount": 13,
                "updated": "2021-04-26T15:25:27.587Z",
                "effective": "2021-04-26T15:25:27.587Z",
                "posted": "2021-04-26T15:25:27.587Z",
                "createdByUserId": 4,
                "createdByUserName": "Sample Text Data",
                "updatedByUserId": 0,
                "updatedByUserName": "Sample Text Data",
                "effectiveCancel": "2021-04-26T15:25:27.587Z",
                "usageNextBill": "2021-04-26T15:25:27.587Z",
                "usageFinalBill": "2021-04-26T15:25:27.587Z",
                "finalBill": "2021-04-26T15:25:27.587Z",
                "lastBilled": "2021-04-26T15:25:27.587Z",
                "lastUsageBilled": "2021-04-26T15:25:27.587Z",
                "addOnPackageFrequencyId": 21,
                "addOnPackageFrequencyName": "Sample Text Data",
                "billCancelOptionTypeId": 8,
                "billCancelOptionTypeName": "Sample Text Data",
                "isTaxInclusive": true,
                "serviceTaxCategoryId": 15,
                "serviceTaxCategoryName": "Sample Text Data",
                "id": "Sample Text Data"
            }
        ]
    }
}
GETAccount/Service/Paged/Detail
Retrieve all of the AccountService 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 AccountService objects in a paged fashion with all object details.
GET Account/Service/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,
                "serviceId": 4,
                "serviceName": "Sample Text Data",
                "accountId": 11,
                "accountName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "accountPackageId": "Sample Text Data",
                "accountPackageName": "Sample Text Data",
                "name": "Sample Text Data",
                "amount": 17,
                "updated": "2021-04-26T15:25:27.587Z",
                "effective": "2021-04-26T15:25:27.587Z",
                "posted": "2021-04-26T15:25:27.587Z",
                "createdByUserId": 12,
                "createdByUserName": "Sample Text Data",
                "updatedByUserId": 8,
                "updatedByUserName": "Sample Text Data",
                "effectiveCancel": "2021-04-26T15:25:27.587Z",
                "usageNextBill": "2021-04-26T15:25:27.587Z",
                "usageFinalBill": "2021-04-26T15:25:27.587Z",
                "finalBill": "2021-04-26T15:25:27.587Z",
                "lastBilled": "2021-04-26T15:25:27.587Z",
                "lastUsageBilled": "2021-04-26T15:25:27.587Z",
                "addOnPackageFrequencyId": 6,
                "addOnPackageFrequencyName": "Sample Text Data",
                "billCancelOptionTypeId": 5,
                "billCancelOptionTypeName": "Sample Text Data",
                "isTaxInclusive": true,
                "serviceTaxCategoryId": 24,
                "serviceTaxCategoryName": "Sample Text Data",
                "id": "Sample Text Data",
                "details": {
                    "temporalData": [
                        {
                            "accountServiceName": "Sample Text Data",
                            "serviceStatusTypeId": 95,
                            "serviceStatusTypeName": "Sample Text Data",
                            "udrUsageIdentifier": "Sample Text Data",
                            "start": "2021-04-26T15:25:27.587Z",
                            "end": "2021-04-26T15:25:27.587Z"
                        }
                    ],
                    "currentRatePlan": {
                        "identity": 12,
                        "name": "Sample Text Data",
                        "displayName": "Sample Text Data",
                        "start": "2021-04-26T15:25:27.587Z"
                    },
                    "accountServiceUsageBuckets": [
                        {
                            "identity": 74,
                            "usageBucketId": 44,
                            "usageBucketName": "Sample Text Data",
                            "accountServiceName": "Sample Text Data",
                            "refillFrequency": 17,
                            "refillFrequencyTypeId": 64,
                            "refillFrequencyTypeName": "Sample Text Data",
                            "effective": "2021-04-26T15:25:27.587Z",
                            "effectiveCancel": "2021-04-26T15:25:27.587Z",
                            "prorate": true,
                            "isInfiniteLastTier": true,
                            "isThresholdPerAccountService": true,
                            "usageBucketRefillTypeId": 42,
                            "usageBucketRefillTypeName": "Sample Text Data",
                            "expireAfterFrequency": 34,
                            "expireAfterFrequencyTypeId": 1,
                            "expireAfterFrequencyTypeName": "Sample Text Data",
                            "expireAfterRecurrence": 48,
                            "accountPackageActivation": true,
                            "isSharedAcrossPackage": true,
                            "overageUsageRatePlanId": 5,
                            "overageUsageRatePlanName": "Sample Text Data",
                            "details": {
                                "tiers": [
                                    {
                                        "identity": 66,
                                        "usageBucketTierId": 93,
                                        "accountServiceUsageBucketId": 18,
                                        "threshold": 16.97,
                                        "flatCharge": 39.67,
                                        "usageUnitId": 91,
                                        "usageUnitName": "Sample Text Data",
                                        "money": 38.82
                                    }
                                ],
                                "contributions": [
                                    {
                                        "identity": 80,
                                        "accountSharePlanParticipationId": 64,
                                        "accountServiceUsageBucketId": 31,
                                        "isContributing": true,
                                        "contributingAmount": 99.5,
                                        "contributingUsageUnitId": 70,
                                        "contributingUsageUnitName": "Sample Text Data"
                                    }
                                ]
                            }
                        }
                    ],
                    "discountTracking": [
                        {
                            "identity": 12,
                            "accountServiceName": "Sample Text Data",
                            "accountPackageServiceDiscountId": 85,
                            "frequency": 68,
                            "frequencyTypeId": 50,
                            "frequencyTypeName": "Sample Text Data",
                            "start": "2021-04-26T15:25:27.587Z",
                            "lastProcessed": "2021-04-26T15:25:27.587Z",
                            "finalized": "2021-04-26T15:25:27.587Z"
                        }
                    ],
                    "discountPromoCodes": [
                        {
                            "identity": 90,
                            "name": "Sample Text Data",
                            "start": "2021-04-26T15:25:27.587Z",
                            "generalLedgerId": 31
                        }
                    ]
                }
            }
        ]
    }
}
GETAccount/Service/UsageIdentifier
Retrieve account services that match a search prefix parameter.When passed in a usage identifier prefix, will execute a search for that usage identifier and return all Account Services that match a “Starts With” search for that prefix. An example of calling this API would be Account/Service/UsageIdentifier?prefix=44455514
Retrieve account services that match a search prefix parameter.
GET Account/Service/UsageIdentifier
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "c50906bc-492b-4c87-9b83-eec9dd887aa8",
    "totalCount": 2,
    "items": [
        {
            "accountId": 196,
            "accountName": "mlongo",
            "accountPackageId": 3173,
            "accountPackageName": "Share Plan 1 Package (#3173)",
            "accountServiceId": 20118,
            "accountServiceName": "Contributing Service 1 - 10 SMS (#20118)",
            "udrUsageIdentifier": "4445551444",
            "serviceStatusTypeId": 12,
            "serviceStatusTypeName": "Active",
            "start": "2020-02-16T20:48:00Z",
            "end": null
        },
        {
            "accountId": 196,
            "accountName": "mlongo",
            "accountPackageId": 3173,
            "accountPackageName": "Share Plan 1 Package (#3173)",
            "accountServiceId": 20111,
            "accountServiceName": "Contributing Service 1 - 10 minutes (#20111)",
            "udrUsageIdentifier": "4445551404",
            "serviceStatusTypeId": 12,
            "serviceStatusTypeName": "Active",
            "start": "2020-02-13T20:43:08Z",
            "end": null
        }
    ]
}
GETAccount/Service/{id}
Retrieve an instance of the AccountService object by its ID.
{id}Unique identifier for the AccountService object.
Retrieve an instance of the AccountService object by its ID.
GET Account/Service/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "serviceId": 10,
        "serviceName": "Sample Text Data",
        "accountId": 15,
        "accountName": "Sample Text Data",
        "created": "2021-04-26T15:25:27.587Z",
        "accountPackageId": "Sample Text Data",
        "accountPackageName": "Sample Text Data",
        "name": "Sample Text Data",
        "amount": 6,
        "updated": "2021-04-26T15:25:27.587Z",
        "effective": "2021-04-26T15:25:27.587Z",
        "posted": "2021-04-26T15:25:27.587Z",
        "createdByUserId": 10,
        "createdByUserName": "Sample Text Data",
        "updatedByUserId": 6,
        "updatedByUserName": "Sample Text Data",
        "effectiveCancel": "2021-04-26T15:25:27.587Z",
        "usageNextBill": "2021-04-26T15:25:27.587Z",
        "usageFinalBill": "2021-04-26T15:25:27.587Z",
        "finalBill": "2021-04-26T15:25:27.587Z",
        "lastBilled": "2021-04-26T15:25:27.587Z",
        "lastUsageBilled": "2021-04-26T15:25:27.587Z",
        "addOnPackageFrequencyId": 4,
        "addOnPackageFrequencyName": "Sample Text Data",
        "billCancelOptionTypeId": 11,
        "billCancelOptionTypeName": "Sample Text Data",
        "isTaxInclusive": true,
        "serviceTaxCategoryId": 1,
        "serviceTaxCategoryName": "Sample Text Data",
        "id": "Sample Text Data"
    }
}
GETAccount/Service/{id}/Current
Returns the most recent status of the AccountService.
{id}Unique identifier for the AccountService object.
GETAccount/Service/{id}/Detail
Retrieve deep detail of the AccountService 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 AccountService object.
Retrieve deep detail of the AccountService object by its ID.
GET Account/Service/{id}/Detail
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "serviceId": 19,
        "serviceName": "Sample Text Data",
        "accountId": 24,
        "accountName": "Sample Text Data",
        "created": "2021-04-26T15:25:27.587Z",
        "accountPackageId": "Sample Text Data",
        "accountPackageName": "Sample Text Data",
        "name": "Sample Text Data",
        "amount": 0,
        "updated": "2021-04-26T15:25:27.587Z",
        "effective": "2021-04-26T15:25:27.587Z",
        "posted": "2021-04-26T15:25:27.587Z",
        "createdByUserId": 22,
        "createdByUserName": "Sample Text Data",
        "updatedByUserId": 17,
        "updatedByUserName": "Sample Text Data",
        "effectiveCancel": "2021-04-26T15:25:27.587Z",
        "usageNextBill": "2021-04-26T15:25:27.587Z",
        "usageFinalBill": "2021-04-26T15:25:27.587Z",
        "finalBill": "2021-04-26T15:25:27.587Z",
        "lastBilled": "2021-04-26T15:25:27.587Z",
        "lastUsageBilled": "2021-04-26T15:25:27.587Z",
        "addOnPackageFrequencyId": 2,
        "addOnPackageFrequencyName": "Sample Text Data",
        "billCancelOptionTypeId": 6,
        "billCancelOptionTypeName": "Sample Text Data",
        "isTaxInclusive": true,
        "serviceTaxCategoryId": 20,
        "serviceTaxCategoryName": "Sample Text Data",
        "id": "Sample Text Data",
        "details": {
            "temporalData": [
                {
                    "accountServiceName": "Sample Text Data",
                    "serviceStatusTypeId": 95,
                    "serviceStatusTypeName": "Sample Text Data",
                    "udrUsageIdentifier": "Sample Text Data",
                    "start": "2021-04-26T15:25:27.587Z",
                    "end": "2021-04-26T15:25:27.587Z"
                }
            ],
            "currentRatePlan": {
                "identity": 12,
                "name": "Sample Text Data",
                "displayName": "Sample Text Data",
                "start": "2021-04-26T15:25:27.587Z"
            },
            "accountServiceUsageBuckets": [
                {
                    "identity": 74,
                    "usageBucketId": 44,
                    "usageBucketName": "Sample Text Data",
                    "accountServiceName": "Sample Text Data",
                    "refillFrequency": 17,
                    "refillFrequencyTypeId": 64,
                    "refillFrequencyTypeName": "Sample Text Data",
                    "effective": "2021-04-26T15:25:27.587Z",
                    "effectiveCancel": "2021-04-26T15:25:27.587Z",
                    "prorate": true,
                    "isInfiniteLastTier": true,
                    "isThresholdPerAccountService": true,
                    "usageBucketRefillTypeId": 42,
                    "usageBucketRefillTypeName": "Sample Text Data",
                    "expireAfterFrequency": 34,
                    "expireAfterFrequencyTypeId": 1,
                    "expireAfterFrequencyTypeName": "Sample Text Data",
                    "expireAfterRecurrence": 48,
                    "accountPackageActivation": true,
                    "isSharedAcrossPackage": true,
                    "overageUsageRatePlanId": 5,
                    "overageUsageRatePlanName": "Sample Text Data",
                    "details": {
                        "tiers": [
                            {
                                "identity": 66,
                                "usageBucketTierId": 93,
                                "accountServiceUsageBucketId": 18,
                                "threshold": 16.97,
                                "flatCharge": 39.67,
                                "usageUnitId": 91,
                                "usageUnitName": "Sample Text Data",
                                "money": 38.82
                            }
                        ],
                        "contributions": [
                            {
                                "identity": 80,
                                "accountSharePlanParticipationId": 64,
                                "accountServiceUsageBucketId": 31,
                                "isContributing": true,
                                "contributingAmount": 99.5,
                                "contributingUsageUnitId": 70,
                                "contributingUsageUnitName": "Sample Text Data"
                            }
                        ]
                    }
                }
            ],
            "discountTracking": [
                {
                    "identity": 12,
                    "accountServiceName": "Sample Text Data",
                    "accountPackageServiceDiscountId": 85,
                    "frequency": 68,
                    "frequencyTypeId": 50,
                    "frequencyTypeName": "Sample Text Data",
                    "start": "2021-04-26T15:25:27.587Z",
                    "lastProcessed": "2021-04-26T15:25:27.587Z",
                    "finalized": "2021-04-26T15:25:27.587Z"
                }
            ],
            "discountPromoCodes": [
                {
                    "identity": 90,
                    "name": "Sample Text Data",
                    "start": "2021-04-26T15:25:27.587Z",
                    "generalLedgerId": 31
                }
            ]
        }
    }
}
PATCHAccount/Service/{id}
Update or Add the AccountService 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 AccountService object.
Update or Add the AccountService object and optionally make changes to any child objects.
PATCH Account/Service/{id}

{
    "details": {},
    "accountServices": {
        "items": [
            {
                "patchType": "create",
                "patchClientId": 1,
                "serviceId": 18,
                "accountId": 3,
                "accountPackageId": "Sample Text Data",
                "name": "Sample Text Data",
                "amount": 18,
                "updated": "2021-04-26T15:25:27.587Z",
                "effective": "2021-04-26T15:25:27.587Z",
                "posted": "2021-04-26T15:25:27.587Z",
                "createdByUserId": 9,
                "updatedByUserId": 8,
                "effectiveCancel": "2021-04-26T15:25:27.587Z",
                "addOnPackageFrequencyId": 26,
                "billCancelOptionTypeId": 23,
                "isTaxInclusive": true,
                "serviceTaxCategoryId": 2,
                "id": "Sample Text Data"
            }
        ]
    }
}
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": "accountService",
                "instance": {
                    "identity": 1,
                    "serviceId": 16,
                    "serviceName": "Sample Text Data",
                    "accountId": 5,
                    "accountName": "Sample Text Data",
                    "created": "2021-04-26T15:25:27.587Z",
                    "accountPackageId": "Sample Text Data",
                    "accountPackageName": "Sample Text Data",
                    "name": "Sample Text Data",
                    "amount": 19,
                    "updated": "2021-04-26T15:25:27.587Z",
                    "effective": "2021-04-26T15:25:27.587Z",
                    "posted": "2021-04-26T15:25:27.587Z",
                    "createdByUserId": 15,
                    "createdByUserName": "Sample Text Data",
                    "updatedByUserId": 4,
                    "updatedByUserName": "Sample Text Data",
                    "effectiveCancel": "2021-04-26T15:25:27.587Z",
                    "usageNextBill": "2021-04-26T15:25:27.587Z",
                    "usageFinalBill": "2021-04-26T15:25:27.587Z",
                    "finalBill": "2021-04-26T15:25:27.587Z",
                    "lastBilled": "2021-04-26T15:25:27.587Z",
                    "lastUsageBilled": "2021-04-26T15:25:27.587Z",
                    "addOnPackageFrequencyId": 26,
                    "addOnPackageFrequencyName": "Sample Text Data",
                    "billCancelOptionTypeId": 26,
                    "billCancelOptionTypeName": "Sample Text Data",
                    "isTaxInclusive": true,
                    "serviceTaxCategoryId": 22,
                    "serviceTaxCategoryName": "Sample Text Data",
                    "id": "Sample Text Data"
                }
            }
        ]
    }
}
POSTAccount/Service/
Create a new instance of the AccountService object.
Create a new instance of the AccountService object.
POST Account/Service/

{
    "serviceId": 20,
    "accountId": 13,
    "accountPackageId": "Sample Text Data",
    "name": "Sample Text Data",
    "amount": 18,
    "updated": "2021-04-26T15:25:27.587Z",
    "effective": "2021-04-26T15:25:27.587Z",
    "posted": "2021-04-26T15:25:27.587Z",
    "createdByUserId": 3,
    "updatedByUserId": 11,
    "effectiveCancel": "2021-04-26T15:25:27.587Z",
    "addOnPackageFrequencyId": 6,
    "billCancelOptionTypeId": 19,
    "isTaxInclusive": true,
    "serviceTaxCategoryId": 14,
    "id": "Sample Text Data"
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "create",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "serviceId": 10,
                "serviceName": "Sample Text Data",
                "accountId": 9,
                "accountName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "accountPackageId": "Sample Text Data",
                "accountPackageName": "Sample Text Data",
                "name": "Sample Text Data",
                "amount": 10,
                "updated": "2021-04-26T15:25:27.587Z",
                "effective": "2021-04-26T15:25:27.587Z",
                "posted": "2021-04-26T15:25:27.587Z",
                "createdByUserId": 2,
                "createdByUserName": "Sample Text Data",
                "updatedByUserId": 8,
                "updatedByUserName": "Sample Text Data",
                "effectiveCancel": "2021-04-26T15:25:27.587Z",
                "usageNextBill": "2021-04-26T15:25:27.587Z",
                "usageFinalBill": "2021-04-26T15:25:27.587Z",
                "finalBill": "2021-04-26T15:25:27.587Z",
                "lastBilled": "2021-04-26T15:25:27.587Z",
                "lastUsageBilled": "2021-04-26T15:25:27.587Z",
                "addOnPackageFrequencyId": 6,
                "addOnPackageFrequencyName": "Sample Text Data",
                "billCancelOptionTypeId": 5,
                "billCancelOptionTypeName": "Sample Text Data",
                "isTaxInclusive": true,
                "serviceTaxCategoryId": 25,
                "serviceTaxCategoryName": "Sample Text Data",
                "id": "Sample Text Data"
            }
        ]
    }
}
PUTAccount/Service/{id}
Update an existing instance of the AccountService object.
Update an existing instance of the AccountService object.
PUT Account/Service/{id}

{
    "identity": 1,
    "serviceId": 16,
    "accountId": 12,
    "accountPackageId": "Sample Text Data",
    "name": "Sample Text Data",
    "amount": 12,
    "updated": "2021-04-26T15:25:27.587Z",
    "effective": "2021-04-26T15:25:27.587Z",
    "posted": "2021-04-26T15:25:27.587Z",
    "createdByUserId": 11,
    "updatedByUserId": 15,
    "effectiveCancel": "2021-04-26T15:25:27.587Z",
    "addOnPackageFrequencyId": 6,
    "billCancelOptionTypeId": 21,
    "isTaxInclusive": true,
    "serviceTaxCategoryId": 15,
    "id": "Sample Text Data"
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "update",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "serviceId": 24,
                "serviceName": "Sample Text Data",
                "accountId": 8,
                "accountName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "accountPackageId": "Sample Text Data",
                "accountPackageName": "Sample Text Data",
                "name": "Sample Text Data",
                "amount": 25,
                "updated": "2021-04-26T15:25:27.587Z",
                "effective": "2021-04-26T15:25:27.587Z",
                "posted": "2021-04-26T15:25:27.587Z",
                "createdByUserId": 24,
                "createdByUserName": "Sample Text Data",
                "updatedByUserId": 6,
                "updatedByUserName": "Sample Text Data",
                "effectiveCancel": "2021-04-26T15:25:27.587Z",
                "usageNextBill": "2021-04-26T15:25:27.587Z",
                "usageFinalBill": "2021-04-26T15:25:27.587Z",
                "finalBill": "2021-04-26T15:25:27.587Z",
                "lastBilled": "2021-04-26T15:25:27.587Z",
                "lastUsageBilled": "2021-04-26T15:25:27.587Z",
                "addOnPackageFrequencyId": 24,
                "addOnPackageFrequencyName": "Sample Text Data",
                "billCancelOptionTypeId": 25,
                "billCancelOptionTypeName": "Sample Text Data",
                "isTaxInclusive": true,
                "serviceTaxCategoryId": 13,
                "serviceTaxCategoryName": "Sample Text Data",
                "id": "Sample Text Data"
            }
        ]
    }
}