This GET API allows retrieval of Invoice details created in GEP SMART to post them into ERP.
URL Format: https://<Instance>/SmartInterfaceAPI/api/Invoice/All
https://<Instance>/SmartInterfaceAPI/api/Invoice/All
{
   "data": [
      {
         "basicDetails": {
            "documentName": "string",
            "documentNumber": "string",
            "documentStatus": "string",
            "documentCreator": "string",
            "createdOn": "string",
            "documentLobDetails": [
               {
                  "entityCode": "string",
                  "entityType": "string"
               }
            ],
            "operationName": "string"
         },
         "partnerInvoiceNumber": "string",
         "clientPartnerCode": "string",
         "partnerName": "string",
         "partnerInvoiceDate": "2020-05-29T08:14:05.136Z",
         "orderNumber": "string",
         "shiptoLocation": {
            "locationName": "string",
            "locationNumber": "string",
            "address": {
               "addressline1": "string",
               "addressline2": "string",
               "addressline3": "string",
               "city": "string",
               "zipCode": "string",
               "stateInfo": {
                  "stateAbbrevationCode": "string",
                  "stateName": "string"
               },
               "countryInfo": {
                  "countryCode": "string",
                  "countryName": "string"
               },
               "phoneNo1": "string",
               "extenstionNo1": "string",
               "phoneNo2": "string",
               "extenstionNo2": "string",
               "mobileNo": "string",
               "faxNo": "string",
               "county": "string"
            },
            "deliverTo": "string",
            "registrationDetails": [
               {
                  "companyIdentificationDisplayName": "string",
                  "companyIdentification": "string"
               }
            ]
         },
         "matchStatus": "string",
         "billtoLocation": {
            "locationName": "string",
            "locationNumber": "string",
            "address": {
               "addressline1": "string",
               "addressline2": "string",
               "addressline3": "string",
               "city": "string",
               "zipCode": "string",
               "stateInfo": {
                  "stateAbbrevationCode": "string",
                  "stateName": "string"
               },
               "countryInfo": {
                  "countryCode": "string",
                  "countryName": "string"
               },
               "phoneNo1": "string",
               "extenstionNo1": "string",
               "phoneNo2": "string",
               "extenstionNo2": "string",
               "mobileNo": "string",
               "faxNo": "string",
               "county": "string"
            },
            "deliverTo": "string",
            "registrationDetails": [
               {
                  "companyIdentificationDisplayName": "string",
                  "companyIdentification": "string"
               }
            ]
         },
         "orderTotal": 0,
         "orderDate": "2020-05-29T08:14:05.136Z",
         "attachment": {
            "fileName": "string",
            "fileUri": "string",
            "extension": "string",
            "contentTransferEncoding": "string",
            "attachmentData": "string"
         },
         "headerEntities": [
            {
               "entityCode": "string",
               "entityType": "string"
            }
         ],
         "invoiceOrigin": "string",
         "receivedDate": "2020-05-29T08:14:05.136Z",
         "invoiceTotalAmount": 0,
         "orderContactDetails": {
            "clientContactCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "lastName": "string"
         },
         "orderingLocation": {
            "locationName": "string",
            "locationNumber": "string",
            "address": {
               "addressline1": "string",
               "addressline2": "string",
               "addressline3": "string",
               "city": "string",
               "zipCode": "string",
               "stateInfo": {
                  "stateAbbrevationCode": "string",
                  "stateName": "string"
               },
               "countryInfo": {
                  "countryCode": "string",
                  "countryName": "string"
               },
               "phoneNo1": "string",
               "extenstionNo1": "string",
               "phoneNo2": "string",
               "extenstionNo2": "string",
               "mobileNo": "string",
               "faxNo": "string",
               "county": "string"
            },
            "deliverTo": "string",
            "registrationDetails": [
               {
                  "companyIdentificationDisplayName": "string",
                  "companyIdentification": "string"
               }
            ]
         },
         "isPCardSupported": true,
         "invoiceType": "string",
         "purchaseTypeDescription": "string",
         "buyerVatNumber": "string",
         "billable": true,
         "totalAllowance": 0,
         "isMultiDocInvoice": true,
         "scheduledPaymentDate": "2020-05-29T08:14:05.137Z",
         "currency": "string",
         "itemTotalAmount": 0,
         "tax": 0,
         "shipping": 0,
         "additionalCharges": 0,
         "taxesAndCharges": [
            {
               "taxDescription": "string",
               "taxType": "string",
               "taxMode": "string",
               "taxValue": 0,
               "taxPercentage": 0,
               "taxCode": "string",
               "isAccrueTax": true
            }
         ],
         "comments": [
            {
               "commentText": "string",
               "accessType": "string"
            }
         ],
         "workOrderNumber": "string",
         "erpOrderType": "string",
         "budgetDescription": "string",
         "paymentTermsDetails": {
            "noOfDays": 0,
            "discount": 0,
            "discountDays": 0,
            "paymentTermCode": "string",
            "paymentTermName": "string"
         },
         "supplierIdentificationValue": "string",
         "customAttributes": [
            {
               "questionnaireTitle": "string",
               "questionnaireResponseValues": [
                  {
                     "childQuestionSets": [
                        null
                     ],
                     "columnText": "string",
                     "responseValue": "string",
                     "rowId": "string"
                  }
               ]
            }
         ],
         "sourceSystemName": "string",
         "totalAmount": 0,
         "isMemo": true,
         "remitToLocation": {
            "locationName": "string",
            "locationNumber": "string",
            "address": {
               "addressline1": "string",
               "addressline2": "string",
               "addressline3": "string",
               "city": "string",
               "zipCode": "string",
               "stateInfo": {
                  "stateAbbrevationCode": "string",
                  "stateName": "string"
               },
               "countryInfo": {
                  "countryCode": "string",
                  "countryName": "string"
               },
               "phoneNo1": "string",
               "extenstionNo1": "string",
               "phoneNo2": "string",
               "extenstionNo2": "string",
               "mobileNo": "string",
               "faxNo": "string",
               "county": "string"
            },
            "deliverTo": "string",
            "registrationDetails": [
               {
                  "companyIdentificationDisplayName": "string",
                  "companyIdentification": "string"
               }
            ]
         },
         "supplierContact": {
            "clientContactCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "lastName": "string"
         },
         "buyerContact": {
            "clientContactCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "lastName": "string"
         },
         "isBackInvoice": true,
         "paymentType": "string",
         "deliveryNoteNumber": "string",
         "invoiceItems": [
            {
               "itemLineNumber": 0,
               "poLineItemNumber": 0,
               "description": "string",
               "unitPrice": 0,
               "quantity": 0,
               "uom": "string",
               "standardUom": "string",
               "totalAllowance": 0,
               "orderNumber": "string",
               "orderingLocation": {
                  "locationName": "string",
                  "locationNumber": "string",
                  "address": {
                     "addressline1": "string",
                     "addressline2": "string",
                     "addressline3": "string",
                     "city": "string",
                     "zipCode": "string",
                     "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateName": "string"
                     },
                     "countryInfo": {
                        "countryCode": "string",
                        "countryName": "string"
                     },
                     "phoneNo1": "string",
                     "extenstionNo1": "string",
                     "phoneNo2": "string",
                     "extenstionNo2": "string",
                     "mobileNo": "string",
                     "faxNo": "string",
                     "county": "string"
                  },
                  "deliverTo": "string",
                  "registrationDetails": [
                     {
                        "companyIdentificationDisplayName": "string",
                        "companyIdentification": "string"
                     }
                  ]
               },
               "externalTax": 0,
               "externalTaxes": [
                  {
                     "taxCode": "string",
                     "taxType": "string",
                     "taxMode": "string",
                     "taxValue": 0,
                     "taxRate": 0,
                     "authorityName": "string",
                     "taxAddress": {
                        "addressline1": "string",
                        "addressline2": "string",
                        "addressline3": "string",
                        "city": "string",
                        "zipCode": "string",
                        "stateInfo": {
                           "stateAbbrevationCode": "string",
                           "stateName": "string"
                        },
                        "countryInfo": {
                           "countryCode": "string",
                           "countryName": "string"
                        },
                        "phoneNo1": "string",
                        "extenstionNo1": "string",
                        "phoneNo2": "string",
                        "extenstionNo2": "string",
                        "mobileNo": "string",
                        "faxNo": "string",
                        "county": "string"
                     },
                     "locationCode": "string",
                     "taxRateCode": "string",
                     "effectiveTaxLevel": "string",
                     "officialName": "string",
                     "taxBase": "string"
                  }
               ],
               "manufacturerName": "string",
               "manufacturerPartNumber": "string",
               "itemType": "string",
               "matchStatus": "string",
               "itemExtendedType": "string",
               "documentItemShippingDetails": [
                  {
                     "shiptoLocation": {
                        "locationName": "string",
                        "locationNumber": "string",
                        "address": {
                           "addressline1": "string",
                           "addressline2": "string",
                           "addressline3": "string",
                           "city": "string",
                           "zipCode": "string",
                           "stateInfo": {
                              "stateAbbrevationCode": "string",
                              "stateName": "string"
                           },
                           "countryInfo": {
                              "countryCode": "string",
                              "countryName": "string"
                           },
                           "phoneNo1": "string",
                           "extenstionNo1": "string",
                           "phoneNo2": "string",
                           "extenstionNo2": "string",
                           "mobileNo": "string",
                           "faxNo": "string",
                           "county": "string"
                        },
                        "deliverTo": "string",
                        "registrationDetails": [
                           {
                              "companyIdentificationDisplayName": "string",
                              "companyIdentification": "string"
                           }
                        ]
                     },
                     "delivertoLocation": {
                        "locationName": "string",
                        "locationNumber": "string",
                        "address": {
                           "addressline1": "string",
                           "addressline2": "string",
                           "addressline3": "string",
                           "city": "string",
                           "zipCode": "string",
                           "stateInfo": {
                              "stateAbbrevationCode": "string",
                              "stateName": "string"
                           },
                           "countryInfo": {
                              "countryCode": "string",
                              "countryName": "string"
                           },
                           "phoneNo1": "string",
                           "extenstionNo1": "string",
                           "phoneNo2": "string",
                           "extenstionNo2": "string",
                           "mobileNo": "string",
                           "faxNo": "string",
                           "county": "string"
                        },
                        "deliverTo": "string",
                        "registrationDetails": [
                           {
                              "companyIdentificationDisplayName": "string",
                              "companyIdentification": "string"
                           }
                        ]
                     },
                     "shippingMethod": "string"
                  }
               ],
               "efforts": 0,
               "startDate": "2020-05-29T08:14:05.137Z",
               "endDate": "2020-05-29T08:14:05.137Z",
               "additionalCharges": 0,
               "shippingCharges": 0,
               "tax": 0,
               "itemTotalAmount": 0,
               "billable": "string",
               "buyerItemNumber": "string",
               "supplierPartId": "string",
               "supplierPartAuxiliaryId": "string",
               "taxes": [
                  {
                     "taxDescription": "string",
                     "taxType": "string",
                     "taxMode": "string",
                     "taxValue": 0,
                     "taxPercentage": 0,
                     "taxCode": "string",
                     "isAccrueTax": true
                  }
               ],
               "customAttributes": [
                  {
                     "questionnaireTitle": "string",
                     "questionnaireResponseValues": [
                        {
                           "childQuestionSets": [
                              null
                           ],
                           "columnText": "string",
                           "responseValue": "string",
                           "rowId": "string"
                        }
                     ]
                  }
               ],
               "comments": [
                  {
                     "commentText": "string",
                     "accessType": "string"
                  }
               ],
               "matchType": "string",
               "isTaxExempt": true,
               "fulfilmentDocumentNumber": "string",
               "fulfilmentDocumentType": "string",
               "fulfillmentDocumentLineNumber": "string",
               "clientCategoryId": "string",
               "adjustmentType": 0,
               "itemSplitsDetails": [
                  {
                     "documentSplitItemEntities": [
                        {
                           "entityType": "string",
                           "entityCode": "string",
                           "entityDisplayName": "string"
                        }
                     ],
                     "tax": 0,
                     "shippingCharges": 0,
                     "additionalCharges": 0,
                     "splitItemTotal": 0,
                     "customAttributes": [
                        {
                           "questionnaireTitle": "string",
                           "questionnaireResponseValues": [
                              {
                                 "childQuestionSets": [
                                    null
                                 ],
                                 "columnText": "string",
                                 "responseValue": "string",
                                 "rowId": "string"
                              }
                           ]
                        }
                     ],
                     "splitType": "string",
                     "quantity": 0,
                     "percentage": 0
                  }
               ]
            }
         ],
         "invoicePreviewURL": "string"
      }
   ],
   "statusCode": "String",
   "errorDetails": [
      {
         "key": "string",
         "errors": [
            {
               "errorCode": "string",
               "errorDescription": "string"
            }
         ]
      }
   ],
   "successDetails": [
      {
         "key": "string"
      }
   ]
}
Success Scenario - Request
Request below describes that this contains only the mandatory attributes:
https://<Instance>/SmartInterfaceAPI/api/Invoice/All
Success Scenario - Response
{
   "data": [
      {
         "BasicDetails": {
            "DocumentCreator": "USKDJU01",
            "CreatedOn": "2020-04-01T18:48:32.653+00:00",
            "DocumentLobDetails": [
               {
                  "EntityCode": "KNA-SAP"
               }
            ],
            "OperationName": "new"
         },
         "PartnerInvoiceNumber": "KetanInv_15052020_03",
         "ClientPartnerCode": "0080005119",
         "PartnerName": "SOUND RESEARCH",
         "PartnerInvoiceDate": "2020-04-01T18:48:32.807+00:00",
         "OrderNumber": "PO75772655-001",
         "ShiptoLocation": {
            "LocationNumber": "0000023617"
         },
         "BilltoLocation": {
            "LocationName": "GBS Center",
            "LocationNumber": "NUNA",
            "Address": {
               "Addressline1": "PO Box 8881011",
               "City": "Grand Rapids",
               "ZipCode": "49588",
               "StateInfo": {
                  "StateAbbrevationCode": "MI"
               },
               "CountryInfo": {
                  "CountryCode": "US",
                  "CountryName": "United States"
               }
            }
         },
         "OrderTotal": 0,
         "OrderDate": "0001-01-01T00:00:00",
         "HeaderEntities": [
            {
               "EntityCode": "NUNA"
            }
         ],
         "InvoiceOrigin": "buyer",
         "ReceivedDate": "2020-04-01T18:48:32.807+00:00",
         "InvoiceTotalAmount": 170,
         "OrderContactDetails": {
            "EmailAddress": "123@gep.com",
            "FirstName": "Kellogg",
            "LastName": "Admin"
         },
         "OrderingLocation": {
            "LocationName": "SOUND RESEARCH",
            "LocationNumber": "0080000010-0080000010",
            "Address": {
               "Addressline1": "250-49 DUNLEVY AVENUE",
               "Addressline2": "",
               "Addressline3": "",
               "City": "VANCOUVER",
               "ZipCode": "V6A 3A3",
               "StateInfo": {
                  "StateAbbrevationCode": "BC"
               },
               "CountryInfo": {
                  "CountryCode": "CA"
               }
            }
         },
         "IsPCardSupported": false,
         "InvoiceType": "Normal",
         "PurchaseTypeDescription": "Standard",
         "Billable": false,
         "TotalAllowance": 0,
         "IsMultiDocInvoice": false,
         "ScheduledPaymentDate": "0001-01-01T00:00:00",
         "Currency": "USD",
         "ItemTotalAmount": 120,
         "Tax": 50,
         "Shipping": 0,
         "AdditionalCharges": 0,
         "TaxesAndCharges": [],
         "Comments": [],
         "WorkOrderNumber": "0",
         "PaymentTermsDetails": {
            "NoOfDays": 0,
            "Discount": 0,
            "DiscountDays": 0,
            "PaymentTermCode": "NT75"
         },
         "CustomAttributes": [],
         "SourceSystemName": "KNA-SAP",
         "TotalAmount": 0,
         "IsMemo": false,
         "RemitToLocation": {
            "LocationName": "SOUND RESEARCH",
            "LocationNumber": "0080005119-0050003639",
            "Address": {
               "Addressline1": "250-49 DUNLEVY AVENUE",
               "City": "VANCOUVER",
               "ZipCode": "V6A 3A3",
               "StateInfo": {
                  "StateAbbrevationCode": "BC"
               },
               "CountryInfo": {
                  "CountryCode": "CA",
                  "CountryName": "Canada"
               },
               "PhoneNo1": "(604) 732-1090",
               "PhoneNo2": "",
               "FaxNo": "(604) 732-1096"
            },
            "RegistrationDetails": []
         },
         "SupplierContact": {
            "EmailAddress": "123@gep.com",
            "FirstName": "David",
            "LastName": "Katz"
         },
         "BuyerContact": {
            "EmailAddress": "aaa123@gep.com"
         },
         "IsBackInvoice": false,
         "InvoiceItems": [
            {
               "ItemLineNumber": 1,
               "PoLineItemNumber": 1,
               "Description": "wiufhiu",
               "UnitPrice": 120,
               "Quantity": 1,
               "Uom": "EA",
               "TotalAllowance": 0,
               "OrderingLocation": {},
               "ExternalTax": 0,
               "ExternalTaxes": [],
               "ItemType": "Material",
               "ItemExtendedType": "Material",
               "DocumentItemShippingDetails": [
                  {
                     "ShiptoLocation": {
                        "LocationNumber": "0000023617",
                        "Address": {
                           "Addressline1": "1 Trade ST",
                           "City": "Mariemont",
                           "ZipCode": "45227-4509",
                           "StateInfo": {
                              "StateName": "OH"
                           },
                           "CountryInfo": {
                              "CountryCode": "1",
                              "CountryName": "United States"
                           }
                        },
                        "RegistrationDetails": []
                     },
                     "DelivertoLocation": {
                        "RegistrationDetails": []
                     }
                  }
               ],
               "Efforts": 0,
               "StartDate": "0001-01-01T00:00:00",
               "EndDate": "0001-01-01T00:00:00",
               "AdditionalCharges": 0,
               "ShippingCharges": 0,
               "Tax": 50,
               "ItemTotalAmount": 120,
               "SupplierPartId": "",
               "Taxes": [],
               "CustomAttributes": [],
               "Comments": [],
               "IsTaxExempt": false,
               "AdjustmentType": 0,
               "ItemSplitsDetails": [
                  {
                     "DocumentSplitItemEntities": [
                        {
                           "EntityType": "Plant",
                           "EntityCode": "1460"
                        },
                        {
                           "EntityType": "Material Group Level 1",
                           "EntityCode": "700"
                        },
                        {
                           "EntityType": "Material Group Level 2",
                           "EntityCode": "8202440"
                        },
                        {
                           "EntityType": "Material Group Level 3",
                           "EntityCode": "735450025"
                        }
                     ],
                     "Tax": 0,
                     "ShippingCharges": 0,
                     "AdditionalCharges": 0,
                     "SplitItemTotal": 120,
                     "CustomAttributes": [],
                     "Quantity": 0,
                     "Percentage": 0
                  }
               ]
            }
         ]
      }
   ],
   "statusCode": "200",
   "errorDetails": [],
   "successDetails": []
}
| 
			 Invoice  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 
  | 
			
			 BasicDetails object  | 
			
			 Basic Details  | 
			
			 
  | 
		|
