OCLC Developer Network

Purchase order items response details

Examples:

The following examples demonstrate the different operations that can be executed on purchase order items using HTTP methods. Please note that none of the examples include the principleID and principleIDNS parameters that are required to successfully complete the operation. The purchase order item service can return data in two possible formats.

FormatAccept HeaderExtension
Atom XMLapplication/atom+xml.xml
Atom JSONapplication/json.json

 

GET a collection of purchase order items:

Request:

https://acq.sd00.worldcat.org/purchaseorders/PO-2012-36/items?startIndex=0&itemsPerPage=20

Response:

<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
  <id>info:OCLC/Platform/Service</id>
  <title type="text">OCLC Platform Service Results</title>
  <updated>2012-01-10T19:24:16.593Z</updated>
  <os:totalResults>6</os:totalResults>
  <os:startIndex>1</os:startIndex>
  <os:itemsPerPage>6</os:itemsPerPage>
<entry xmlns:gd="http://schemas.google.com/g/2005">
     <title type="text" />
     <updated>2012-06-29T13:53:22.185Z</updated>
     <gd:etag>2012-03-14T10:47:38.000-04:00</gd:etag>
     <content type="application/xml">
       <ns3:purchaseOrderItem xmlns:ns3="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderItem-1.5" xmlns="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrder-1.5" xmlns:ns2="http://worldcat.org/xmlschemas/common-types/Identity-1.2" xmlns:ns4="http://worldcat.org/xmlschemas/purchase-order/Resource-1.5" xmlns:ns5="http://worldcat.org/xmlschemas/purchase-order/CopyConfig-1.5" xmlns:ns6="http://worldcat.org/xmlschemas/purchase-order/Copy-1.5" xmlns:ns7="http://worldcat.org/xmlschemas/purchase-order/CopyReceipt-1.5" xmlns:ns8="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderSubmission-1.5">
         <ns3:orderItemNumber>OIN-2012-77</ns3:orderItemNumber>
         <ns3:resources>
           <ns3:resource>
             <ns4:worldcatResource>
               <ns4:title>Tibet - Land zwischen Himmel und Erde : eine Reise ins Innere : [Fachbuch]</ns4:title>
               <ns4:materialType>otr</ns4:materialType>
               <ns4:author>Grieder, Peter</ns4:author>
               <ns4:edition>1. Aufl.</ns4:edition>
               <ns4:isbn>9783638913263</ns4:isbn>
               <ns4:isbn>3638913260</ns4:isbn>
               <ns4:oclcNumber>300096045</ns4:oclcNumber>
               <ns4:publisher>München [u.a.] Grin</ns4:publisher>
             </ns4:worldcatResource>
           </ns3:resource>
         </ns3:resources>
         <ns3:copyConfigs>
           <ns3:copyConfig>
             <ns5:copyConfigNumber>1</ns5:copyConfigNumber>
             <ns5:purchaseOrderItemNumber>OIN-2012-77</ns5:purchaseOrderItemNumber>
             <ns5:copyCount>1</ns5:copyCount>
             <ns5:booking>
               <ns5:budgetAccountCode>ANT</ns5:budgetAccountCode>
               <ns5:budgetAccountName>Anthropology</ns5:budgetAccountName>
               <ns5:percentage>100.00</ns5:percentage>
               <ns5:amount>71.45</ns5:amount>
             </ns5:booking>
             <ns5:branchId>129055</ns5:branchId>
             <ns5:shelvingLocationId>NORT-Reference</ns5:shelvingLocationId>
             <ns5:invoicedPercentage>0.00</ns5:invoicedPercentage>
             <ns5:paidPercentage>0.00</ns5:paidPercentage>
             <ns5:orderStatus>DUE</ns5:orderStatus>
             <ns5:purchaseStatus>NO</ns5:purchaseStatus>
           </ns3:copyConfig>
         </ns3:copyConfigs>
         <ns3:orderItemNumberRange>OIN</ns3:orderItemNumberRange>
         <ns3:orderType>FIRM_ORDER</ns3:orderType>
         <ns3:processingType>SINGLE_VOLUME_WORK</ns3:processingType>
         <ns3:quantity>1</ns3:quantity>
         <ns3:discountPercentage>0.00</ns3:discountPercentage>
         <ns3:tax1Percentage>0.00</ns3:tax1Percentage>
         <ns3:tax2Percentage>0.00</ns3:tax2Percentage>
         <ns3:orderingPrice>71.45</ns3:orderingPrice>
         <ns3:shippingPrice>0.00</ns3:shippingPrice>
         <ns3:serviceCharge>0.00</ns3:serviceCharge>
         <ns3:totalPrice>71.45</ns3:totalPrice>
         <ns3:materialType>Book</ns3:materialType>
         <ns3:shippingType>STD</ns3:shippingType>
         <ns3:shippingAddressId>MAIN</ns3:shippingAddressId>
         <ns3:position>0</ns3:position>
         <ns3:lastUpdateTime>2012-03-14T10:47:38.000-04:00</ns3:lastUpdateTime>
         <ns3:insertTime>2012-02-15T11:02:53.000-05:00</ns3:insertTime>
         <ns3:taxCalculationMethod>EXCLUDE_ADDITIONAL_COSTS</ns3:taxCalculationMethod>
         <ns3:preferredIdentifierType>ISBN</ns3:preferredIdentifierType>
       </ns3:purchaseOrderItem>
     </content>
   </entry>

  ...

