TAG LINE
TAG LINE
SMALL TITLE

Service

(API Version v7)


Represents Service definition which represents a chargable item that can be attached to a Package.


What can you do with Service?

  • DELETE Service/{id}
    Delete an instance of the Service object.

  • GET Service/
    Retrieve all of the Service objects.

  • GET Service/AvailableFor/SharePlans
    Returns the list of Service objects available for configuration on a Share Plan.

  • GET Service/Paged
    Retrieve all of the Service objects in a paged fashion.

  • GET Service/Paged/Detail
    Retrieve all of the Service objects in a paged fashion with all object details.

  • GET Service/{id}
    Retrieve an instance of the Service object by its ID.

  • GET Service/{id}/Detail
    Retrieve deep detail of the Service object by its ID.

  • PATCH Service/{id}
    Update or Add the Service object and optionally make changes to any child objects.

  • POST Service/
    Create a new instance of the Service object.

  • PUT Service/{id}
    Update an existing instance of the Service object.


Properties

Property Details
identity
READ-ONLY
"identity": 4
Type: Number
This is the unique numeric identifier for the Service
name
"name": "Activation Fee"
Type: String
User defined name for the Service.
ownerId
READ-ONLY
"ownerId": 21
Type: Number
Unique identifier for the associated Owner object.
ownerName
READ-ONLY
"ownerName": "Sample Name"
Type: String
The name of the object associated with the ownerId property.
serviceTypeId
"serviceTypeId": 18
Type: Number
Unique identifier for the associated ServiceType object.
serviceTypeName
"serviceTypeName": "Sample Name"
Type: String
The name of the object associated with the serviceTypeId property.
usageFrequency
"usageFrequency": 10
Type: Number
usageFrequencyTypeId
"usageFrequencyTypeId": 8
Type: Number
Unique identifier for the associated FrequencyType object.
usageFrequencyTypeName
"usageFrequencyTypeName": "Sample Name"
Type: String
The name of the object associated with the usageFrequencyTypeId 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.
isActive
"isActive": true
Type: Boolean
Whether or not this Service can be added to a Package.
isTaxExempt
"isTaxExempt": true
Type: Boolean
Whether or not this Service is exempt from taxation.
isTaxInclusive
"isTaxInclusive": true
Type: Boolean
generalLedgerId
"generalLedgerId": 6
Type: Number
Unique identifier for the associated GeneralLedger object.
generalLedgerName
"generalLedgerName": "Sample Name"
Type: String
The name of the object associated with the generalLedgerId property.
taxCodeId
READ-ONLY
"taxCodeId": 1
Type: Number
Unique identifier for the associated TaxCode object.
taxCodeName
READ-ONLY
"taxCodeName": "Sample Name"
Type: String
The name of the object associated with the taxCodeId property.
serviceTaxCategoryId
"serviceTaxCategoryId": 9
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.
defaultServiceStatusTypeId
"defaultServiceStatusTypeId": 7
Type: Number
Unique identifier for the associated ServiceStatusType object.
defaultServiceStatusTypeName
"defaultServiceStatusTypeName": "Sample Name"
Type: String
The name of the object associated with the defaultServiceStatusTypeId property.
serviceCategoryId
"serviceCategoryId": 21
Type: Number
Unique identifier for the associated ServiceCategory object.
serviceCategoryName
"serviceCategoryName": "Sample Name"
Type: String
The name of the object associated with the serviceCategoryId property.
description
"description": "One time charge for activation"
Type: String
User defined description for the Service.
id
"id": 25
Type: Number


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

Standard PATCH objects:

DataFlow PATCH objects:


End Points