| 
			 IsMultiDocInvoice  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsMultiDocInvoice  | 
			
			 
  | 
		
| 
			 ScheduledPaymentDate  | 
			
			 No  | 
			
			 DateTime  | 
			
			 ScheduledPaymentDate  | 
			
			 
  | 
		
| 
			 Currency  | 
			
			 Yes  | 
			
			 String  | 
			
			 Currency  | 
			
			
 
 
  | 
		
| 
			 ItemTotalAmount  | 
			
			 Yes  | 
			
			 Decimal  | 
			
			 ItemTotalAmount  | 
			
			
  | 
		
| 
			 Tax  | 
			
			 Yes  | 
			
			 Decimal  | 
			
			 Tax  | 
			
			
  | 
		
| 
			 Shipping  | 
			
			 Yes  | 
			
			 String  | 
			
			 Shipping  | 
			
			
  | 
		
| 
			 AdditionalCharges  | 
			
			 Yes  | 
			
			 DateTime  | 
			
			 AdditionalCharges  | 
			
			
  | 
		
| 
			 
  | 
			
			 
  | 
			
			 
  | 
			
			 
  | 
			
			 
  | 
		
| 
			 Yes  | 
			
			 List of TaxesandCharge object  | 
			
			 TaxesAndCharges  | 
			
			
  | 
		|
