API Documentation

    Pricing TiersEdit Pricing Tier

    Method: /pricing_tiers/[id].[format]
    Syntax:
    https://[subdomain].salesbinder.com/api/2.0/pricing_tiers/[id].json
    HTTP Request Type: PUT
    Example JSON Data to Submit
    1{
    2    "pricing_tier":
    3        {
    4            "name": "Wholesaler"
    5        }
    6}
    Example XML Data to Submit
    1<?xml version="1.0" encoding="UTF-8" ?>
    2<response>
    3    <message>Saved</message>
    4    <pricing_tier>
    5        <name>Wholesaler</name>
    6        <id>a9994c34-c1cd-4e0e-8912-f9f47847578e</id>
    7    </pricing_tier>
    8</response>
    Success:

    If you have been successful in updating a pricing tier, the response will return the updated data object along with a “message” value of “Saved” as seen below.

    Example JSON Returned Response
    1{
    2    "message": "Saved",
    3    "pricing_tier": {
    4        "id": "5a8bbf97-bb2c-4f18-b7b8-052e0a8e0004",
    5        "name": "Wholesaler"
    6    }
    7}

    Updated on June 13th, 2019

    Network Status:
    100% Global Availability