DELETEService/{id}
Delete an instance of the Service object. Upon successful delete, this API will return a record of all of the related 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 Service object.
Delete an instance of the Service object.
DELETE 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": "service"
            },
            {
                "lhsId": 2,
                "rhsId": 2,
                "action": "detached",
                "dtoTypeKey": "sampleObjectConnector"
            },
            {
                "foreignKeyIdentity": 2,
                "action": "deleted",
                "dtoTypeKey": "sampleObject"
            }
        ]
    }
}
GETService/
Retrieve all of the Service objects.
Retrieve all of the Service objects.
GET Service/
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "name": "Activation Fee",
            "ownerId": 27,
            "ownerName": "Sample Text Data",
            "serviceTypeId": 21,
            "serviceTypeName": "Sample Text Data",
            "usageFrequency": 4,
            "usageFrequencyTypeId": 1,
            "usageFrequencyTypeName": "Sample Text Data",
            "created": "2021-04-26T15:25:27.587Z",
            "isActive": true,
            "isTaxExempt": true,
            "isTaxInclusive": true,
            "generalLedgerId": 4,
            "generalLedgerName": "Sample Text Data",
            "taxCodeId": 27,
            "taxCodeName": "Sample Text Data",
            "serviceTaxCategoryId": 6,
            "serviceTaxCategoryName": "Sample Text Data",
            "defaultServiceStatusTypeId": 4,
            "defaultServiceStatusTypeName": "Sample Text Data",
            "serviceCategoryId": 25,
            "serviceCategoryName": "Sample Text Data",
            "description": "One time charge for activation",
            "id": 10
        }
    ]
}
GETService/AvailableFor/SharePlans
Returns the list of Service objects available for configuration on a Share Plan.
Returns the list of Service objects available for configuration on a Share Plan.
GET Service/AvailableFor/SharePlans
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "name": "Activation Fee",
            "ownerId": 25,
            "ownerName": "Sample Text Data",
            "serviceTypeId": 0,
            "serviceTypeName": "Sample Text Data",
            "usageFrequency": 15,
            "usageFrequencyTypeId": 16,
            "usageFrequencyTypeName": "Sample Text Data",
            "created": "2021-04-26T15:25:27.587Z",
            "isActive": true,
            "isTaxExempt": true,
            "isTaxInclusive": true,
            "generalLedgerId": 15,
            "generalLedgerName": "Sample Text Data",
            "taxCodeId": 21,
            "taxCodeName": "Sample Text Data",
            "serviceTaxCategoryId": 22,
            "serviceTaxCategoryName": "Sample Text Data",
            "defaultServiceStatusTypeId": 9,
            "defaultServiceStatusTypeName": "Sample Text Data",
            "serviceCategoryId": 21,
            "serviceCategoryName": "Sample Text Data",
            "description": "One time charge for activation",
            "id": 12
        }
    ]
}
GETService/Paged
Retrieve all of the Service 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 Service objects in a paged fashion.
GET 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,
                "name": "Activation Fee",
                "ownerId": 14,
                "ownerName": "Sample Text Data",
                "serviceTypeId": 10,
                "serviceTypeName": "Sample Text Data",
                "usageFrequency": 6,
                "usageFrequencyTypeId": 3,
                "usageFrequencyTypeName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "isActive": true,
                "isTaxExempt": true,
                "isTaxInclusive": true,
                "generalLedgerId": 26,
                "generalLedgerName": "Sample Text Data",
                "taxCodeId": 21,
                "taxCodeName": "Sample Text Data",
                "serviceTaxCategoryId": 6,
                "serviceTaxCategoryName": "Sample Text Data",
                "defaultServiceStatusTypeId": 0,
                "defaultServiceStatusTypeName": "Sample Text Data",
                "serviceCategoryId": 19,
                "serviceCategoryName": "Sample Text Data",
                "description": "One time charge for activation",
                "id": 15
            }
        ]
    }
}
GETService/Paged/Detail
Retrieve all of the Service 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 Service objects in a paged fashion with all object details.
GET 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,
                "name": "Activation Fee",
                "ownerId": 5,
                "ownerName": "Sample Text Data",
                "serviceTypeId": 22,
                "serviceTypeName": "Sample Text Data",
                "usageFrequency": 4,
                "usageFrequencyTypeId": 5,
                "usageFrequencyTypeName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "isActive": true,
                "isTaxExempt": true,
                "isTaxInclusive": true,
                "generalLedgerId": 10,
                "generalLedgerName": "Sample Text Data",
                "taxCodeId": 8,
                "taxCodeName": "Sample Text Data",
                "serviceTaxCategoryId": 2,
                "serviceTaxCategoryName": "Sample Text Data",
                "defaultServiceStatusTypeId": 11,
                "defaultServiceStatusTypeName": "Sample Text Data",
                "serviceCategoryId": 11,
                "serviceCategoryName": "Sample Text Data",
                "description": "One time charge for activation",
                "id": 7,
                "details": {
                    "usageBuckets": [
                        {
                            "identity": 98,
                            "name": "Sample Text Data",
                            "prorate": true,
                            "isInfiniteLastTier": true,
                            "isThresholdPerAccountService": true,
                            "usageBucketRefillTypeId": 87,
                            "usageBucketRefillTypeName": "Sample Text Data",
                            "refillFrequency": 34,
                            "refillFrequencyTypeId": 28,
                            "refillFrequencyTypeName": "Sample Text Data",
                            "expireAfterFrequency": 36,
                            "expireAfterFrequencyTypeId": 2,
                            "expireAfterFrequencyTypeName": "Sample Text Data",
                            "expireAfterRecurrence": 39,
                            "isAssociatedWithSharePlan": true,
                            "accountPackageActivation": true,
                            "overageUsageRatePlanId": 13,
                            "isSharedAcrossPackage": true,
                            "overageUsageRatePlanName": "Sample Text Data",
                            "isBytesInBinaryUnit": true,
                            "usageBucketBaseUnitId": 91,
                            "usageBucketBaseUnitName": "Sample Text Data",
                            "details": {
                                "tiers": [
                                    {
                                        "identity": 71,
                                        "usageBucketId": 4,
                                        "usageBucketName": "Sample Text Data",
                                        "threshold": 71.57,
                                        "flatCharge": 4.32,
                                        "usageUnitId": 30,
                                        "usageUnitName": "Sample Text Data",
                                        "packageFrequencyId": 2,
                                        "packageFrequencyName": "Sample Text Data",
                                        "packageServiceId": 96,
                                        "currencyId": 64,
                                        "currencyName": "Sample Text Data",
                                        "money": 97.66,
                                        "priceBookId": 79,
                                        "priceBookName": "Sample Text Data",
                                        "tierOverride": true
                                    }
                                ],
                                "contributions": [
                                    {
                                        "identity": 51,
                                        "usageBucketSharePlanParticipationId": 62,
                                        "usageBucketId": 54,
                                        "usageBucketName": "Sample Text Data",
                                        "isContributing": true,
                                        "contributingAmount": 19.12,
                                        "contributingUsageUnitId": 42,
                                        "contributingUsageUnitName": "Sample Text Data",
                                        "moneyCurrencyId": 80,
                                        "serviceId": 93,
                                        "serviceName": "Sample Text Data",
                                        "packageId": 89,
                                        "packageName": "Sample Text Data"
                                    }
                                ],
                                "usageBucketNotifications": [
                                    {
                                        "identity": 11,
                                        "usageBucketServiceId": 5,
                                        "emailConfigurationId": 34,
                                        "emailConfigurationName": "Sample Text Data",
                                        "webhookConfigurationId": 40,
                                        "webhookConfigurationName": "Sample Text Data",
                                        "thresholdPercent": 19,
                                        "details": {
                                            "emailConfiguration": {
                                                "identity": 46,
                                                "name": "Sample Text Data",
                                                "eventSubscriptionId": 41,
                                                "eventSubscriptionName": "Sample Text Data",
                                                "emailTemplateId": 70,
                                                "emailTemplateName": "Sample Text Data",
                                                "details": {
                                                    "emailToAddresses": [
                                                        {
                                                            "identity": 73,
                                                            "emailConfigurationId": 24,
                                                            "emailConfigurationName": "Sample Text Data",
                                                            "userId": 92,
                                                            "userName": "Sample Text Data",
                                                            "contactTypeTypeId": 67,
                                                            "contactTypeTypeName": "Sample Text Data",
                                                            "email": "Sample Text Data"
                                                        }
                                                    ]
                                                }
                                            },
                                            "webhookConfiguration": {
                                                "identity": 60,
                                                "name": "Sample Text Data",
                                                "url": "Sample Text Data",
                                                "requestVerb": "Sample Text Data",
                                                "webhookTemplateId": 53,
                                                "webhookTemplateName": "Sample Text Data",
                                                "keyValuePairAuthorizationTokenKey": "Sample Text Data",
                                                "keyValuePairAuthorizationTokenValue": "Sample Text Data",
                                                "eventSubscriptionId": 33,
                                                "eventSubscriptionName": "Sample Text Data",
                                                "webhookAuthorizationTypeId": 46,
                                                "webhookAuthorizationTypeName": "Sample Text Data",
                                                "oAuthUsername": "Sample Text Data",
                                                "oAuthPassword": "Sample Text Data",
                                                "oAuthClientId": "Sample Text Data",
                                                "oAuthAuthorizationURL": "Sample Text Data",
                                                "hasCredentialsSet": true,
                                                "oAuthClientSecret": "Sample Text Data"
                                            }
                                        }
                                    }
                                ],
                                "usageBucketBase": [
                                    {
                                        "identity": 47,
                                        "name": "Sample Text Data",
                                        "start": "2021-04-26T15:25:27.587Z",
                                        "end": "2021-04-26T15:25:27.587Z",
                                        "retired": true,
                                        "usageBucketBaseUnitId": 89,
                                        "usageBucketBaseUnitName": "Sample Text Data"
                                    }
                                ]
                            }
                        }
                    ]
                }
            }
        ]
    }
}
GETService/{id}
Retrieve an instance of the Service object by its ID.
{id}Unique identifier for the Service object.
Retrieve an instance of the Service object by its ID.
GET Service/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "name": "Activation Fee",
        "ownerId": 10,
        "ownerName": "Sample Text Data",
        "serviceTypeId": 18,
        "serviceTypeName": "Sample Text Data",
        "usageFrequency": 16,
        "usageFrequencyTypeId": 7,
        "usageFrequencyTypeName": "Sample Text Data",
        "created": "2021-04-26T15:25:27.587Z",
        "isActive": true,
        "isTaxExempt": true,
        "isTaxInclusive": true,
        "generalLedgerId": 27,
        "generalLedgerName": "Sample Text Data",
        "taxCodeId": 11,
        "taxCodeName": "Sample Text Data",
        "serviceTaxCategoryId": 6,
        "serviceTaxCategoryName": "Sample Text Data",
        "defaultServiceStatusTypeId": 2,
        "defaultServiceStatusTypeName": "Sample Text Data",
        "serviceCategoryId": 26,
        "serviceCategoryName": "Sample Text Data",
        "description": "One time charge for activation",
        "id": 13
    }
}
GETService/{id}/Detail
Retrieve deep detail of the Service 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 Service object.
Retrieve deep detail of the Service object by its ID.
GET Service/{id}/Detail
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "name": "Activation Fee",
        "ownerId": 8,
        "ownerName": "Sample Text Data",
        "serviceTypeId": 26,
        "serviceTypeName": "Sample Text Data",
        "usageFrequency": 16,
        "usageFrequencyTypeId": 19,
        "usageFrequencyTypeName": "Sample Text Data",
        "created": "2021-04-26T15:25:27.587Z",
        "isActive": true,
        "isTaxExempt": true,
        "isTaxInclusive": true,
        "generalLedgerId": 27,
        "generalLedgerName": "Sample Text Data",
        "taxCodeId": 19,
        "taxCodeName": "Sample Text Data",
        "serviceTaxCategoryId": 12,
        "serviceTaxCategoryName": "Sample Text Data",
        "defaultServiceStatusTypeId": 5,
        "defaultServiceStatusTypeName": "Sample Text Data",
        "serviceCategoryId": 19,
        "serviceCategoryName": "Sample Text Data",
        "description": "One time charge for activation",
        "id": 25,
        "details": {
            "usageBuckets": [
                {
                    "identity": 98,
                    "name": "Sample Text Data",
                    "prorate": true,
                    "isInfiniteLastTier": true,
                    "isThresholdPerAccountService": true,
                    "usageBucketRefillTypeId": 87,
                    "usageBucketRefillTypeName": "Sample Text Data",
                    "refillFrequency": 34,
                    "refillFrequencyTypeId": 28,
                    "refillFrequencyTypeName": "Sample Text Data",
                    "expireAfterFrequency": 36,
                    "expireAfterFrequencyTypeId": 2,
                    "expireAfterFrequencyTypeName": "Sample Text Data",
                    "expireAfterRecurrence": 39,
                    "isAssociatedWithSharePlan": true,
                    "accountPackageActivation": true,
                    "overageUsageRatePlanId": 13,
                    "isSharedAcrossPackage": true,
                    "overageUsageRatePlanName": "Sample Text Data",
                    "isBytesInBinaryUnit": true,
                    "usageBucketBaseUnitId": 91,
                    "usageBucketBaseUnitName": "Sample Text Data",
                    "details": {
                        "tiers": [
                            {
                                "identity": 71,
                                "usageBucketId": 4,
                                "usageBucketName": "Sample Text Data",
                                "threshold": 71.57,
                                "flatCharge": 4.32,
                                "usageUnitId": 30,
                                "usageUnitName": "Sample Text Data",
                                "packageFrequencyId": 2,
                                "packageFrequencyName": "Sample Text Data",
                                "packageServiceId": 96,
                                "currencyId": 64,
                                "currencyName": "Sample Text Data",
                                "money": 97.66,
                                "priceBookId": 79,
                                "priceBookName": "Sample Text Data",
                                "tierOverride": true
                            }
                        ],
                        "contributions": [
                            {
                                "identity": 51,
                                "usageBucketSharePlanParticipationId": 62,
                                "usageBucketId": 54,
                                "usageBucketName": "Sample Text Data",
                                "isContributing": true,
                                "contributingAmount": 19.12,
                                "contributingUsageUnitId": 42,
                                "contributingUsageUnitName": "Sample Text Data",
                                "moneyCurrencyId": 80,
                                "serviceId": 93,
                                "serviceName": "Sample Text Data",
                                "packageId": 89,
                                "packageName": "Sample Text Data"
                            }
                        ],
                        "usageBucketNotifications": [
                            {
                                "identity": 11,
                                "usageBucketServiceId": 5,
                                "emailConfigurationId": 34,
                                "emailConfigurationName": "Sample Text Data",
                                "webhookConfigurationId": 40,
                                "webhookConfigurationName": "Sample Text Data",
                                "thresholdPercent": 19,
                                "details": {
                                    "emailConfiguration": {
                                        "identity": 46,
                                        "name": "Sample Text Data",
                                        "eventSubscriptionId": 41,
                                        "eventSubscriptionName": "Sample Text Data",
                                        "emailTemplateId": 70,
                                        "emailTemplateName": "Sample Text Data",
                                        "details": {
                                            "emailToAddresses": [
                                                {
                                                    "identity": 73,
                                                    "emailConfigurationId": 24,
                                                    "emailConfigurationName": "Sample Text Data",
                                                    "userId": 92,
                                                    "userName": "Sample Text Data",
                                                    "contactTypeTypeId": 67,
                                                    "contactTypeTypeName": "Sample Text Data",
                                                    "email": "Sample Text Data"
                                                }
                                            ]
                                        }
                                    },
                                    "webhookConfiguration": {
                                        "identity": 60,
                                        "name": "Sample Text Data",
                                        "url": "Sample Text Data",
                                        "requestVerb": "Sample Text Data",
                                        "webhookTemplateId": 53,
                                        "webhookTemplateName": "Sample Text Data",
                                        "keyValuePairAuthorizationTokenKey": "Sample Text Data",
                                        "keyValuePairAuthorizationTokenValue": "Sample Text Data",
                                        "eventSubscriptionId": 33,
                                        "eventSubscriptionName": "Sample Text Data",
                                        "webhookAuthorizationTypeId": 46,
                                        "webhookAuthorizationTypeName": "Sample Text Data",
                                        "oAuthUsername": "Sample Text Data",
                                        "oAuthPassword": "Sample Text Data",
                                        "oAuthClientId": "Sample Text Data",
                                        "oAuthAuthorizationURL": "Sample Text Data",
                                        "hasCredentialsSet": true,
                                        "oAuthClientSecret": "Sample Text Data"
                                    }
                                }
                            }
                        ],
                        "usageBucketBase": [
                            {
                                "identity": 47,
                                "name": "Sample Text Data",
                                "start": "2021-04-26T15:25:27.587Z",
                                "end": "2021-04-26T15:25:27.587Z",
                                "retired": true,
                                "usageBucketBaseUnitId": 89,
                                "usageBucketBaseUnitName": "Sample Text Data"
                            }
                        ]
                    }
                }
            ]
        }
    }
}
PATCHService/{id}
Update or Add the Service 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 Service object.
Update or Add the Service object and optionally make changes to any child objects.
PATCH Service/{id}

