Mapowanie BOD Dostawcy
Sync.SupplierPartyMaster
→ Tabela Wyszukiwania Danych Głównych DocBits: SUPPLIER
Mapowanie w API:
header_mappings = {
"sharedCONO": "//DataArea/Sync/AccountingEntityID",
"sharedSUNO": "//SupplierPartyMaster/PartyIDs/ID",
"variationID": "//SupplierPartyMaster/PartyIDs/ID/@variationID",
"supplierName": "//SupplierPartyMaster/Name",
"phone": '//Communication[ChannelCode="Phone"]/DialNumber',
"vatNo": "//SupplierPartyMaster/PartyIDs/TaxID",
"paymentTermId": "//SupplierPartyMaster/PaymentTermID",
"paymentMethodCode": "//SupplierPartyMaster/PaymentMethodCode",
"buyerPersonReferenceId": "//SupplierPartyMaster/BuyerPersonReference/IDs/ID",
"buyerPersonReference": "//SupplierPartyMaster/BuyerPersonReference/Name",
"supplier_category": "//SupplierPartyMaster/Classification/Codes/Code[@listID='Supplier Categories']",
"supplier_group": "//SupplierPartyMaster/Classification/Codes/Code[@listID='Supplier Group']",
"discount_terms_description": "//SupplierPartyMaster/UserArea/Property/NameValue[@name='eam.UDFCHAR06']",
"status": "//SupplierPartyMaster/Status/Code",
"bank_id": "//SupplierPartyMaster/FinancialParty[last()]/FinancialAccount/ID",
}Sync.RemitToPartyMaster
→ Tabela Wyszukiwania Danych Głównych DocBits: SUPPLIER
header_mappings = {
"sharedCONO": "//DataArea/Sync/AccountingEntityID",
"sharedSUNO": "//RemitToPartyMaster/PartyIDs/ID",
"variationID": "//RemitToPartyMaster/PartyIDs/ID/@variationID",
"supplierName": "//RemitToPartyMaster/Name",
"phone": '//Communication[ChannelCode="Phone"]/DialNumber',
"vatNo": "//RemitToPartyMaster/PartyIDs/TaxID",
"bank_id": "//RemitToPartyMaster/FinancialParty[last()]/FinancialAccount/ID",
"status": "//RemitToPartyMaster/Status/Code",
}
Last updated
Was this helpful?