TAG LINE
SMALL TITLE
id | "id": 22 Type: Number This is the unique numeric identifier for the UsageRatePlanPackageServiceConnectorHistory |
packageServiceId | "packageServiceId": 18 Type: Number Unique identifier for the associated PackageService object. |
usageRatePlanId | "usageRatePlanId": 5 Type: Number Unique identifier for the associated UsageRatePlan object. |
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/v2/Usage/Rate/Plan/Package/Service/History |
Retrieve all of the UsageRatePlanPackageServiceConnectorHistory objects. |
GET | api/v2/Usage/Rate/Plan/Package/Service/History/Paged |
Retreive all of the UsageRatePlanPackageServiceConnectorHistory objects in a paged fashion. |
GET | api/v2/Usage/Rate/Plan/Package/Service/History/{id:int} |
Retrieve an instance of the UsageRatePlanPackageServiceConnectorHistory object by it's ID. | |
{id:int} | Unique identifier for the UsageRatePlanPackageServiceConnectorHistory object. |