Disable All Advertising
Image
EAN-139780205114504   EAN-13 barcode 9780205114504
Product NameBusiness, Government, and Society: A Managerial Perspective, Text and Cases, 13th Edition (Irwin Management)
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHardcover
Amazon.comA Buy on Amazon ~ 0078112672
Price New63.22 US Dollars    (curriencies)
Price Used61.75 US Dollars    (curriencies)
Width1.4 inches    (convert)
Height9.4 inches    (convert)
Length7.5 inches    (convert)
Weight44 ounces    (convert)
AuthorJohn Steiner, George Steiner
Page Count712
BindingHardcover
Published06/09/2011
FeaturesPDF FILE ONLY, NO PHYSICAL BOOK, MAY MEET AT CSULA INSTEAD -MESSAGE ME, SHIPS FROM CA
Long DescriptionThe thirteenth edition of Business, Government and Society by John F. Steiner and George A. Steiner continues a long effort to tell the story of how forces in business, government, and society shape our world. In addition, an emphasis on management issues and processes allows students to apply the principles they learn to real-world situations. As always, a stream of events dictated the need for extensive revision. Accordingly, Steiner and Steiner have updated the chapters to include new ideas, events, personalities, and publications, while continuing the work of building insight into basic underlying principles, institutions, and forces.
Similar Items9780073342689: Essentials Statistics in Business and Economics
9780072561340: Essentials Of Marketing, 12th Edition
9780071195591: International Management: Culture, Strategy, And Behavior, 8th Edition
9780071167031: Cb4 (With Coursemate With Career Transitions Printed Access Card)
9780070611733: Business, Government and Society: A Managerial Perspective, Text and Cases, 12th Edition
9780070178892: Essential Statistics In Business And Economics With Student Cd (Mcgraw-Hill/Irwin Series Operations And Decision Sciences)
9780070178755: Essential Statistics In Business And Economics With Student Cd (Mcgraw-Hill/Irwin Series Operations And Decision Sciences)
9780030225932: Small Business: An Entrepreneur's Business Plan
9780030128943: Small Business: An Entrepreneur's Business Plan
9780023097201: Cost Accounting: A Managerial Emphasis, 14th Edition
View 59 more similar items
Created03-27-2012 1:05:01am
Modified04-30-2020 4:58:00pm
MD5d0723678c90132a0e552c8309d839ec7
SHA256d630a04fdc353617ad97e287931db7c224c43c624f699347129cb55e6c396e10
Search Googleby EAN or by Title
Query Time0.0243709

An article of interest

Making use of the tools we offer

Accessing the data feed using a REST format

The data feed API is URL based, but if you prefer to use the REST interface, you can do most things using that method.

Your API key should be in the request header "x-api-key" but will also work on the URL if you prefer using keycode=????????

When accessing the API using REST, the URL needs to be in this format:

https://eandata.com/feed/{version}/{action}/{dataID}/

version: The API version you are trying to access starting with the letter "v" followed by the version number as an integer. (ie: v3 or v2)

action: The action you wish to perform. Not all actions are currently available using the API. The ones that work currently are:

dataID: This is the data you are searching for. For "find" this is an EAN or UPC code. For "search" this can be any text properly encoded for he URL.

To get your data back as XML, put "application/xml" in your "accept" header. If you prefer JSON (the default format) you can leave off the "accept" header or send "application/json". You can also include your preference on the URL using mode=json or mode=xml but using the request header is the preferred method.

We will continue to add more REST interface features in the future so be sure to check back on this page every once in a while.

*** Updating data via the REST interface is not ready yet but will require test=1 on the URL as the first variable if you are testing your application to prevent actual data updates. Placing it later on the URL could cause this variable to be skipped if you have errors in your URL.