Submit PlanFragment Model

This operation is used to publish single planfragment model.

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/planfragmentmodel

Parameter content type: application/xml

Example of PlanFragment:

<?xml version="1.0" encoding="UTF-8"?>
<PlanFragment>
	<planFragmentID>string</planFragmentID>
	<planFragmentUniqueId_CANCEL>
		<description>string</description>
		<name>string</name>
	</planFragmentUniqueId_CANCEL>
	<planFragmentUniqueId_CEASE>
		<description>string</description>
		<name>string</name>
	</planFragmentUniqueId_CEASE>
	<planFragmentUniqueId_PROVIDE>
		<description>string</description>
		<name>string</name>
	</planFragmentUniqueId_PROVIDE>
	<planFragmentUniqueId_UPDATE>
		<description>string</description>
		<name>string</name>
	</planFragmentUniqueId_UPDATE>
	<planFragmentName>string</planFragmentName>
	<planFragmentVersion>string</planFragmentVersion>
	<owner>string</owner>
	<record_Type>string</record_Type>
	<errorHandler>string</errorHandler>
	<retry>
		<retryCount>0</retryCount>
		<retryDelay>0</retryDelay>
		<retryFailed>true</retryFailed>
		<retryOverride>true</retryOverride>
	</retry>
	<section>
		<endMilestoneID>string</endMilestoneID>
		<maximumDuration>0</maximumDuration>
		<startMilestoneID>string</startMilestoneID>
		<typicalDuration>0</typicalDuration>
	</section>
</PlanFragment>