• Free Trial
  • Products
    • LMSThe world’s easiest-to-use learning management system.
    • CoursesA robust library of off-the-shelf learning content.
  • Solutions
    • By Use Case
      • Employee Training
      • Sales Training
      • Customer Training
      • Partner Training
      • Compliance Training
      • View all
    • By Industry
      • Technology
      • Nonprofit
      • Retail
      • Hospitality
      • Healthcare
      • View all
  • Customers
    • Learn more about Litmos customer success stories.
      • Case Studies
      • Video Testimonials
      • I Love Litmos
      • Lenny Awards
    • Featured Customer
      • Sabre, a global travel technology provider, increases revenue by using Litmos to train their sales and technical teams.
  • Pricing
  • Resources
    • Ebooks & Infographics
    • Webinars & Podcasts
    • Events
    • Integrations
    • Blog
  • About
    • Awards
    • Careers
    • Sustainability
  • Free Trial
Litmos
Choose language EN
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • Português
  • 中国
  • 日本
  • 한국어
Log in
Contact us
Support
Search
  • Free Trial
  • Products
    • LMSThe world’s easiest-to-use learning management system.
    • CoursesA robust library of off-the-shelf learning content.
  • Solutions
    • By Use Case
      • Employee Training
      • Sales Training
      • Customer Training
      • Partner Training
      • Compliance Training
      • View all
    • By Industry
      • Technology
      • Nonprofit
      • Retail
      • Hospitality
      • Healthcare
      • View all
  • Customers
    • Learn more about Litmos customer success stories.
      • Case Studies
      • Video Testimonials
      • I Love Litmos
      • Lenny Awards
    • Featured Customer
      • Sabre, a global travel technology provider, increases revenue by using Litmos to train their sales and technical teams.
  • Pricing
  • Resources
    • Ebooks & Infographics
    • Webinars & Podcasts
    • Events
    • Integrations
    • Blog
  • About
    • Awards
    • Careers
    • Sustainability
  • Free Trial

Litmos Training Operations Documentation

APIs

Home › Litmos Training Operations Documentation › LTO API: POST New Price to Existing Course

LTO API: POST New Price to Existing Course

Add New Price to an existing course

Create completely new pricing data for existing courses i.e. add one or more new prices. If the price records are successfully created then a “Get course pricing data by Course ID” will be provided in the response.

 URL: https://api.viewcentral.com/api/course/{course-id}/price

Method

Base Url

End Point

POST

https://api.viewcentral.com

/api/course/{course-id}/price

Header Type: JSON(application/json)

Key

Value

CompanyLoginId

(Enter your LTOPS company ID)

ProductId

1

Username

(Enter your username)

Password

(Enter your password)

Sample Request Body

{ “PriceRecord”: [
{
“PriceName”: “intro price by api part1 “,
“Description”: “Descr”,
“IsListPrice”: 0 ,
“AlwaysDisplay”: 0,
“DisplayToAll”: “”,
“IgnoreDiscountUplift”: “” ,
“DisplayOnly”: “”,
“DisplayMultiCurrencies”: “”,
“StartDate”: “2017-11-08”,
“ExpirationDate”: “2017-11-08”,
“OtherPrice”: “”,
“CountryCurrency”: [
{
“CurrencyCountry”: “US”,
“CurrencyCode”: “USD”,
“Price”: “555”,
“DefaultPrice”: 0
},
{
“CurrencyCountry”: “CN”,
“CurrencyCode”: “INR”,
“Price”: “0”,
“DefaultPrice”: 1
}
],
“AttendeeGroups”: [
{
“GroupID”: 2
}
] },
{
“PriceName”: “intro price by api part2”,
“Description”: “”,
“IsListPrice”: 0,
“AlwaysDisplay”: 1,
“DisplayToAll”: 1,
“IgnoreDiscountUplift”: 1,
“DisplayOnly”: 0,
“DisplayMultiCurrencies”: 1,
“StartDate”: “2017-12-0JSON8”,
“ExpirationDate”: “2017-12-08”,
“OtherPrice”: ” otherprice “
}
] }

 

 

