ContractType Data Type

ContractType for SLAs.

Abstract Type
Subtypes
ContractTypeByServiceType, ContractTypeByInterface, ContractTypeByServiceTypeAndInterface
Properties
name data type description
contractTypeFor string Contract type for.
contractTypeName string Contract type name.
effectiveFrom number Effective from XMLGregorianCalendar.
effectiveTo number Effective to XMLGregorianCalendar.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "contractType" : {
    "contractTypeFor" : "...",
    "contractTypeName" : "...",
    "effectiveFrom" : 12345,
    "effectiveTo" : 12345
  }
}