| 
			 Yes  | 
			
			 List of HeaderEntities object  | 
			
			 Header Entities  | 
			
			 
  | 
		|
| 
			 No  | 
			
			 List of InterfaceComment object  | 
			
			 Comments  | 
			
			 
  | 
		|
| 
			 WorkOrderNumber  | 
			
			 No  | 
			
			 String  | 
			
			 WorkOrderNumber  | 
			
			 
  | 
		
| 
			 ErpOrderType  | 
			
			 No  | 
			
			 String  | 
			
			 ErpOrderType  | 
			
			 
  | 
		
| 
			 BudgetDescription  | 
			
			 No  | 
			
			 String  | 
			
			 BudgetDescription  | 
			
			 
  | 
		
| 
			 No  | 
			
			 List of PaymentTermsDetails object  | 
			
			 PaymentTermsDetails  | 
			
			 
  | 
		|
| 
			 SupplierIdentificationValue  | 
			
			 No  | 
			
			 String  | 
			
			 SupplierIdentificationValue  | 
			
			 
  | 
		
| 
			 Yes  | 
			
			 List of CustomAttribute object  | 
			
			 CustomAttributes  | 
			
			 
  | 
		|
| 
			 SourceSystemName  | 
			
			 No  | 
			
			 String  | 
			
			 SourceSystemName  | 
			
			 
  | 
		
