TAG LINE
SMALL TITLE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the UDRMediated |
date | "date": "2005-04-11T14:56:24" Type: Date |
udrIdentifierTypeId | "udrIdentifierTypeId": 11 Type: Number Unique identifier for the associated UDRIdentifierType object. |
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": 1 Type: Number Unique identifier for the associated UsageClass object. |
usageClassGroupTypeId | "usageClassGroupTypeId": 5 Type: Number Unique identifier for the associated UsageClassGroupType object. |
uniquenessIdentifier | "uniquenessIdentifier": "Hello World" Type: String |
usageClassTypeId | "usageClassTypeId": 6 Type: Number Unique identifier for the associated UsageClassType object. |
dataImportHistoryId | "dataImportHistoryId": 6 Type: Number Unique identifier for the associated DataImportHistory object. |
usageBill | "usageBill": "2005-04-11T14:56:24" Type: Date |
inbound | "inbound": true Type: Boolean |
candidateTerminatingIdentifiers | "candidateTerminatingIdentifiers": "Hello World" Type: String |
primaryDataRow | "primaryDataRow": 27 Type: Number |
charge | "charge": "Hello World" Type: String |
id | "id": "Hello World" Type: String |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v2/Udr/Mediated/{id:long} |
Delete an instance of the UDRMediated object. |
GET | api/v2/Udr/Mediated |
Retrieve all of the UDRMediated objects. |
GET | api/v2/Udr/Mediated/Paged |
Retreive all of the UDRMediated objects in a paged fashion. |
GET | api/v2/Udr/Mediated/{id:long} |
Retrieve all of the UDRMediated objects. |
POST | api/v2/Udr/Mediated |
Create a new instance of the UDRMediated object. |
PUT | api/v2/Udr/Mediated/{id:long} |
Update an existing instance of the UDRMediated object. |