TAG LINE
TAG LINE
SMALL TITLE

Account / Service / Current

(API Version v5)


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": 22
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": 15
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
amount
"amount": 7
Type: Number
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
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": 9
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": 9
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
Date and time values are specified in the ISO 8601 format.
usageNextBill
"usageNextBill": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
usageFinalBill
"usageFinalBill": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
finalBill
"finalBill": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
lastBilled
"lastBilled": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
lastUsageBilled
"lastUsageBilled": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
addOnPackageFrequencyId
"addOnPackageFrequencyId": 25
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": 16
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.
id
"id": "Hello World"
Type: String
sessionstate
"sessionstate": "Hello World"
Type: String


End Points

GETAccount/Service/Current/
Retrieve all of the AccountService objects.
Retrieve all of the AccountService objects.
GET Account/Service/Current/
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "serviceId": 20,
            "serviceName": "Sample Text Data",
            "accountId": 25,
            "accountName": "Sample Text Data",
            "created": "2021-04-26T15:25:27.587Z",
            "accountPackageId": "Sample Text Data",
            "accountPackageName": "Sample Text Data",
            "name": "Sample Text Data",
            "amount": 26,
            "updated": "2021-04-26T15:25:27.587Z",
            "effective": "2021-04-26T15:25:27.587Z",
            "posted": "2021-04-26T15:25:27.587Z",
            "createdByUserId": 27,
            "createdByUserName": "Sample Text Data",
            "updatedByUserId": 3,
            "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": 9,
            "billCancelOptionTypeName": "Sample Text Data",
            "id": "Sample Text Data",
            "sessionstate": "Sample Text Data"
        }
    ]
}
GETAccount/Service/Current/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/Current/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": 25,
                "accountName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "accountPackageId": "Sample Text Data",
                "accountPackageName": "Sample Text Data",
                "name": "Sample Text Data",
                "amount": 2,
                "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": 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": 19,
                "addOnPackageFrequencyName": "Sample Text Data",
                "billCancelOptionTypeId": 12,
                "billCancelOptionTypeName": "Sample Text Data",
                "id": "Sample Text Data",
                "sessionstate": "Sample Text Data"
            }
        ]
    }
}
GETAccount/Service/Current/{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/Current/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "serviceId": 19,
        "serviceName": "Sample Text Data",
        "accountId": 21,
        "accountName": "Sample Text Data",
        "created": "2021-04-26T15:25:27.587Z",
        "accountPackageId": "Sample Text Data",
        "accountPackageName": "Sample Text Data",
        "name": "Sample Text Data",
        "amount": 14,
        "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": 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": 9,
        "addOnPackageFrequencyName": "Sample Text Data",
        "billCancelOptionTypeId": 2,
        "billCancelOptionTypeName": "Sample Text Data",
        "id": "Sample Text Data",
        "sessionstate": "Sample Text Data"
    }
}