{
    "details": {},
    "services": {
        "items": [
            {
                "patchType": "create",
                "patchClientId": 1,
                "name": "Activation Fee",
                "serviceTypeId": 5,
                "usageFrequency": 27,
                "usageFrequencyTypeId": 22,
                "isActive": true,
                "isTaxExempt": true,
                "isTaxInclusive": true,
                "generalLedgerId": 17,
                "serviceTaxCategoryId": 8,
                "defaultServiceStatusTypeId": 5,
                "serviceCategoryId": 14,
                "description": "One time charge for activation",
                "id": 13
            }
        ]
    }
}
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": "service",
                "instance": {
                    "identity": 1,
                    "name": "Activation Fee",
                    "ownerId": 20,
                    "ownerName": "Sample Text Data",
                    "serviceTypeId": 14,
                    "serviceTypeName": "Sample Text Data",
                    "usageFrequency": 22,
                    "usageFrequencyTypeId": 21,
                    "usageFrequencyTypeName": "Sample Text Data",
                    "created": "2021-04-26T15:25:27.587Z",
                    "isActive": true,
                    "isTaxExempt": true,
                    "isTaxInclusive": true,
                    "generalLedgerId": 5,
                    "generalLedgerName": "Sample Text Data",
                    "taxCodeId": 1,
                    "taxCodeName": "Sample Text Data",
                    "serviceTaxCategoryId": 22,
                    "serviceTaxCategoryName": "Sample Text Data",
                    "defaultServiceStatusTypeId": 8,
                    "defaultServiceStatusTypeName": "Sample Text Data",
                    "serviceCategoryId": 15,
                    "serviceCategoryName": "Sample Text Data",
                    "description": "One time charge for activation",
                    "id": 23
                }
            }
        ]
    }
}
POSTService/
Create a new instance of the Service object.
Create a new instance of the Service object.
POST Service/

