IOBERONServiceGen2BusinessPartner_Branches_BatchUpdate Method | |
Aktualizuje prevádzky obchodného partnera (ak už v evidencii existuje). Po aktualizácii sa prevádzky nahradia týmito zasielanými.
Nové prevádzky sa pridajú, existujúce aktualizujú, prípadné chýbajúce sa odstránia.
Namespace: Exa.OBERON.ServicesGen2Assembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax ResultValue<RecordBaseInfo> BusinessPartner_Branches_BatchUpdate(
BusinessPartnerBranchesBatchUpdateArg businessPartnerBranchesBatchUpdateArg
)
Function BusinessPartner_Branches_BatchUpdate (
businessPartnerBranchesBatchUpdateArg As BusinessPartnerBranchesBatchUpdateArg
) As ResultValue(Of RecordBaseInfo)
Dim instance As IOBERONServiceGen2
Dim businessPartnerBranchesBatchUpdateArg As BusinessPartnerBranchesBatchUpdateArg
Dim returnValue As ResultValue(Of RecordBaseInfo)
returnValue = instance.BusinessPartner_Branches_BatchUpdate(businessPartnerBranchesBatchUpdateArg)
Parameters
- businessPartnerBranchesBatchUpdateArg BusinessPartnerBranchesBatchUpdateArg
- Obsahuje údaje pre hromadnú aktualizáciu prevádzok obchodného partnera.
Return Value
ResultValueRecordBaseInfoVráti triedu
ResultValueT.
Example Url: http://address:port/v1/business-partner/branches/batch-update
See Also