Submit Action Models
This operation is used to publish multiple action models.
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/actionmodels
Parameter content type: application/xml
Example of Action Models:
<?xml version="1.0" encoding="UTF-8"?> <ActionModels> <ActionModel> <ActionID>string</ActionID> <RecordType>string</RecordType> <ShortDesc>string</ShortDesc> </ActionModel> </ActionModels>
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.