API Documentation

    Pricing TiersAdd Pricing Tier

    Method: /pricing_tiers.[format]
    Syntax:
    https://[subdomain].salesbinder.com/api/2.0/pricing_tiers.json
    HTTP Request Type: POST
    Example JSON Data to Submit
    1{
    2    "pricing_tier":
    3        {
    4            "name": "Wholesale"
    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>Wholesale</name>
    6        <id>a9994c34-c1cd-4e0e-8912-f9f47847578e</id>
    7    </pricing_tier>
    8</response>
    Success:

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

    Example JSON Returned Response
    1{
    2    "message": "Saved",
    3    "pricing_tier": {
    4        "name": "Wholesale",
    5        "id": "84554833-ce4c-4fc0-a720-fc57b458ab20"
    6    }
    7}
    8
    Network Status:
    100% Global Availability