{
    "name": "Activation Fee",
    "serviceTypeId": 18,
    "usageFrequency": 14,
    "usageFrequencyTypeId": 11,
    "isActive": true,
    "isTaxExempt": true,
    "isTaxInclusive": true,
    "generalLedgerId": 24,
    "serviceTaxCategoryId": 23,
    "defaultServiceStatusTypeId": 22,
    "serviceCategoryId": 7,
    "description": "One time charge for activation",
    "id": 8
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "create",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "name": "Activation Fee",
                "ownerId": 22,
                "ownerName": "Sample Text Data",
                "serviceTypeId": 10,
                "serviceTypeName": "Sample Text Data",
                "usageFrequency": 14,
                "usageFrequencyTypeId": 20,
                "usageFrequencyTypeName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "isActive": true,
                "isTaxExempt": true,
                "isTaxInclusive": true,
                "generalLedgerId": 8,
                "generalLedgerName": "Sample Text Data",
                "taxCodeId": 23,
                "taxCodeName": "Sample Text Data",
                "serviceTaxCategoryId": 19,
                "serviceTaxCategoryName": "Sample Text Data",
                "defaultServiceStatusTypeId": 20,
                "defaultServiceStatusTypeName": "Sample Text Data",
                "serviceCategoryId": 17,
                "serviceCategoryName": "Sample Text Data",
                "description": "One time charge for activation",
                "id": 15
            }
        ]
    }
}
PUTService/{id}
Update an existing instance of the Service object.
Update an existing instance of the Service object.
PUT Service/{id}

