注釈付きのサンプルcXML発注書

このサンプルcXML発注書を使用して、CoupaがPOを送信する方法を理解するのに役立ちます。

このサンプルcXML発注書を使用して、CoupaがPOを送信する方法を理解するのに役立ちます。

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.014/cXML.dtd"> <cXML xml:lang="en-US" timestamp="2008-05-19T19:51:57+00:00" payloadID="1211226717.22017@ip-10-251-122-83" version="1.2.014"> ; <Header> <From> <Credential domain="duns"> <!-- Coupa Supplierオプション、典型的にはDUNS --> <Identity>DELL</Identity> <!-- Coupa Supplierオプション、STRING --> </Credential> </From> <To> <Credential domain="Duns"> <!-- Coupa Supplierオプション、典型的にはDUNS --> <Identity>128293714</Identity> <!-- Coupa Supplierオプション、STRING --> </Credential> </To> <Sender> <Credential domain="duns"> <Identity>DELL</Identity> <!-- Coupa Supplierオプション、STRING --> <SharedSecret>DELL</SharedSecret> <!-- Coupa Supplierオプション、string --> </Credential> <UserAgent>Coupa Procurement 1.0</UserAgent> <!-- does not change --> </Sender> </Header> <OrderRequest> <OrderRequestHeader orderID="6112" orderDate="2008-05-19T19:51:55Z" type="new" orderType="regular"> <Total> <Money currency="USD">1505.0</Money> <!-- Coupa --> </Total> <ShipTo> <Address isoCountryCode="US" addressID="3119"> <Name xml:lang="en">jmadden</Name> <PostalAddress name="default"> <DeliverTo>j maddedn</DeliverTo> <Street>333 East Hill Dr</Street> <City>san leandro</City> <State>ca</State> <PostalCode>22222</PostalCode> <Country isoCountryCode="US">United States</Country> </PostalAddress> <Email name="default">jmadden@coupa1.com</Email> </Address> </ShipTo> <BillTo> <Address isoCountryCode="US" addressID="142"> <Name xml:lang="en">SOB 1</Name> <PostalAddress name="default"> <DeliverTo>Noah Sanity Attn: Noah Noah</DeliverTo> <Street>3420 Flatiron Way</Street> <City>West Index</City> <State>NJ</State> <PostalCode>43023</PostalCode> <Country isoCountryCode="US">United States</Country> </PostalAddress> </Address> </BillTo> <Contact role="endUser"> <Name xml:lang="en">j maddedn</Name> <Email name="default">jmadden@coupa1.com</Email> </Contact> </OrderRequestHeader> <ItemOut quantity="1" lineNumber="1"> <ItemID> <SupplierPartID>223 -4511</SupplierPartID> <!-- Coupa品番--> <SupplierPartAuxiliaryID>1005379527029\ 1</SupplierPartAuxiliaryID> <!--補助部品番号未使用--> </ItemID> <ItemDetail> <UnitPrice> <Money currency="USD">1505.0</Money> Coupa </UnitPrice> <Description xml:lang="en">OptiPlex 755エナジースマートミニタワー<!--で設定された通貨コード-->。IntelREG CoreTM 2クアッドプロセッサQ 6600 ( 2.40 GHz、2 X 4 M、1066 MHz FSB )</Description> <UnitOfMeasure>EA</UnitOfMeasure> <Classification domain="UNSPSC">不明</Classification> <!--将来の拡張--> </ItemDetail> <Distribution> <Accounting name="bbbb"> <!-- Coupaアカウント名--> <Segment description="ORG" type="Organization" /> <Segment id="b" description="DEPT" type="Department" /> <Segment id="bb" description="PROJ" type="Project" /> </Accounting> <Charge> <Money currency="USD">1505.0</Money> </Charge> </Distribution> </ItemOut> </OrderRequest> </Request> </cXML>