TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": "Hello World" Type: String This is the unique numeric identifier for the AccountService |
serviceId | "serviceId": 3 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": 19 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": 23 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": 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": 19 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": 3 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. |
isTaxInclusive | "isTaxInclusive": true Type: Boolean |
serviceTaxCategoryId | "serviceTaxCategoryId": 0 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 |
GET | Account/Service/Current/ |
Retrieve all of the AccountService objects. | |
Retrieve all of the AccountService objects. GET Account/Service/Current/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "serviceId": 25, "serviceName": "Sample Text Data", "accountId": 13, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "accountPackageId": "Sample Text Data", "accountPackageName": "Sample Text Data", "name": "Sample Text Data", "amount": 1, "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": 2, "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": 1, "addOnPackageFrequencyName": "Sample Text Data", "billCancelOptionTypeId": 1, "billCancelOptionTypeName": "Sample Text Data", "isTaxInclusive": true, "serviceTaxCategoryId": 6, "serviceTaxCategoryName": "Sample Text Data", "id": "Sample Text Data" } ] } |
GET | Account/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 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": 3, "serviceName": "Sample Text Data", "accountId": 26, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "accountPackageId": "Sample Text Data", "accountPackageName": "Sample Text Data", "name": "Sample Text Data", "amount": 21, "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": 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": 2, "addOnPackageFrequencyName": "Sample Text Data", "billCancelOptionTypeId": 14, "billCancelOptionTypeName": "Sample Text Data", "isTaxInclusive": true, "serviceTaxCategoryId": 9, "serviceTaxCategoryName": "Sample Text Data", "id": "Sample Text Data" } ] } } |
GET | Account/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} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "serviceId": 14, "serviceName": "Sample Text Data", "accountId": 0, "accountName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "accountPackageId": "Sample Text Data", "accountPackageName": "Sample Text Data", "name": "Sample Text Data", "amount": 20, "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": 10, "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": 23, "billCancelOptionTypeName": "Sample Text Data", "isTaxInclusive": true, "serviceTaxCategoryId": 24, "serviceTaxCategoryName": "Sample Text Data", "id": "Sample Text Data" } } |