| 
			 TotalAmount  | 
			
			 No  | 
			
			 Long  | 
			
			 TotalAmount  | 
			
			 
  | 
		
| 
			 TotalAllowance  | 
			
			 No  | 
			
			 Decimal  | 
			
			 TotalAllowance  | 
			
			 
  | 
		
| 
			 Billable  | 
			
			 No  | 
			
			 Boolean  | 
			
			 Billable  | 
			
			 
  | 
		
| 
			 PartnerInvoiceNumber  | 
			
			 Yes  | 
			
			 String  | 
			
			 PartnerInvoiceNumber  | 
			
			
 
 
  | 
		
| 
			 Operation  | 
			
			 Yes  | 
			
			 String  | 
			
			 Operation  | 
			
			
  | 
		
| 
			 DocumentCreator  | 
			
			 No  | 
			
			 String  | 
			
			 DocumentCreator  | 
			
			
 
  | 
		
| 
			 PartnerName  | 
			
			 No  | 
			
			 String  | 
			
			 PartnerName  | 
			
			 
  | 
		
| 
			 PartnerInvoiceDate  | 
			
			 Yes  | 
			
			 Datetime  | 
			
			 PartnerInvoiceDate  | 
			
			
 
  | 
		
| 
			 OrderNumber  | 
			
			 Yes  | 
			
			 String  | 
			
			 OrderNumber  | 
			
			
  | 
		
| 
			 No  | 
			
			 List of InterfaceShiptoLocation object  | 
			
			 ShiptoLocation  | 
			
			
  | 
		|
| 
			 MatchStatus  | 
			
			 No  | 
			
			 String  | 
			
			 MatchStatus  | 
			
			 
  | 
		
| 
			 No  | 
			
			 List of InterfaceBilltoLocation object  | 
			
			 BilltoLocation  | 
			
			 
  | 
		|
| 
			 Yes  | 
			
			 List of InterfaceInvoiceItem object  | 
			
			 InvoiceItems  | 
			
			 
  | 
		|
| 
			 supplierId  | 
			
			 No  | 
			
			 String  | 
			
			 supplierId  | 
			
			 
  | 
		
| 
			 OrderTotal  | 
			
			 No  | 
			
			 Decimal  | 
			
			 OrderTotal  | 
			
			 
  | 
		
| 
			 OrderDate  | 
			
			 No  | 
			
			 DateTime  | 
			
			 OrderDate  | 
			
			 
  | 
		
| 
			 No  | 
			
			 List of Attachment object  | 
			
			 Attachment  | 
			
			 
  | 
		|
| 
			 InvoiceOrigin  | 
			
			 Yes  | 
			
			 String  | 
			
			 InvoiceOrigin  | 
			
			
  | 
		
| 
			 ReceivedDate  | 
			
			 No  | 
			
			 Datetime  | 
			
			 ReceivedDate  | 
			
			
  | 
		
| 
			 InvoiceTotalAmount  | 
			
			 Yes  | 
			
			 Decimal  | 
			
			 InvoiceTotalAmount  | 
			
			
 
 
  | 
		
| 
			 No  | 
			
			 List of Order Contact details object  | 
			
			 OrderContactDetails  | 
			
			 
  | 
		|
| 
			 No  | 
			
			 List of InterfaceLocation object  | 
			
			 OrderingLocation  | 
			
			 
  | 
		|
| 
			 IsPCardSupported  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsPCardSupported  | 
			
			 
  | 
		
| 
			 InvoiceType  | 
			
			 No  | 
			
			 String  | 
			
			 InvoiceType  | 
			
			 
  | 
		
