crm.item.payment.delivery.setDelivery
Scope: crm Права на выполнение: для всех
crm.item.payment.delivery.setDelivery(id: number, deliveryId : number)
Изменяет информацию о доставке в оплате.
Параметры
Параметр | Описание |
---|---|
id | Идентификатор оплаты. |
deliveryId | Идентификатор доставки. |
Пример
BX.callMethod( 'crm.item.payment.delivery.setDelivery', { id: 340, deliveryId: 33, }, function(result) { if (result.error()) { console.error(result.error().ex); } else { console.log(result.data()); } } );
© «Битрикс», 2001-2024, «1С-Битрикс», 2024