Submit Bulk Action Model

This operation is used to publish multiple action models.

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/actionModel/bulk

Parameter content type: application/xml

Example:

<?xml version="1.0" encoding="UTF-8"?>
<ActionModels>
	<ActionModel>
		<ActionID>string</ActionID>
		<RecordType>string</RecordType>
		<ShortDesc>string</ShortDesc>
	</ActionModel>
</ActionModels>