| 
			 PurchaseTypeDescription  | 
			
			 No  | 
			
			 String  | 
			
			 PurchaseTypeDescription  | 
			
			 
  | 
		
| 
			 BuyerVatNumber  | 
			
			 No  | 
			
			 String  | 
			
			 BuyerVatNumber  | 
			
			 
  | 
		
| 
			 IsMemo  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsMemo  | 
			
			 
  | 
		
| 
			 Yes  | 
			
			 List of InterfaceLocation object  | 
			
			 RemitToLocation  | 
			
			
  | 
		|
| 
			 Yes  | 
			
			 List of InterfaceSupplierContact object  | 
			
			 SupplierContact  | 
			
			 
  | 
		|
| 
			 
  | 
			
			 List of InterfaceBuyerContact object  | 
			
			 BuyerContact  | 
			
			 
  | 
		|
| 
			 ClientPartnerCode  | 
			
			 yes  | 
			
			 String  | 
			
			 ClientPartnerCode  | 
			
			
 
 
 
  | 
		
| 
			 IsBackInvoice  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsBackInvoice  | 
			
			 
  | 
		
| 
			 DeliveryNoteNumber  | 
			
			 No  | 
			
			 String  | 
			
			 DeliveryNoteNumber  | 
			
			 
  | 
		
| 
			 invoicePreviewURL  | 
			
			 No  | 
			
			 String  | 
			
			 InvoicePreviewURL  | 
			
			 
  | 
		
| 
			 PaymentType  | 
			
			 No  | 
			
			 String  | 
			
			 PaymentType  | 
			
			 
  | 
		
| 
			 SupplierContact  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 clientContactCode  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 emailAddress  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 firstName  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 lastName  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 BuyerContact  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 clientContactCode  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 emailAddress  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 firstName  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 lastName  | 
			
			 
  | 
			
			 String  | 
			
			 
  | 
			
			 
  | 
		
| 
			 RemitToLocation  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 locationName  | 
			
			 
  | 
			
			 string  | 
			
			 Location name  | 
			
			 
  | 
		
| 
			 locationNumber  | 
			
			 
  | 
			
			 string  | 
			
			 Location number  | 
			
			 
  | 
		
| 
			 
  | 
			
			 address object  | 
			
			 Address  | 
			
			 
  | 
		|
| 
			 deliverTo  | 
			
			 
  | 
			
			 string  | 
			
			 deliverTo  | 
			
			 
  | 
		
| 
			 
  | 
			
			 registrationDetails object  | 
			
			 Registration details  | 
			
			 
  | 
		|
| 
			 TaxesandCharges  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 TaxDescription  | 
			
			 No  | 
			
			 String  | 
			
			 TaxDescription  | 
			
			 
  | 
		
| 
			 TaxMode  | 
			
			 No  | 
			
			 Boolean  | 
			
			 TaxMode  | 
			
			
  | 
		
| 
			 TaxValue  | 
			
			 No  | 
			
			 String  | 
			
			 TaxValue  | 
			
			 
  | 
		
| 
			 TaxPercentage  | 
			
			 No  | 
			
			 String  | 
			
			 TaxPercentage  | 
			
			 
  | 
		
| 
			 TaxCode  | 
			
			 No  | 
			
			 String  | 
			
			 TaxCode  | 
			
			
  | 
		
| 
			 IsAccrueTax  | 
			
			 No  | 
			
			 String  | 
			
			 IsAccrueTax  | 
			
			 
  | 
		
| 
			 TaxType  | 
			
			 No  | 
			
			 String  | 
			
			 TaxType  | 
			
			 
  | 
		
| 
			 HeaderEntities  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 entityCode  | 
			
			 
  | 
			
			 string  | 
			
			 Entity code  | 
			
			 
  | 
		
| 
			 entityType  | 
			
			 
  | 
			
			 true  | 
			
			 Entity Type  | 
			
			 
  | 
		
| 
			 BasicDetails  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 documentName  | 
			
			 
  | 
			
			 string  | 
			
			 Name of the document  | 
			
			 
  | 
		
| 
			 documentNumber  | 
			
			 
  | 
			
			 string  | 
			
			 Number of the document  | 
			
			 
  | 
		
| 
			 documentStatus  | 
			
			 
  | 
			
			 string  | 
			
			 Status of the document  | 
			
			 
  | 
		
| 
			 documentCreator  | 
			
			 
  | 
			
			 string  | 
			
			 Creator of the document  | 
			
			 
  | 
		
| 
			 createdOn  | 
			
			 
  | 
			
			 string  | 
			
			 Date on which the document is created  | 
			
			 
  | 
		
| 
			 documentBu  | 
			
			 
  | 
			
			 documentBu object  | 
			
			 
  | 
			
			 
  | 
		
| 
			 
  | 
			
			 documentLobDetails object  | 
			
			 
  | 
			
			 
  | 
		|
| 
			 operationName  | 
			
			 
  | 
			
			 string  | 
			
			 
  | 
			
			 
  | 
		
| 
			 Comments  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 CommentText  | 
			
			 No  | 
			
			 String  | 
			
			 CommentText  | 
			
			 
  | 
		
| 
			 AccessType  | 
			
			 No  | 
			
			 String  | 
			
			 AccessType  | 
			
			 
  | 
		
| 
			 PaymentTermsDetails  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 NoOfDays  | 
			
			 No  | 
			
			 Long  | 
			
			 NoOfDays  | 
			
			 
  | 
		
| 
			 Discount  | 
			
			 No  | 
			
			 Decimal  | 
			
			 Discount  | 
			
			 
  | 
		
| 
			 DiscountDays  | 
			
			 No  | 
			
			 Long  | 
			
			 DiscountDays  | 
			
			 
  | 
		
| 
			 PaymentTermCode  | 
			
			 No  | 
			
			 String  | 
			
			 PaymentTermCode  | 
			
			
  | 
		
| 
			 PaymentTermName  | 
			
			 No  | 
			
			 String  | 
			
			 PaymentTermName  | 
			
			 
  | 
		
| 
			 DocumentLobDetails  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 entityCode  | 
			
			 
  | 
			
			 string  | 
			
			 Entity code  | 
			
			 
  | 
		
| 
			 entityType  | 
			
			 
  | 
			
			 string  | 
			
			 EntityType  | 
			
			 
  | 
		
| 
			 ItemSplitsDetails  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			
			 
  | 
			
			 No  | 
			
			 List of InterfaceDocumentSplit ItemEntity object  | 
			
			 DocumentSplitItemEntities  | 
			
			 
  | 
		
