Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.61 KB | None | 0 0
  1. <Claim>
  2. <ApiVersion>1</ApiVersion>
  3.  
  4. <Attributes>
  5.   <Attribute>
  6.     <Key>Attribute 1</Key>  
  7.     <Value>Value 1</Value>  
  8.     <Group>1</Group>  
  9.   </Attribute>  
  10.   <Attribute>  
  11.     <Key>Attribute 2</Key>  
  12.     <Value>Value 2</Value>  
  13.     <Group>1</Group>  
  14.   </Attribute>  
  15. </Attributes>  
  16.  
  17.  
  18.    <ClaimID>11111</ClaimID>
  19.    <Title>Referring to 1pc PM6Y800ISULCL257 in BT</Title> <!-- If Title is not set here, claimID will be set to title -->
  20.    <!-- ISO 4217 currency code which applies to all the costs in the document -->
  21.    <DocumentCurrencyCode>EUR</DocumentCurrencyCode>
  22.    <!-- Company creating the claim, including the user -->
  23.    <ClaimingParty>
  24.       <ID>55555</ID>
  25.       <ClaimingUser>
  26.          <ID>mattimakela</ID>
  27.       </ClaimingUser>
  28.        <ResponsibleUsers>
  29.             <ResponsibleUser>
  30.             <ID>mattimakela</ID>
  31.             </ResponsibleUser>
  32.         </ResponsibleUsers>
  33.      
  34.    </ClaimingParty>
  35.  
  36.    <!-- Company receiving the claim -->
  37.    <ClaimedParty>
  38.       <ID>55555</ID>
  39.    </ClaimedParty>
  40.  
  41.    <!-- Reference to purchase order, including the confirmation number from supplier side -->
  42.    <PurchaseOrder>
  43.       <OrderNumber>PO12345</OrderNumber>
  44.       <ConfirmationNumber>-</ConfirmationNumber>
  45.    </PurchaseOrder>
  46.  
  47.    <ProductNumber>5641534867</ProductNumber>
  48.    <ProjectReference>-</ProjectReference>
  49.  
  50.  
  51.    <Defect>
  52.       <!-- ISO 8601 standard format of "YYYY-MM-DD"-->
  53.       <DefectDate>2018-01-01</DefectDate>
  54.       <!-- ISO 8601 standard format "hh:mm:ss".-->
  55.       <DefectTime>00:00:00</DefectTime>
  56.       <!-- One of the following:
  57.         Work defect
  58.         Material defect
  59.         ....
  60.      -->
  61.       <DefectType>Other defect</DefectType>
  62.       <!-- One of "Comment / Improvement initiative", "Minor deviation", "Serious deviation" -->
  63.       <DefectClassification>Serious deviation</DefectClassification>
  64.       <DefectDescription>Referring to 1pc PM6Y800ISULCL257 in BT1144723, there is sunken area o n the surface</DefectDescription>
  65.       <!-- Amount of claimed costs, currency used is defined in the DocumentCurrencyCode element -->
  66.       <ClaimedCosts>1200.00</ClaimedCosts>
  67.       <!-- Amount of total costs (including internal costs), currency used is defined in the DocumentCurrencyCode element -->
  68.       <ClaimTotalCost>1200.00</ClaimTotalCost>
  69.       <!-- Amount of items claimed -->
  70.       <ClaimedItemCount>12</ClaimedItemCount>
  71.       <!-- Hours used for inspecting the defect -->
  72.       <InspectionHours>130</InspectionHours>
  73.       <!-- Total loss hours -->
  74.       <LossHours>330</LossHours>
  75.       <OtherCompensation>CARROTS</OtherCompensation>
  76.    </Defect>
  77. </Claim>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement