crm.item.payment.get
crm.item.payment.get(id: number)
This method gets specific payment details by its ID.
Parameters
Parameter | Description |
---|---|
id | Payment ID. |
Example
BX.rest.callMethod( 'crm.item.payment.get', { id: 179, }, function(result) { if (result.error()) { console.error(result.answer.error_description); } else { console.log(result.data()); } } );
© «Bitrix24», 2001-2024