{
    "identity": 1,
    "name": "Activation Fee",
    "serviceTypeId": 18,
    "usageFrequency": 26,
    "usageFrequencyTypeId": 8,
    "isActive": true,
    "isTaxExempt": true,
    "isTaxInclusive": true,
    "generalLedgerId": 7,
    "serviceTaxCategoryId": 26,
    "defaultServiceStatusTypeId": 16,
    "serviceCategoryId": 6,
    "description": "One time charge for activation",
    "id": 16
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "update",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "name": "Activation Fee",
                "ownerId": 14,
                "ownerName": "Sample Text Data",
                "serviceTypeId": 20,
                "serviceTypeName": "Sample Text Data",
                "usageFrequency": 27,
                "usageFrequencyTypeId": 11,
                "usageFrequencyTypeName": "Sample Text Data",
                "created": "2021-04-26T15:25:27.587Z",
                "isActive": true,
                "isTaxExempt": true,
                "isTaxInclusive": true,
                "generalLedgerId": 7,
                "generalLedgerName": "Sample Text Data",
                "taxCodeId": 17,
                "taxCodeName": "Sample Text Data",
                "serviceTaxCategoryId": 25,
                "serviceTaxCategoryName": "Sample Text Data",
                "defaultServiceStatusTypeId": 6,
                "defaultServiceStatusTypeName": "Sample Text Data",
                "serviceCategoryId": 26,
                "serviceCategoryName": "Sample Text Data",
                "description": "One time charge for activation",
                "id": 12
            }
        ]
    }
}