TAG LINE
SMALL TITLE
id | "id": 22 Type: Number This is the unique numeric identifier for the PricePlanTierType |
name | "name": "Hello World" Type: String |
sortOrder | "sortOrder": 7 Type: Number |
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/PricePlan/TierType |
Retrieve all of the PricePlanTierType objects. |
GET | api/v2/PricePlan/TierType/Paged |
Retreive all of the PricePlanTierType objects in a paged fashion. |
GET | api/v2/PricePlan/TierType/{id:int} |
Retrieve an instance of the PricePlanTierType object by it's ID. | |
{id:int} | Unique identifier for the PricePlanTierType object. |