TAG LINE
TAG LINE
SMALL TITLE

Udr / Mediated

(API Version v5)


What can you do with UDRMediated?


Properties

Property Details
date
"date": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
udrIdentifierTypeId
"udrIdentifierTypeId": 15
Type: Number
Unique identifier for the associated UDRIdentifierType object.
udrName
"udrName": "Sample Name"
Type: String
The name of the object associated with the udrIdentifierTypeId property.
originatingIdentifier
"originatingIdentifier": "Hello World"
Type: String
terminatingIdentifier
"terminatingIdentifier": "Hello World"
Type: String
udrUsageIdentifier
"udrUsageIdentifier": "Hello World"
Type: String
value
"value": "Hello World"
Type: String
reverseRating
"reverseRating": true
Type: Boolean
usageClassId
"usageClassId": 21
Type: Number
Unique identifier for the associated UsageClass object.
usageClassName
"usageClassName": "Sample Name"
Type: String
The name of the object associated with the usageClassId property.
usageClassGroupTypeId
"usageClassGroupTypeId": 11
Type: Number
Unique identifier for the associated UsageClassGroupType object.
usageClassGroupTypeName
"usageClassGroupTypeName": "Sample Name"
Type: String
The name of the object associated with the usageClassGroupTypeId property.
uniquenessIdentifier
"uniquenessIdentifier": "Hello World"
Type: String
usageClassTypeId
"usageClassTypeId": 8
Type: Number
Unique identifier for the associated UsageClassType object.
usageClassTypeName
"usageClassTypeName": "Sample Name"
Type: String
The name of the object associated with the usageClassTypeId property.
importBatchId
"importBatchId": 24
Type: Number
Unique identifier for the associated ImportBatch object.
importBatchName
"importBatchName": "Sample Name"
Type: String
The name of the object associated with the importBatchId property.
usageBill
"usageBill": "2021-04-26T15:25:27.587Z"
Type: Date
Date and time values are specified in the ISO 8601 format.
inbound
"inbound": true
Type: Boolean
candidateTerminatingIdentifiers
"candidateTerminatingIdentifiers": "Hello World"
Type: String
primaryDataRow
"primaryDataRow": 26
Type: Number
charge
"charge": 3
Type: Number
serviceTaxCategoryId
"serviceTaxCategoryId": 13
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
id
"id": "Hello World"
Type: String


End Points

GETUdr/Mediated/{id}
Retrieve an instance of the UDRMediated object by its ID.
{id}Unique identifier for the UDRMediated object.
Retrieve an instance of the UDRMediated object by its ID.
GET Udr/Mediated/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "date": "2021-04-26T15:25:27.587Z",
        "udrIdentifierTypeId": 0,
        "udrName": "Sample Text Data",
        "originatingIdentifier": "Sample Text Data",
        "terminatingIdentifier": "Sample Text Data",
        "udrUsageIdentifier": "Sample Text Data",
        "value": "Sample Text Data",
        "reverseRating": true,
        "usageClassId": 1,
        "usageClassName": "Sample Text Data",
        "usageClassGroupTypeId": 6,
        "usageClassGroupTypeName": "Sample Text Data",
        "uniquenessIdentifier": "Sample Text Data",
        "usageClassTypeId": 4,
        "usageClassTypeName": "Sample Text Data",
        "importBatchId": 21,
        "importBatchName": "Sample Text Data",
        "usageBill": "2021-04-26T15:25:27.587Z",
        "inbound": true,
        "candidateTerminatingIdentifiers": "Sample Text Data",
        "primaryDataRow": 2,
        "charge": 14,
        "serviceTaxCategoryId": 7,
        "serviceTaxCategoryName": "Sample Text Data",
        "id": "Sample Text Data"
    }
}