TAG LINE
TAG LINE
SMALL TITLE

Contract / Commitment

(API Version v6)


This entity is the top level container for a Contract Commitment that is associated with an Account Contract.


What can you do with ContractCommitment?


Properties

Property Details
identity
READ-ONLY
"identity": 14
Type: Number
This is the unique numeric identifier for the ContractCommitment
accountContractId
"accountContractId": 0
Type: Number
Unique identifier for the associated AccountContract object.
accountContractName
"accountContractName": "Sample Name"
Type: String
The name of the object associated with the accountContractId property.
contractCommitmentTypeId
"contractCommitmentTypeId": 26
Type: Number
Unique identifier for the associated ContractCommitmentType object.
contractCommitmentTypeName
"contractCommitmentTypeName": "Sample Name"
Type: String
The name of the object associated with the contractCommitmentTypeId property.
penaltyServiceId
"penaltyServiceId": 5
Type: Number
Unique identifier for the associated Service object.
penaltyServiceName
"penaltyServiceName": "Sample Name"
Type: String
The name of the object associated with the penaltyServiceId property.
penaltyDescription
"penaltyDescription": "Minimum quantity commit."
Type: String
User friendly description for a penalty applied for this commitment
includeChildAccounts
"includeChildAccounts": true
Type: Boolean
Whether or not child accounts should be considered in this rule.
contractCommitmentPenaltyChargeTypeId
"contractCommitmentPenaltyChargeTypeId": 0
Type: Number
Unique identifier for the associated ContractCommitmentPenaltyChargeType object.
contractCommitmentPenaltyChargeTypeName
"contractCommitmentPenaltyChargeTypeName": "Sample Name"
Type: String
The name of the object associated with the contractCommitmentPenaltyChargeTypeId property.


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

Standard PATCH objects:

  • contractCommitmentPeriod - create, update, delete
  • service - attach, detach

DataFlow PATCH objects:


End Points

DELETEContract/Commitment/{id}
Delete an instance of the ContractCommitment 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 ContractCommitment object.
Delete an instance of the ContractCommitment object.
DELETE Contract/Commitment/{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": "contractCommitment"
            },
            {
                "lhsId": 2,
                "rhsId": 2,
                "action": "detached",
                "dtoTypeKey": "sampleObjectConnector"
            },
            {
                "foreignKeyIdentity": 2,
                "action": "deleted",
                "dtoTypeKey": "sampleObject"
            }
        ]
    }
}
GETContract/Commitment/
Retrieve all of the ContractCommitment objects.
Retrieve all of the ContractCommitment objects.
GET Contract/Commitment/
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "accountContractId": 8,
            "accountContractName": "Sample Text Data",
            "contractCommitmentTypeId": 6,
            "contractCommitmentTypeName": "Sample Text Data",
            "penaltyServiceId": 3,
            "penaltyServiceName": "Sample Text Data",
            "penaltyDescription": "Minimum quantity commit.",
            "includeChildAccounts": true,
            "contractCommitmentPenaltyChargeTypeId": 18,
            "contractCommitmentPenaltyChargeTypeName": "Sample Text Data"
        }
    ]
}
GETContract/Commitment/Paged
Retrieve all of the ContractCommitment 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 ContractCommitment objects in a paged fashion.
GET Contract/Commitment/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,
                "accountContractId": 2,
                "accountContractName": "Sample Text Data",
                "contractCommitmentTypeId": 18,
                "contractCommitmentTypeName": "Sample Text Data",
                "penaltyServiceId": 23,
                "penaltyServiceName": "Sample Text Data",
                "penaltyDescription": "Minimum quantity commit.",
                "includeChildAccounts": true,
                "contractCommitmentPenaltyChargeTypeId": 7,
                "contractCommitmentPenaltyChargeTypeName": "Sample Text Data"
            }
        ]
    }
}
GETContract/Commitment/Paged/Detail
Retrieve all of the ContractCommitment 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 ContractCommitment objects in a paged fashion with all object details.
GET Contract/Commitment/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,
                "accountContractId": 8,
                "accountContractName": "Sample Text Data",
                "contractCommitmentTypeId": 3,
                "contractCommitmentTypeName": "Sample Text Data",
                "penaltyServiceId": 16,
                "penaltyServiceName": "Sample Text Data",
                "penaltyDescription": "Minimum quantity commit.",
                "includeChildAccounts": true,
                "contractCommitmentPenaltyChargeTypeId": 19,
                "contractCommitmentPenaltyChargeTypeName": "Sample Text Data",
                "details": {
                    "periods": [
                        {
                            "identity": 98,
                            "contractCommitmentId": 61,
                            "periodOccurrences": 96,
                            "periodFrequency": 30,
                            "frequencyTypeId": 32,
                            "frequencyTypeName": "Sample Text Data",
                            "sortOrder": 49,
                            "isRemainderOfTerm": true
                        }
                    ],
                    "services": [
                        {
                            "identity": 13,
                            "contractCommitmentId": 93,
                            "serviceId": 92,
                            "serviceName": "Sample Text Data"
                        }
                    ],
                    "packageFrequencies": [
                        {
                            "identity": 69,
                            "contractCommitmentId": 67,
                            "packageFrequencyId": 88,
                            "packageFrequencyName": "Sample Text Data",
                            "packageId": 93,
                            "packageName": "Sample Text Data"
                        }
                    ],
                    "usageClasses": [
                        {
                            "identity": 6,
                            "contractCommitmentId": 82,
                            "usageClassId": 85,
                            "usageClassName": "Sample Text Data"
                        }
                    ]
                }
            }
        ]
    }
}
GETContract/Commitment/{id}
Retrieve an instance of the ContractCommitment object by its ID.
{id}Unique identifier for the ContractCommitment object.
Retrieve an instance of the ContractCommitment object by its ID.
GET Contract/Commitment/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "accountContractId": 24,
        "accountContractName": "Sample Text Data",
        "contractCommitmentTypeId": 23,
        "contractCommitmentTypeName": "Sample Text Data",
        "penaltyServiceId": 9,
        "penaltyServiceName": "Sample Text Data",
        "penaltyDescription": "Minimum quantity commit.",
        "includeChildAccounts": true,
        "contractCommitmentPenaltyChargeTypeId": 7,
        "contractCommitmentPenaltyChargeTypeName": "Sample Text Data"
    }
}
GETContract/Commitment/{id}/Detail
Retrieve deep detail of the ContractCommitment 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 ContractCommitment object.
Retrieve deep detail of the ContractCommitment object by its ID.
GET Contract/Commitment/{id}/Detail
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "accountContractId": 0,
        "accountContractName": "Sample Text Data",
        "contractCommitmentTypeId": 2,
        "contractCommitmentTypeName": "Sample Text Data",
        "penaltyServiceId": 2,
        "penaltyServiceName": "Sample Text Data",
        "penaltyDescription": "Minimum quantity commit.",
        "includeChildAccounts": true,
        "contractCommitmentPenaltyChargeTypeId": 26,
        "contractCommitmentPenaltyChargeTypeName": "Sample Text Data",
        "details": {
            "periods": [
                {
                    "identity": 98,
                    "contractCommitmentId": 61,
                    "periodOccurrences": 96,
                    "periodFrequency": 30,
                    "frequencyTypeId": 32,
                    "frequencyTypeName": "Sample Text Data",
                    "sortOrder": 49,
                    "isRemainderOfTerm": true
                }
            ],
            "services": [
                {
                    "identity": 13,
                    "contractCommitmentId": 93,
                    "serviceId": 92,
                    "serviceName": "Sample Text Data"
                }
            ],
            "packageFrequencies": [
                {
                    "identity": 69,
                    "contractCommitmentId": 67,
                    "packageFrequencyId": 88,
                    "packageFrequencyName": "Sample Text Data",
                    "packageId": 93,
                    "packageName": "Sample Text Data"
                }
            ],
            "usageClasses": [
                {
                    "identity": 6,
                    "contractCommitmentId": 82,
                    "usageClassId": 85,
                    "usageClassName": "Sample Text Data"
                }
            ]
        }
    }
}
PATCHContract/Commitment/{id}
Update or Add the ContractCommitment 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 ContractCommitment object.
Update or Add the ContractCommitment object and optionally make changes to any child objects.
PATCH Contract/Commitment/{id}

