configuration.import.register
configuration.import.register( data )
Import registration.
Parameters
Parameter | Description | Available from version |
---|---|---|
data | Array with file URLs from exported archive. |
Example
$rest = CRest::call( 'configuration.import.register', [ 'data' => [ 'STRUCTURE' => [], 'FILES' => [], 'MANIFEST' => [], ], ] );
Result:
Array ( [result] => Array ( [processId] => 42 ) [time] => Array ( [start] => 1629302119.8213 [finish] => 1629302119.9701 [duration] => 0.14881992340088 [processing] => 0.085903882980347 [date_start] => 2021-08-18T17:55:19+02:00 [date_finish] => 2021-08-18T17:55:19+02:00 ) )
Where:
- processId - import process ID.
© «Bitrix24», 2001-2024