TAG LINE
SMALL TITLE
id | "id": 1 Type: Number This is the unique numeric identifier for the UDRUsageExceptionSchedule |
ownerId | "ownerId": 18 Type: Number Unique identifier for the associated Owner object. |
scheduledStart | "scheduledStart": "2005-04-11T14:56:24" Type: Date |
start | "start": "2005-04-11T14:56:24" Type: Date |
complete | "complete": "2005-04-11T14:56:24" Type: Date |
created | "created": "2005-04-11T14:56:24" Type: Date |
createdByUserId | "createdByUserId": 16 Type: Number Unique identifier for the associated User object. |
filterCriteria | "filterCriteria": "Hello World" Type: String |
sentCount | "sentCount": "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:
GET | api/v2/Udr/Usage/Exception/Schedule |
Retrieve all of the UDRUsageExceptionSchedule objects. |
GET | api/v2/Udr/Usage/Exception/Schedule/Paged |
Retreive all of the UDRUsageExceptionSchedule objects in a paged fashion. |
GET | api/v2/Udr/Usage/Exception/Schedule/{id:int} |
Retrieve an instance of the UDRUsageExceptionSchedule object by it's ID. | |
{id:int} | Unique identifier for the UDRUsageExceptionSchedule object. |
POST | api/v2/Udr/Usage/Exception/Schedule/Reprocess |
Create a new instance of the UDRUsageExceptionSchedule object. |