{
    "details": {},
    "contractCommitments": {
        "items": [
            {
                "patchType": "create",
                "patchClientId": 1,
                "accountContractId": 27,
                "contractCommitmentTypeId": 25,
                "penaltyServiceId": 11,
                "penaltyDescription": "Minimum quantity commit.",
                "includeChildAccounts": true,
                "contractCommitmentPenaltyChargeTypeId": 12
            }
        ]
    }
}
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": "contractCommitment",
                "instance": {
                    "identity": 1,
                    "accountContractId": 6,
                    "accountContractName": "Sample Text Data",
                    "contractCommitmentTypeId": 22,
                    "contractCommitmentTypeName": "Sample Text Data",
                    "penaltyServiceId": 1,
                    "penaltyServiceName": "Sample Text Data",
                    "penaltyDescription": "Minimum quantity commit.",
                    "includeChildAccounts": true,
                    "contractCommitmentPenaltyChargeTypeId": 11,
                    "contractCommitmentPenaltyChargeTypeName": "Sample Text Data"
                }
            }
        ]
    }
}
POSTContract/Commitment/
Create a new instance of the ContractCommitment object.
Create a new instance of the ContractCommitment object.
POST Contract/Commitment/

{
    "accountContractId": 24,
    "contractCommitmentTypeId": 18,
    "penaltyServiceId": 5,
    "penaltyDescription": "Minimum quantity commit.",
    "includeChildAccounts": true,
    "contractCommitmentPenaltyChargeTypeId": 16
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "create",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "accountContractId": 12,
                "accountContractName": "Sample Text Data",
                "contractCommitmentTypeId": 7,
                "contractCommitmentTypeName": "Sample Text Data",
                "penaltyServiceId": 10,
                "penaltyServiceName": "Sample Text Data",
                "penaltyDescription": "Minimum quantity commit.",
                "includeChildAccounts": true,
                "contractCommitmentPenaltyChargeTypeId": 13,
                "contractCommitmentPenaltyChargeTypeName": "Sample Text Data"
            }
        ]
    }
}
PUTContract/Commitment/{id}
Update an existing instance of the ContractCommitment object.
Update an existing instance of the ContractCommitment object.
PUT Contract/Commitment/{id}

{
    "identity": 1,
    "accountContractId": 14,
    "contractCommitmentTypeId": 0,
    "penaltyServiceId": 23,
    "penaltyDescription": "Minimum quantity commit.",
    "includeChildAccounts": true,
    "contractCommitmentPenaltyChargeTypeId": 5
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "update",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "accountContractId": 25,
                "accountContractName": "Sample Text Data",
                "contractCommitmentTypeId": 10,
                "contractCommitmentTypeName": "Sample Text Data",
                "penaltyServiceId": 19,
                "penaltyServiceName": "Sample Text Data",
                "penaltyDescription": "Minimum quantity commit.",
                "includeChildAccounts": true,
                "contractCommitmentPenaltyChargeTypeId": 20,
                "contractCommitmentPenaltyChargeTypeName": "Sample Text Data"
            }
        ]
    }
}