| 
			 SplitItemTotal  | 
			
			 Yes  | 
			
			 Decimal  | 
			
			 SplitItemTotal  | 
			
			
  | 
		
| 
			 Tax  | 
			
			 No  | 
			
			 Decimal  | 
			
			 Tax  | 
			
			 
  | 
		
| 
			 ShippingCharges  | 
			
			 yes  | 
			
			 Decimal  | 
			
			 ShippingCharges  | 
			
			
  | 
		
| 
			 AdditionalCharges  | 
			
			 Yes  | 
			
			 Decimal  | 
			
			 AdditionalCharges  | 
			
			
  | 
		
| 
			 No  | 
			
			 List of CustomAttribute object  | 
			
			 CustomAttributes  | 
			
			 
  | 
		|
| 
			 SplitType  | 
			
			 No  | 
			
			 String  | 
			
			 SplitType  | 
			
			 
  | 
		
| 
			 Quantity  | 
			
			 No  | 
			
			 Decimal  | 
			
			 Quantity  | 
			
			 
  | 
		
| 
			 Percentage  | 
			
			 No  | 
			
			 Decimal  | 
			
			 Percentage  | 
			
			 
  | 
		
| 
			 DocumentSplitItemEntities  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 EntityType  | 
			
			 No  | 
			
			 String  | 
			
			 EntityType  | 
			
			
  | 
		
| 
			 EntityCode  | 
			
			 No  | 
			
			 String  | 
			
			 EntityCode  | 
			
			
  | 
		
| 
			 EntityDisplayName  | 
			
			 No  | 
			
			 String  | 
			
			 EntityDisplayName  | 
			
			 
  | 
		
| 
			 CustomAttributes  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 QuestionnaireTitle  | 
			
			 No  | 
			
			 String  | 
			
			 QuestionnaireTitle  | 
			
			
  | 
		
| 
			 No  | 
			
			 List of QuestionnaireResponse Value object  | 
			
			 QuestionnaireResponseValues  | 
			
			
  | 
		|
| 
			 QuestionNaireResponseValue  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 ChildQuestionSets  | 
			
			 No  | 
			
			 List of CustomAttribute object  | 
			
			 ChildQuestionSets  | 
			
			 
  | 
		
| 
			 ColumnText  | 
			
			 No  | 
			
			 String  | 
			
			 ColumnText  | 
			
			
 
  | 
		
| 
			 ResponseValue  | 
			
			 No  | 
			
			 String  | 
			
			 ResponseValue  | 
			
			 
  | 
		
| 
			 RowId  | 
			
			 No  | 
			
			 String  | 
			
			 RowId  | 
			
			
 
 
  | 
		
| 
			 ChargeDetails  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 ChargeName  | 
			
			 No  | 
			
			 String  | 
			
			 ChargeName  | 
			
			
 
  | 
		
| 
			 ChargeDescription  | 
			
			 No  | 
			
			 String  | 
			
			 ChargeDescription  | 
			
			 
  | 
		
| 
			 IsAllowance  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsAllowance  | 
			
			 
  | 
		
| 
			 IsIncludeForTax  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsIncludeForTax  | 
			
			 
  | 
		
| 
			 IsEditableOnInvoice  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsEditableOnInvoice  | 
			
			 
  | 
		
| 
			 ShiptoLocation  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 ShiptoLocationName  | 
			
			 No  | 
			
			 String  | 
			
			 ShiptoLocationName  | 
			
			
  | 
		
| 
			 ShiptoLocationNumber  | 
			
			 No  | 
			
			 String  | 
			
			 ShiptoLocationNumber  | 
			
			
  | 
		
| 
			 No  | 
			
			 List of InterfaceAddress object  | 
			
			 Address  | 
			
			 
  | 
		|
| 
			 DeliverTo  | 
			
			 No  | 
			
			 String  | 
			
			 Deliver To  | 
			
			 
  | 
		
| 
			 RegistrationDetails  | 
			
			 No  | 
			
			 List of PartnerWiseIdentification Detail object  | 
			
			 RegistrationDetails  | 
			
			 
  | 
		
| 
			 Address  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 County  | 
			
			 No  | 
			
			 String  | 
			
			 County  | 
			
			 
  | 
		
| 
			 FaxNo  | 
			
			 No  | 
			
			 String  | 
			
			 FaxNo  | 
			
			 
  | 
		
| 
			 MobileNo  | 
			
			 No  | 
			
			 String  | 
			
			 MobileNo  | 
			
			 
  | 
		
| 
			 ExtenstionNo2  | 
			
			 No  | 
			
			 String  | 
			
			 ExtenstionNo2  | 
			
			 
  | 
		
| 
			 PhoneNo2  | 
			
			 No  | 
			
			 String  | 
			
			 PhoneNo2  | 
			
			 
  | 
		
| 
			 GeoCode  | 
			
			 No  | 
			
			 String  | 
			
			 GeoCode  | 
			
			 
  | 
		
| 
			 ExtenstionNo1  | 
			
			 No  | 
			
			 String  | 
			
			 ExtenstionNo1  | 
			
			 
  | 
		
| 
			 CountryInfo  | 
			
			 No  | 
			
			 List of InterfaceCountryInfo object  | 
			
			 CountryInfo  | 
			
			 
  | 
		
| 
			 StateInfo  | 
			
			 No  | 
			
			 List of InterfaceStateInfo object  | 
			
			 StateInfo  | 
			
			 
  | 
		
| 
			 ZipCode  | 
			
			 No  | 
			
			 String  | 
			
			 ZipCode  | 
			
			 
  | 
		
| 
			 City  | 
			
			 No  | 
			
			 String  | 
			
			 City  | 
			
			 
  | 
		
| 
			 Addressline3  | 
			
			 No  | 
			
			 String  | 
			
			 Addressline3  | 
			
			 
  | 
		
| 
			 Addressline2  | 
			
			 No  | 
			
			 String  | 
			
			 Addressline2  | 
			
			 
  | 
		
| 
			 Addressline1  | 
			
			 No  | 
			
			 String  | 
			
			 Addressline1  | 
			
			 
  | 
		
| 
			 PhoneNo1  | 
			
			 No  | 
			
			 String  | 
			
			 PhoneNo1  | 
			
			 
  | 
		
| 
			 AreaCode  | 
			
			 No  | 
			
			 String  | 
			
			 AreaCode  | 
			
			 
  | 
		
