Get Supported Markets
    • 27 Oct 2024
    • 1 Minute to read
    • Dark
      Light
    • PDF

    Get Supported Markets

    • Dark
      Light
    • PDF

    Article summary

    Get the list of Supported Market detail that will used as parameters to create the Reseller Plan

    URL

    https://contoso-prod-api.azurewebsites.net/api/common/supportedMarketList

    Request Headers

    KeyValue
    AuthorizationBearer <access_token>
    Content-TypeApplication/json

    Request body

    The request doesn’t require any parameters / body

    Response body

    An example response for the request to get supported market detail is as follows:

    {
        "OperationType": null,
        "Status": "Success",
        "RequestCorrelationID": "37c646e4-144b-410c-b504-f623ec9a07b5",
        "ErrorMessage": null,
        "ErrorDetail": null,
        "Data": [
            {
                "ID": 234,
                "Region": "United States",
                "MarketCountry": "United states Region",
                "MarketCode": "US",
                "Currency": "USD"
            }
        ]
    }

    Here is the explanation for the properties in the response (JSON)

    PropertyDescription
    OperationTypeCan be ignored
    StatusIndicates the status of the request. Possible values – Success / Error
    RequestCorrelationIDInternal ID generated by C3 for correspondence for troubleshooting issues, if any.
    ErrorMessageMessage in case the request runs into an error during processing
    ErrorDetailAdditional detail related to the error in case there is an error while processing the request
    DataContains a list of customer objects represented by the following attributes
    Attribute
    Description
    ID
    Record Serial number in API output
    Region
    Region associated with Supported country
    MarketCountry
    Name of country
    MarketCode
    Code of Market for the Plan
    Currency
    Currency supported in the country

    Was this article helpful?

    What's Next