Sample Response

{
“Success”: true,
“Error”: null,
“Data”: {
“CourseId”: 3,
“PriceRecord”: [
{
“RowId”: 6,
“PricingId”: 6,
“PriceName”: “intro price by api part1”,
“Description”: “Descr”,
“IsListPrice”: 0,
“AlwaysDisplay”: 0,
“DisplayToAll”: 0,
“IgnoreDiscountUplift”: 0,
“DisplayOnly”: 0,
“DisplayMultiCurrencies”: 0,
“StartDate”: “2017-11-08T08:00:00.000”,
“ExpirationDate”: “2017-11-08T08:00:00.000”,
“OtherPrice”: “”,
“PriceType”: “Numeric”,
“CountryCurrency”: [
{
“CurrencyCountry”: “CN”,
“CurrencyCode”: “INR”,
“Price”: “0.00”,
“DefaultPrice”: 1,
“ID”: 797130
},
{
“CurrencyCountry”: “US”,
“CurrencyCode”: “USD”,
“Price”: “555.00”,
“DefaultPrice”: 0,
“ID”: 797129
}
],
“AttendeeGroups”: [
{
“GroupID”: 2,
“GroupName”: “Enablement Users”
}
] },
{
“RowId”: 7,
“PricingId”: 6,
“PriceName”: “intro price by api part2”,
“Description”: “”,
“IsListPrice”: 0,
“AlwaysDisplay”: 1,
“DisplayToAll”: 1,
“IgnoreDiscountUplift”: 1,
“DisplayOnly”: 0,
“DisplayMultiCurrencies”: 1,
“StartDate”: “2017-12-08T08:00:00.000”,
“ExpirationDate”: “2017-12-08T08:00:00.000”,
“OtherPrice”: “otherprice”,
“PriceType”: “AlphaNumeric”,
“CountryCurrency”: [
{
“CurrencyCountry”: “”,
“CurrencyCode”: “USD”,
“Price”: “”,
“DefaultPrice”: 0,
“ID”: 797131
}
],
“AttendeeGroups”: [] }
] }
}

 

Response

No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of Litmos.

The information contained herein may be changed without prior notice. Some software products marketed by Litmos and its distributors contain proprietary software components of other software vendors. National product specifications may vary.

These materials are provided by Litmos for informational purposes only, without representation or warranty of any kind, and Litmos or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for Litmos company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.

In particular Litmos or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and Litmos or its affiliated companies’ strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by Litmos or its affiliated companies at any time for any reason without notice.

The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, and they should not be relied upon in making purchasing decisions.

© 2022 Litmos or a Litmos affiliate company. All rights reserved.

Litmos and other Litmos products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of Litmos (or a Litmos affiliate company) in the United States and other countries. All other product and service names mentioned are the trademarks of their respective companies.

In this article

Related articles

  1. LTO API: POST Pricing Overview
  2. LTO REST API: Schedule Pricing (Get, Create, Update)
  3. LTO REST API: SubLocation (Get, Create, Update)

Also of Interest

  • Define What Is Employee Performance
  • Online Training Courses
  • Gamification Learning Platform
  • Learning Management System Process
  • Hotel Management Training
  • LMS
  • eLearning Platform
  • What is a learning management system?
  • See Additional Resources

Solutions by Use Case

  • Employee Training
  • Customer Training
  • Sales Training
  • Operations Training
  • Gig Worker Training
  • Contractor Training
  • Supplier Training

Solutions by Industry

  • Technology
  • Nonprofit
  • Retail
  • Hospitality
  • Healthcare

Contact Us

Contact
USA: +1 925 490 0401
AUS: +61 3 7066 4851
Email
sales@litmos.com
Support
Address
Contact Us
Litmos Reviews Litmos Reviews
Litmos Careers Careers

© 2023 Litmos US, L.P. and affiliates. All rights reserved.

  • Privacy Statement
  • Terms & Conditions
  • Website Terms