| 
			 CountryInfo  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 CountryCode  | 
			
			 No  | 
			
			 String  | 
			
			 CountryCode  | 
			
			 
  | 
		
| 
			 CountryName  | 
			
			 No  | 
			
			 String  | 
			
			 CountryName  | 
			
			 
  | 
		
| 
			 StateInfo  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 StateAbbrevationCode  | 
			
			 No  | 
			
			 String  | 
			
			 StateAbbrevationCode  | 
			
			 
  | 
		
| 
			 StateName  | 
			
			 No  | 
			
			 String  | 
			
			 StateName  | 
			
			 
  | 
		
| 
			 RegistrationDetails  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 CompanyIdentificationDisplayName  | 
			
			 No  | 
			
			 String  | 
			
			 CompanyIdentificationDisplayName  | 
			
			 
  | 
		
| 
			 CompanyIdentification  | 
			
			 No  | 
			
			 String  | 
			
			 CompanyIdentification  | 
			
			 
  | 
		
| 
			 BilltoLocation  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 BilltoLocationName  | 
			
			 No  | 
			
			 String  | 
			
			 BilltoLocationName  | 
			
			 
  | 
		
| 
			 BilltoLocationNumber  | 
			
			 No  | 
			
			 String  | 
			
			 BilltoLocationNumber  | 
			
			 
  | 
		
| 
			 No  | 
			
			 List of InterfaceAddress object  | 
			
			 Address  | 
			
			 
  | 
		|
| 
			 DeliverTo  | 
			
			 No  | 
			
			 String  | 
			
			 Deliver To  | 
			
			 
  | 
		
| 
			 RegistrationDetails  | 
			
			 No  | 
			
			 List of PartnerWiseIdentification Detail object  | 
			
			 RegistrationDetails  | 
			
			 
  | 
		
| 
			 OrderingLocation  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 LocationName  | 
			
			 No  | 
			
			 String  | 
			
			 LocationName  | 
			
			 
  | 
		
| 
			 LocationNumber  | 
			
			 No  | 
			
			 String  | 
			
			 LocationNumber  | 
			
			 
  | 
		
| 
			 No  | 
			
			 List of InterfaceAddress object  | 
			
			 Address  | 
			
			 
  | 
		|
| 
			 DeliverTo  | 
			
			 No  | 
			
			 String  | 
			
			 Deliver To  | 
			
			 
  | 
		
| 
			 Registration Details  | 
			
			 No  | 
			
			 List of PartnerWiseIdentification Detail object  | 
			
			 RegistrationDetails  | 
			
			 
  | 
		
| 
			 InvoiceItems  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 ShippingCharges  | 
			
			 No  | 
			
			 Decimal  | 
			
			 ShippingCharges  | 
			
			 
  | 
		
| 
			 Tax  | 
			
			 No  | 
			
			 Decimal  | 
			
			 Tax  | 
			
			
  | 
		
| 
			 ItemTotalAmount  | 
			
			 No  | 
			
			 Decimal  | 
			
			 ItemTotalAmount  | 
			
			
  | 
		
| 
			 Billable  | 
			
			 No  | 
			
			 String  | 
			
			 Billable  | 
			
			 
  | 
		
| 
			 ItemLineNumber  | 
			
			 No  | 
			
			 Long  | 
			
			 ItemLineNumber  | 
			
			
 
 
 
  | 
		
| 
			 SupplierPartId  | 
			
			 No  | 
			
			 String  | 
			
			 SupplierPartId  | 
			
			 
  | 
		
| 
			 SupplierPartAuxiliaryId  | 
			
			 No  | 
			
			 String  | 
			
			 SupplierPartAuxiliaryId  | 
			
			 
  | 
		
| 
			 Taxes  | 
			
			 No  | 
			
			 List of TaxesandCharge object  | 
			
			 Taxes  | 
			
			 
  | 
		
| 
			 No  | 
			
			 List of CustomAttribute object  | 
			
			 CustomAttributes  | 
			
			 
  | 
		|
| 
			 No  | 
			
			 List of InterfaceComment object  | 
			
			 Comments  | 
			
			 
  | 
		|
| 
			 MatchType  | 
			
			 No  | 
			
			 String  | 
			
			 MatchType  | 
			
			 
  | 
		
| 
			 IsTaxExempt  | 
			
			 No  | 
			
			 Boolean  | 
			
			 IsTaxExempt  | 
			
			 
  | 
		
| 
			 FulfilmentDocumentNumber  | 
			
			 No  | 
			
			 String  | 
			
			 FulfilmentDocumentNumber  | 
			
			 
  | 
		
| 
			 FulfilmentDocumentType  | 
			
			 No  | 
			
			 String  | 
			
			 FulfilmentDocumentType  | 
			
			 
  | 
		
| 
			 FulfillmentDocumentLineNumber  | 
			
			 No  | 
			
			 String  | 
			
			 FulfillmentDocumentLineNumber  | 
			
			 
  | 
		
| 
			 AdditionalCharges  | 
			
			 No  | 
			
			 Decimal  | 
			
			 AdditionalCharges  | 
			
			
  | 
		
| 
			 ClientCategoryId  | 
			
			 No  | 
			
			 String  | 
			
			 ClientCategoryId  | 
			
			
  | 
		
| 
			 EndDate  | 
			
			 No  | 
			
			 DateTime  | 
			
			 EndDate  | 
			
			 
  | 
		
| 
			 MatchStatus  | 
			
			 No  | 
			
			 String  | 
			
			 ItemStatus  | 
			
			
  | 
		
| 
			 No  | 
			
			 List of ItemSplitsDetail object  | 
			
			 ItemSplitsDetails  | 
			
			 
  | 
		|
| 
			 PoLineItemNumber  | 
			
			 No  | 
			
			 Long  | 
			
			 PoLineItemNumber  | 
			
			 
  | 
		
| 
			 TotalAllowance  | 
			
			 No  | 
			
			 Decimal  | 
			
			 TotalAllowance  | 
			
			 
  | 
		
| 
			 OrderNumber  | 
			
			 No  | 
			
			 String  | 
			
			 OrderNumber  | 
			
			
  | 
		
| 
			 No  | 
			
			 OrderingLocation object  | 
			
			 OrderingLocation  | 
			
			 
  | 
		|
| 
			 ExternalTax  | 
			
			 No  | 
			
			 Decimal  | 
			
			 ExternalTax  | 
			
			 
  | 
		
| 
			 No  | 
			
			 List of ExternalTax object  | 
			
			 ExternalTaxes  | 
			
			 
  | 
		|
