TAG LINE
SMALL TITLE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the AccountServiceTemporal |
accountServiceId | "accountServiceId": "Hello World" Type: String Unique identifier for the associated AccountService object. |
serviceStatusTypeId | "serviceStatusTypeId": 6 Type: Number Unique identifier for the associated ServiceStatusType object. |
udrUsageIdentifier | "udrUsageIdentifier": "Hello World" Type: String |
start | "start": "2005-04-11T14:56:24" Type: Date |
end | "end": "2005-04-11T14:56:24" Type: Date |
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/v3/Account/Service/Temporal |
Retrieve all of the AccountServiceTemporal objects. |
GET | api/v3/Account/Service/Temporal/Paged |
Retreive all of the AccountServiceTemporal objects in a paged fashion. |
GET | api/v3/Account/Service/Temporal/{id:long} |
Retrieve all of the AccountServiceTemporal objects. |