TAG LINE
SMALL TITLE
id | "id": 2 Type: Number This is the unique numeric identifier for the UsageRatePlanAccountServiceConnectorHistory |
accountServiceId | "accountServiceId": "Hello World" Type: String Unique identifier for the associated AccountService object. |
usageRatePlanId | "usageRatePlanId": 2 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/v3/Usage/Rate/Plan/Account/Service/History |
Retrieve all of the UsageRatePlanAccountServiceConnectorHistory objects. |
GET | api/v3/Usage/Rate/Plan/Account/Service/History/Paged |
Retreive all of the UsageRatePlanAccountServiceConnectorHistory objects in a paged fashion. |
GET | api/v3/Usage/Rate/Plan/Account/Service/History/{id:int} |
Retrieve an instance of the UsageRatePlanAccountServiceConnectorHistory object by it's ID. | |
{id:int} | Unique identifier for the UsageRatePlanAccountServiceConnectorHistory object. |