| 
			 Description  | 
			
			 
  | 
			
			 String  | 
			
			 Description  | 
			
			 
  | 
		
| 
			 UnitPrice  | 
			
			 Yes  | 
			
			 Decimal  | 
			
			 UnitPrice  | 
			
			
 
  | 
		
| 
			 Quantity  | 
			
			 Yes  | 
			
			 Decimal  | 
			
			 Quantity  | 
			
			
 
 
  | 
		
| 
			 Uom  | 
			
			 Yes  | 
			
			 String  | 
			
			 Uom  | 
			
			
 
  | 
		
| 
			 StandardUom  | 
			
			 No  | 
			
			 String  | 
			
			 StandardUom  | 
			
			 
  | 
		
| 
			 ManufacturerName  | 
			
			 No  | 
			
			 String  | 
			
			 ManufacturerName  | 
			
			 
  | 
		
| 
			 ManufacturerPartNumber  | 
			
			 No  | 
			
			 String  | 
			
			 ManufacturerPartNumber  | 
			
			 
  | 
		
| 
			 ItemType  | 
			
			 No  | 
			
			 String  | 
			
			 ItemType  | 
			
			
  | 
		
| 
			 ItemExtendedType  | 
			
			 No  | 
			
			 String  | 
			
			 ItemExtendedType  | 
			
			
 
 
 
  | 
		
| 
			 No  | 
			
			 List of InterfaceDocumentItemShippingDetail object  | 
			
			 DocumentItemShippingDetails  | 
			
			 
  | 
		|
| 
			 StartDate  | 
			
			 No  | 
			
			 DateTime  | 
			
			 StartDate  | 
			
			 
  | 
		
| 
			 BuyerItemNumber  | 
			
			 No  | 
			
			 String  | 
			
			 BuyerItemNumber  | 
			
			 
  | 
		
| 
			 AdjustmentType  | 
			
			 No  | 
			
			 Int  | 
			
			 AdjustmentType  | 
			
			 
  | 
		
| 
			 ExternalTaxes  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 TaxCode  | 
			
			 No  | 
			
			 String  | 
			
			 TaxCode  | 
			
			 
  | 
		
| 
			 TaxType  | 
			
			 No  | 
			
			 String  | 
			
			 TaxType  | 
			
			 
  | 
		
| 
			 TaxMode  | 
			
			 No  | 
			
			 String  | 
			
			 TaxMode  | 
			
			 
  | 
		
| 
			 TaxValue  | 
			
			 No  | 
			
			 Decimal  | 
			
			 TaxValue  | 
			
			 
  | 
		
| 
			 TaxRate  | 
			
			 No  | 
			
			 Decimal  | 
			
			 TaxRate  | 
			
			 
  | 
		
| 
			 AuthorityName  | 
			
			 No  | 
			
			 String  | 
			
			 AuthorityName  | 
			
			 
  | 
		
| 
			 TaxAddress  | 
			
			 No  | 
			
			 InterfaceAddress object  | 
			
			 TaxAddress  | 
			
			 
  | 
		
| 
			 LocationCode  | 
			
			 No  | 
			
			 String  | 
			
			 LocationCode  | 
			
			 
  | 
		
| 
			 TaxRateCode  | 
			
			 No  | 
			
			 String  | 
			
			 TaxRateCode  | 
			
			 
  | 
		
| 
			 EffectiveTaxLevel  | 
			
			 No  | 
			
			 String  | 
			
			 EffectiveTaxLevel  | 
			
			 
  | 
		
| 
			 OfficialName  | 
			
			 No  | 
			
			 String  | 
			
			 OfficialName  | 
			
			 
  | 
		
| 
			 TaxBase  | 
			
			 No  | 
			
			 String  | 
			
			 TaxBase  | 
			
			 
  | 
		
| 
			 DocumentItemShippingDetail  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 No  | 
			
			 InterfaceShiptoLocation object  | 
			
			 ShiptoLocation  | 
			
			 
  | 
		|
| 
			 No  | 
			
			 InterfaceDelivertoLocation object  | 
			
			 DelivertoLocation  | 
			
			 
  | 
		|
| 
			 ShippingMethod  | 
			
			 No  | 
			
			 string  | 
			
			 ShippingMethod  | 
			
			 
  | 
		
| 
			 DelivertoLocation  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 DelivertoLocationName  | 
			
			 No  | 
			
			 string  | 
			
			 DelivertoLocationName  | 
			
			 
  | 
		
| 
			 DelivertoLocationNumber  | 
			
			 No  | 
			
			 string  | 
			
			 DelivertoLocationNumber  | 
			
			 
  | 
		
| 
			 No  | 
			
			 InterfaceAddress Object  | 
			
			 Address  | 
			
			 
  | 
		|
| 
			 DeliverTo  | 
			
			 No  | 
			
			 string  | 
			
			 DeliverTo  | 
			
			 
  | 
		
| 
			 RegistrationDetails  | 
			
			 No  | 
			
			 List of PartnerWiseIdentification Detail object  | 
			
			 RegistrationDetails  | 
			
			 
  | 
		
| 
			 Attachment  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 filename  | 
			
			 
  | 
			
			 String  | 
			
			 File name  | 
			
			 
  | 
		
| 
			 fileUri  | 
			
			 
  | 
			
			 string  | 
			
			 File URL  | 
			
			 
  | 
		
| 
			 attachmentData  | 
			
			 
  | 
			
			 string  | 
			
			 Data in attachment  | 
			
			 
  | 
		
| 
			 Extension  | 
			
			 
  | 
			
			 string  | 
			
			 Extension  | 
			
			 
  | 
		
| 
			 contentTransferEncoding  | 
			
			 
  | 
			
			 string  | 
			
			 Content Transfer Encoding  | 
			
			 
  | 
		
| 
			 OrderContactDetails  | 
		||||
| 
			 Property  | 
			
			 Required?  | 
			
			 Data type  | 
			
			 Description  | 
			
			 Validations/Exceptions  | 
		
| 
			 ClientContactCode  | 
			
			 No  | 
			
			 String  | 
			
			 ClientContactCode  | 
			
			
  | 
		
| 
			 EmailAddress  | 
			
			 No  | 
			
			 String  | 
			
			 EmailAddress  | 
			
			 
  | 
		
| 
			 FirstName  | 
			
			 No  | 
			
			 String  | 
			
			 FirstName  | 
			
			 
  | 
		
| 
			 LastName  | 
			
			 No  | 
			
			 String  | 
			
			 LastName  | 
			
			 
  |