sale.payment.get
sale.payment.get(id)
The method is used to access fields of payment item.
When successful, returns payment item resource in response body.
Parameters
Parameter | Type | Descritption |
---|---|---|
id | string | Number of payment item. |
Examples
BX24.callMethod( 'sale.payment.get', { id: id }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024