</feed>


JSON Response:

{
  
 "id":"info:OCLC/Platform/Service",
  
 "title":"OCLC Platform Service Results",
  
 "updated":"2012-06-29T13:54:57.944Z",
  
 "entries":[
    {
      
   "title":"",
      
   "content":{
        "orderItemNumber":"OIN-2012-77",
        "resources":{
          "resource":[
            {
              "worldcatResource":{
                "title":"Tibet - Land zwischen Himmel und Erde : eine Reise ins Innere : [Fachbuch]",
                "materialType":"otr",
                "author":[
                  "Grieder, Peter"
                ],
                "edition":"1. Aufl.",
                "isbn":[
                  "9783638913263",
                  "3638913260"
                ],
                "issn":[
                  
                ],
                "oclcNumber":"300096045",
                "publisher":"München [u.a.] Grin"
              }
            }
          ]
        },
        "copyConfigs":{
          "copyConfig":[
            {
              "copyConfigNumber":1,
              "purchaseOrderItemNumber":"OIN-2012-77",
              "copyCount":1,
              "booking":[
                {
                  "budgetAccountCode":"ANT",
                  "budgetAccountName":"Anthropology",
                  "percentage":100.00,
                  "amount":71.45
                }
              ],
              "branchId":129055,
              "shelvingLocationId":"NORT-Reference",
              "invoicedPercentage":0.00,
              "paidPercentage":0.00,
              "orderStatus":"DUE",
              "purchaseStatus":"NO"
            }
          ]
        },
        "orderItemNumberRange":"OIN",
        "orderType":"FIRM_ORDER",
        "processingType":"SINGLE_VOLUME_WORK",
        "quantity":1,
        "discountPercentage":0.00,
        "tax1Percentage":0.00,
        "tax2Percentage":0.00,
        "orderingPrice":71.45,
        "shippingPrice":0.00,
        "serviceCharge":0.00,
        "totalPrice":71.45,
        "materialType":"Book",
        "shippingType":"STD",
        "shippingAddressId":"MAIN",
        "position":0,
        "lastUpdateTime":1331736458000,
        "insertTime":1329321773000,
        "taxCalculationMethod":"EXCLUDE_ADDITIONAL_COSTS",
        "preferredIdentifierType":"ISBN"
      },
      
   "updated":"2012-06-29T13:54:57.944Z",
      
   "extensions":[
        {
          
     "name":"gd:etag",
          
     "attributes":{
            
      "xmlns:gd":"http://schemas.google.com/g/2005"
     
          },
          
     "children":[
            "2012-03-14T10:47:38.000-04:00"
     
          ]
    
        }
   
      ]
  
    },
 ...
 "extensions":[{
   "name":"os:totalResults",
   "attributes":{
    "xmlns:os":"http://a9.com/-/spec/opensearch/1.1/"
   },
   "children":["6"
   ]
  },{
   "name":"os:startIndex",
   "attributes":{
    "xmlns:os":"http://a9.com/-/spec/opensearch/1.1/"
   },
   "children":["1"
   ]
  },{
   "name":"os:itemsPerPage",
   "attributes":{
    "xmlns:os":"http://a9.com/-/spec/opensearch/1.1/"
   },
   "children":["6"
   ]
  }
 ]
}

GET a purchase order item by ID:

Request:

https://acq.sd00.worldcat.org/purchaseorders/PO-2012-36/items/OIN-2011-31

Response:

<?xml version='1.0' encoding='UTF-8'?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
   <title type="text" />
   <updated>2012-06-29T13:56:44.876Z</updated>
   <gd:etag>2012-03-14T10:47:38.000-04:00</gd:etag>
   <content type="application/xml">
     <ns3:purchaseOrderItem xmlns:ns3="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderItem-1.5" xmlns="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrder-1.5" xmlns:ns2="http://worldcat.org/xmlschemas/common-types/Identity-1.2" xmlns:ns4="http://worldcat.org/xmlschemas/purchase-order/Resource-1.5" xmlns:ns5="http://worldcat.org/xmlschemas/purchase-order/CopyConfig-1.5" xmlns:ns6="http://worldcat.org/xmlschemas/purchase-order/Copy-1.5" xmlns:ns7="http://worldcat.org/xmlschemas/purchase-order/CopyReceipt-1.5" xmlns:ns8="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderSubmission-1.5">
       <ns3:orderItemNumber>OIN-2012-77</ns3:orderItemNumber>
       <ns3:resources>
         <ns3:resource>
           <ns4:worldcatResource>
             <ns4:title>Tibet - Land zwischen Himmel und Erde : eine Reise ins Innere : [Fachbuch]</ns4:title>
             <ns4:materialType>otr</ns4:materialType>
             <ns4:author>Grieder, Peter</ns4:author>
             <ns4:edition>1. Aufl.</ns4:edition>
             <ns4:isbn>9783638913263</ns4:isbn>
             <ns4:isbn>3638913260</ns4:isbn>
             <ns4:oclcNumber>300096045</ns4:oclcNumber>
             <ns4:publisher>München [u.a.] Grin</ns4:publisher>
           </ns4:worldcatResource>
         </ns3:resource>
       </ns3:resources>
       <ns3:copyConfigs>
         <ns3:copyConfig>
           <ns5:copyConfigNumber>1</ns5:copyConfigNumber>
           <ns5:purchaseOrderItemNumber>OIN-2012-77</ns5:purchaseOrderItemNumber>
           <ns5:copyCount>1</ns5:copyCount>
           <ns5:booking>
             <ns5:budgetAccountCode>ANT</ns5:budgetAccountCode>
             <ns5:budgetAccountName>Anthropology</ns5:budgetAccountName>
             <ns5:percentage>100.00</ns5:percentage>
             <ns5:amount>71.45</ns5:amount>
           </ns5:booking>
           <ns5:branchId>129055</ns5:branchId>
           <ns5:shelvingLocationId>NORT-Reference</ns5:shelvingLocationId>
           <ns5:invoicedPercentage>0.00</ns5:invoicedPercentage>
           <ns5:paidPercentage>0.00</ns5:paidPercentage>
           <ns5:orderStatus>DUE</ns5:orderStatus>
           <ns5:purchaseStatus>NO</ns5:purchaseStatus>
         </ns3:copyConfig>
       </ns3:copyConfigs>
       <ns3:orderItemNumberRange>OIN</ns3:orderItemNumberRange>
       <ns3:orderType>FIRM_ORDER</ns3:orderType>
       <ns3:processingType>SINGLE_VOLUME_WORK</ns3:processingType>
       <ns3:quantity>1</ns3:quantity>
       <ns3:discountPercentage>0.00</ns3:discountPercentage>
       <ns3:tax1Percentage>0.00</ns3:tax1Percentage>
       <ns3:tax2Percentage>0.00</ns3:tax2Percentage>
       <ns3:orderingPrice>71.45</ns3:orderingPrice>
       <ns3:shippingPrice>0.00</ns3:shippingPrice>
       <ns3:serviceCharge>0.00</ns3:serviceCharge>
       <ns3:totalPrice>71.45</ns3:totalPrice>
       <ns3:materialType>Book</ns3:materialType>
       <ns3:shippingType>STD</ns3:shippingType>
       <ns3:shippingAddressId>MAIN</ns3:shippingAddressId>
       <ns3:position>0</ns3:position>
       <ns3:lastUpdateTime>2012-03-14T10:47:38.000-04:00</ns3:lastUpdateTime>
       <ns3:insertTime>2012-02-15T11:02:53.000-05:00</ns3:insertTime>
       <ns3:taxCalculationMethod>EXCLUDE_ADDITIONAL_COSTS</ns3:taxCalculationMethod>
       <ns3:preferredIdentifierType>ISBN</ns3:preferredIdentifierType>
     </ns3:purchaseOrderItem>
   </content>
</entry>

JSON Response:

{
  
 "title":"",
  
 "content":{
    "orderItemNumber":"OIN-2012-77",
    "resources":{
      "resource":[
        {
          "worldcatResource":{
            "title":"Tibet - Land zwischen Himmel und Erde : eine Reise ins Innere : [Fachbuch]",
            "materialType":"otr",
            "author":[
              "Grieder, Peter"
            ],
            "edition":"1. Aufl.",
            "isbn":[
              "9783638913263",
              "3638913260"
            ],
            "issn":[
              
            ],
            "oclcNumber":"300096045",
            "publisher":"München [u.a.] Grin"
          }
        }
      ]
    },
    "copyConfigs":{
      "copyConfig":[
        {
          "copyConfigNumber":1,
          "purchaseOrderItemNumber":"OIN-2012-77",
          "copyCount":1,
          "booking":[
            {
              "budgetAccountCode":"ANT",
              "budgetAccountName":"Anthropology",
              "percentage":100.00,
              "amount":71.45
            }
          ],
          "branchId":129055,
          "shelvingLocationId":"NORT-Reference",
          "invoicedPercentage":0.00,
          "paidPercentage":0.00,
          "orderStatus":"DUE",
          "purchaseStatus":"NO"
        }
      ]
    },
    "orderItemNumberRange":"OIN",
    "orderType":"FIRM_ORDER",
    "processingType":"SINGLE_VOLUME_WORK",
    "quantity":1,
    "discountPercentage":0.00,
    "tax1Percentage":0.00,
    "tax2Percentage":0.00,
    "orderingPrice":71.45,
    "shippingPrice":0.00,
    "serviceCharge":0.00,
    "totalPrice":71.45,
    "materialType":"Book",
    "shippingType":"STD",
    "shippingAddressId":"MAIN",
    "position":0,
    "lastUpdateTime":1331736458000,
    "insertTime":1329321773000,
    "taxCalculationMethod":"EXCLUDE_ADDITIONAL_COSTS",
    "preferredIdentifierType":"ISBN"
  },
  
 "updated":"2012-06-29T13:57:47.029Z",
  
 "extensions":[
    {
      
   "name":"gd:etag",
      
   "attributes":{
        
    "xmlns:gd":"http://schemas.google.com/g/2005"
   
      },
      
   "children":[
        "2012-03-14T10:47:38.000-04:00"
   
      ]
  
    }
 
  ]

}

POST XML to create a new purchase order item:

Request:

https://acq.sd00.worldcat.org/purchaseorders/PO-2011-11/items

XML Payload:

<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
<title type="text" />
   <content type="application/xml">
     <ns3:purchaseOrderItem xmlns:ns3="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderItem-1.5" xmlns="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrder-1.5" xmlns:ns2="http://worldcat.org/xmlschemas/common-types/Identity-1.2" xmlns:ns4="http://worldcat.org/xmlschemas/purchase-order/Resource-1.5" xmlns:ns5="http://worldcat.org/xmlschemas/purchase-order/CopyConfig-1.5" xmlns:ns6="http://worldcat.org/xmlschemas/purchase-order/Copy-1.5" xmlns:ns7="http://worldcat.org/xmlschemas/purchase-order/CopyReceipt-1.5" xmlns:ns8="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderSubmission-1.5">
       <ns3:resources>
         <ns3:resource>
           <ns4:worldcatResource>
             <ns4:oclcNumber>300096045</ns4:oclcNumber>
           </ns4:worldcatResource>
         </ns3:resource>
       </ns3:resources>
       <ns3:copyConfigs>
         <ns3:copyConfig>
           <ns5:copyConfigNumber>1</ns5:copyConfigNumber>
           <ns5:copyCount>1</ns5:copyCount>
           <ns5:branchId>129055</ns5:branchId>
           <ns5:shelvingLocationId>NORT-Reference</ns5:shelvingLocationId>
         </ns3:copyConfig>
       </ns3:copyConfigs>
       <ns3:orderItemNumberRange>OIN</ns3:orderItemNumberRange>
     </ns3:purchaseOrderItem>
   </content>
</entry>

Response:

<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
  <title type="text" />
  <updated>2011-10-13T12:38:34.381Z</updated>
  <gd:etag>2011-10-13T14:38:34.000+02:00</gd:etag>
  <content type="application/xml">
    <ns3:purchaseOrderItem xmlns:ns3="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderItem-1.5" xmlns="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrder-1.5" xmlns:ns2="http://worldcat.org/xmlschemas/common-types/Identity-1.2" xmlns:ns4="http://worldcat.org/xmlschemas/purchase-order/Resource-1.5" xmlns:ns5="http://worldcat.org/xmlschemas/purchase-order/CopyConfig-1.5" xmlns:ns6="http://worldcat.org/xmlschemas/purchase-order/Copy-1.5" xmlns:ns7="http://worldcat.org/xmlschemas/purchase-order/CopyReceipt-1.5" xmlns:ns8="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderSubmission-1.5">
      <orderItemNumber>OIN-2011-21</orderItemNumber>
      <vendorOrderItemNumber>VOIN-01</vendorOrderItemNumber>
      <resources>
        <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="worldcatResource">
          <title>Que's computer & Internet dictionary /</title>
          <materialType>otr</materialType>
          <author>Pfaffenberger, Bryan,</author>
          <edition>6th ed.</edition>
          <isbn>0789703564</isbn>
          <isbn>9780789703569</isbn>
          <oclcNumber>33190461</oclcNumber>
          <publisher>Carmel, IN : Que,</publisher>
        </resource>
      </resources>
      <copyConfigs>
        <copyConfig>
          <ns3:copyConfigNumber>1</ns3:copyConfigNumber>
          <ns3:purchaseOrderItemNumber>OIN-2011-21</ns3:purchaseOrderItemNumber>
          <ns3:copyCount>2</ns3:copyCount>
          <ns3:booking>
            <ns3:budgetAccountCode>comp</ns3:budgetAccountCode>
            <ns3:budgetAccountName>comp</ns3:budgetAccountName>
            <ns3:percentage>100.00</ns3:percentage>
            <ns3:amount>48.98</ns3:amount>
          </ns3:booking>
          <ns3:branchId>914755</ns3:branchId>
          <ns3:shelvingLocationId>EAST-STACKS</ns3:shelvingLocationId>
          <ns3:invoicedPercentage>0.00</ns3:invoicedPercentage>
          <ns3:paidPercentage>0.00</ns3:paidPercentage>
          <ns3:orderStatus>OPEN</ns3:orderStatus>
          <ns3:purchaseStatus>NO</ns3:purchaseStatus>
        </copyConfig>
      </copyConfigs>
      <orderItemNumberRange>OIN</orderItemNumberRange>
      <orderType>FIRM_ORDER</orderType>
      <processingType>SINGLE_VOLUME_WORK</processingType>
      <quantity>2</quantity>
      <discountPercentage>10.00</discountPercentage>
      <taxPercentage>7.00</taxPercentage>
      <orderingPrice>22.10</orderingPrice>
      <shippingPrice>1.00</shippingPrice>
      <serviceCharge>2.00</serviceCharge>
      <totalPrice>48.98</totalPrice>
      <materialType>Book</materialType>
      <note>platform project test</note>
      <shippingType>STD</shippingType>
      <shippingAddressId>MAIN</shippingAddressId>
      <position>0</position>
      <lastUpdateTime>2011-10-13T14:38:34.000+02:00</lastUpdateTime>
      <insertTime>2011-10-13T14:38:34.000+02:00</insertTime>
      <taxCalculationMethod>INCLUDE_ADDITIONAL_COSTS</taxCalculationMethod>
    </purchaseOrderItem>
  </content>
</entry>

PUT XML to update an existing purchase order item:

Request:

https://acq.sd00.worldcat.org/purchaseorders/PO-2012-35/items/OIN-2012-212

XML Payload:

<?xml version='1.0' encoding='UTF-8'?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
  <title type="text" />
  <updated>2012-06-29T14:02:35.028Z</updated>
  <gd:etag>2012-06-29T10:02:34.000-04:00</gd:etag>
  <content type="application/xml">
    <ns3:purchaseOrderItem xmlns:ns3="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderItem-1.5" xmlns="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrder-1.5" xmlns:ns2="http://worldcat.org/xmlschemas/common-types/Identity-1.2" xmlns:ns4="http://worldcat.org/xmlschemas/purchase-order/Resource-1.5" xmlns:ns5="http://worldcat.org/xmlschemas/purchase-order/CopyConfig-1.5" xmlns:ns6="http://worldcat.org/xmlschemas/purchase-order/Copy-1.5" xmlns:ns7="http://worldcat.org/xmlschemas/purchase-order/CopyReceipt-1.5" xmlns:ns8="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderSubmission-1.5">
      <ns3:orderItemNumber>OIN-2012-212</ns3:orderItemNumber>
      <ns3:resources>
        <ns3:resource>
          <ns4:worldcatResource>
            <ns4:title>Tibet - Land zwischen Himmel und Erde : eine Reise ins Innere : [Fachbuch]</ns4:title>
            <ns4:materialType>otr</ns4:materialType>
            <ns4:author>Grieder, Peter</ns4:author>
            <ns4:edition>1. Aufl.</ns4:edition>
            <ns4:isbn>9783638913263</ns4:isbn>
            <ns4:isbn>3638913260</ns4:isbn>
            <ns4:oclcNumber>300096045</ns4:oclcNumber>
            <ns4:publisher>München [u.a.] Grin</ns4:publisher>
          </ns4:worldcatResource>
        </ns3:resource>
      </ns3:resources>
      <ns3:copyConfigs>
        <ns3:copyConfig>
          <ns5:copyConfigNumber>1</ns5:copyConfigNumber>
          <ns5:purchaseOrderItemNumber>OIN-2012-212</ns5:purchaseOrderItemNumber>
          <ns5:copyCount>1</ns5:copyCount>
          <ns5:branchId>129055</ns5:branchId>
          <ns5:shelvingLocationId>NORT-Reference</ns5:shelvingLocationId>
          <ns5:invoicedPercentage>0.00</ns5:invoicedPercentage>
          <ns5:paidPercentage>0.00</ns5:paidPercentage>
          <ns5:orderStatus>OPEN</ns5:orderStatus>
          <ns5:purchaseStatus>NO</ns5:purchaseStatus>
        </ns3:copyConfig>
      </ns3:copyConfigs>
      <ns3:orderItemNumberRange>OIN</ns3:orderItemNumberRange>
      <ns3:orderType>FIRM_ORDER</ns3:orderType>
      <ns3:processingType>SINGLE_VOLUME_WORK</ns3:processingType>
      <ns3:quantity>1</ns3:quantity>
      <ns3:discountPercentage>0.00</ns3:discountPercentage>
      <ns3:tax1Percentage>0.00</ns3:tax1Percentage>
      <ns3:tax2Percentage>0.00</ns3:tax2Percentage>
      <ns3:orderingPrice>0.00</ns3:orderingPrice>
      <ns3:shippingPrice>0.00</ns3:shippingPrice>
      <ns3:serviceCharge>0.00</ns3:serviceCharge>
      <ns3:totalPrice>50.00</ns3:totalPrice>
      <ns3:materialType>otr</ns3:materialType>
      <ns3:shippingType>STD</ns3:shippingType>
      <ns3:shippingAddressId>MAIN</ns3:shippingAddressId>
      <ns3:position>0</ns3:position>
      <ns3:lastUpdateTime>2012-06-29T10:02:34.000-04:00</ns3:lastUpdateTime>
      <ns3:insertTime>2012-06-29T10:02:34.000-04:00</ns3:insertTime>
      <ns3:taxCalculationMethod>EXCLUDE_ADDITIONAL_COSTS</ns3:taxCalculationMethod>
    </ns3:purchaseOrderItem>
  </content>
</entry>

Response:

<?xml version='1.0' encoding='UTF-8'?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
  <title type="text" />
  <updated>2012-06-29T14:13:36.510Z</updated>
  <gd:etag>2012-06-29T10:13:36.000-04:00</gd:etag>
  <content type="application/xml">
    <ns3:purchaseOrderItem xmlns:ns3="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderItem-1.5" xmlns="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrder-1.5" xmlns:ns2="http://worldcat.org/xmlschemas/common-types/Identity-1.2" xmlns:ns4="http://worldcat.org/xmlschemas/purchase-order/Resource-1.5" xmlns:ns5="http://worldcat.org/xmlschemas/purchase-order/CopyConfig-1.5" xmlns:ns6="http://worldcat.org/xmlschemas/purchase-order/Copy-1.5" xmlns:ns7="http://worldcat.org/xmlschemas/purchase-order/CopyReceipt-1.5" xmlns:ns8="http://worldcat.org/xmlschemas/purchase-order/PurchaseOrderSubmission-1.5">
      <ns3:orderItemNumber>OIN-2012-212</ns3:orderItemNumber>
      <ns3:resources>
        <ns3:resource>
          <ns4:worldcatResource>
            <ns4:title>Tibet - Land zwischen Himmel und Erde : eine Reise ins Innere : [Fachbuch]</ns4:title>
            <ns4:materialType>otr</ns4:materialType>
            <ns4:author>Grieder, Peter</ns4:author>
            <ns4:edition>1. Aufl.</ns4:edition>
            <ns4:isbn>9783638913263</ns4:isbn>
            <ns4:isbn>3638913260</ns4:isbn>
            <ns4:oclcNumber>300096045</ns4:oclcNumber>
            <ns4:publisher>München [u.a.] Grin</ns4:publisher>
          </ns4:worldcatResource>
        </ns3:resource>
      </ns3:resources>
      <ns3:copyConfigs>
        <ns3:copyConfig>
          <ns5:copyConfigNumber>1</ns5:copyConfigNumber>
          <ns5:purchaseOrderItemNumber>OIN-2012-212</ns5:purchaseOrderItemNumber>
          <ns5:copyCount>1</ns5:copyCount>
          <ns5:branchId>129055</ns5:branchId>
          <ns5:shelvingLocationId>NORT-Reference</ns5:shelvingLocationId>
          <ns5:invoicedPercentage>0.00</ns5:invoicedPercentage>
          <ns5:paidPercentage>0.00</ns5:paidPercentage>
          <ns5:orderStatus>OPEN</ns5:orderStatus>
          <ns5:purchaseStatus>NO</ns5:purchaseStatus>
        </ns3:copyConfig>
      </ns3:copyConfigs>
      <ns3:orderItemNumberRange>OIN</ns3:orderItemNumberRange>
      <ns3:orderType>FIRM_ORDER</ns3:orderType>
      <ns3:processingType>SINGLE_VOLUME_WORK</ns3:processingType>
      <ns3:quantity>1</ns3:quantity>
      <ns3:discountPercentage>0.00</ns3:discountPercentage>
      <ns3:tax1Percentage>0.00</ns3:tax1Percentage>
      <ns3:tax2Percentage>0.00</ns3:tax2Percentage>
      <ns3:orderingPrice>0.00</ns3:orderingPrice>
      <ns3:shippingPrice>0.00</ns3:shippingPrice>
      <ns3:serviceCharge>0.00</ns3:serviceCharge>
      <ns3:totalPrice>0.00</ns3:totalPrice>
      <ns3:materialType>otr</ns3:materialType>
      <ns3:shippingType>STD</ns3:shippingType>
      <ns3:shippingAddressId>MAIN</ns3:shippingAddressId>
      <ns3:position>0</ns3:position>
      <ns3:lastUpdateTime>2012-06-29T10:13:36.000-04:00</ns3:lastUpdateTime>
      <ns3:insertTime>2012-06-29T10:02:34.000-04:00</ns3:insertTime>
      <ns3:taxCalculationMethod>EXCLUDE_ADDITIONAL_COSTS</ns3:taxCalculationMethod>
    </ns3:purchaseOrderItem>
  </content>
</entry>

DELETE a purchase order item by ID:

Request:

https://acq.sd00.worldcat.org/purchaseorders/PO-2011-11/items/OIN-2011-31

Response:

// Empty Response
// HTTP Status 200 OK returned 

Follow the OCLC Developer Network:

The OCLC Developer Network supports the use of OCLC Web Services—a set of tools and APIs that expose data and services for WorldCat and our member libraries and partner institutions or companies. learn more »

© 2010 OCLC Domestic and international trademarks and/or service marks of OCLC Online Computer Library Center, Inc. and its affiliates


Powered by Drupal, an open source content management system