TAG LINE
SMALL TITLE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the UDRUsageException |
udrMediatedId | "udrMediatedId": "Hello World" Type: String Unique identifier for the associated UDRMediated object. |
message | "message": "Hello World" Type: String |
lastRatingAttempt | "lastRatingAttempt": "2005-04-11T14:56:24" Type: Date |
complete | "complete": true Type: Boolean |
accountServiceId | "accountServiceId": "Hello World" Type: String Unique identifier for the associated AccountService object. |
accountServiceTemporalId | "accountServiceTemporalId": "Hello World" Type: String Unique identifier for the associated AccountServiceTemporal object. |
udrUsageExceptionTypeId | "udrUsageExceptionTypeId": 8 Type: Number Unique identifier for the associated UDRUsageExceptionType object. |
accountId | "accountId": 13 Type: Number Unique identifier for the associated Account object. |
usageRatePlanId | "usageRatePlanId": 0 Type: Number Unique identifier for the associated UsageRatePlan object. |
udrUsageExceptionScheduleId | "udrUsageExceptionScheduleId": 13 Type: Number Unique identifier for the associated UDRUsageExceptionSchedule object. |
date | "date": "2005-04-11T14:56:24" Type: Date |
udrIdentifierTypeId | "udrIdentifierTypeId": 17 Type: Number Unique identifier for the associated UDRIdentifierType object. |
originatingIdentifier | "originatingIdentifier": "Hello World" Type: String |
terminatingIdentifier | "terminatingIdentifier": "Hello World" Type: String |
resolvedIdentifier | "resolvedIdentifier": "Hello World" Type: String |
udrUsageIdentifier | "udrUsageIdentifier": "Hello World" Type: String |
value | "value": "Hello World" Type: String |
reverseRating | "reverseRating": true Type: Boolean |
usageClassId | "usageClassId": 14 Type: Number Unique identifier for the associated UsageClass object. |
usageClassGroupTypeId | "usageClassGroupTypeId": 15 Type: Number Unique identifier for the associated UsageClassGroupType object. |
usageClassTypeId | "usageClassTypeId": 14 Type: Number Unique identifier for the associated UsageClassType object. |
dataImportHistoryId | "dataImportHistoryId": 19 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 |
dataImportFileName | "dataImportFileName": "Hello World" Type: String |
ownerId | "ownerId": 1 Type: Number Unique identifier for the associated Owner object. |
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:
GET | api/v2/Udr/Usage/Exception |
Retrieve all of the UDRUsageException objects. |
GET | api/v2/Udr/Usage/Exception/Paged |
Retreive all of the UDRUsageException objects in a paged fashion. |
GET | api/v2/Udr/Usage/Exception/{id:long} |
Retrieve all of the UDRUsageException objects. |