Request Sample to Full Publish the Discount Model

The following is the request sample to full publish the discount model:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.tibco.com/ac/services/fcservices/wsdl/2.0">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:ModelPublishRequest>
         <ns:UserInfo>
            <ns:UserName>admin</ns:UserName>
            <ns:Password>admin</ns:Password>
            <ns:Enterprise>FC400</ns:Enterprise>
         </ns:UserInfo>
         <ns:ModelPublishAction>
            <ns:FullPublish>
               <ns:MASTERCATALOGNAME>DISCOUNT</ns:MASTERCATALOGNAME>
               <!--Optional:-->
               <ns:MetadataRequired>Y</ns:MetadataRequired>
               <!--Optional:-->
               <ns:TenantId>ent</ns:TenantId>
            </ns:FullPublish>
         </ns:ModelPublishAction>
      </ns:ModelPublishRequest>
   </soapenv:Body>
</soapenv:Envelope>