Translations:TAS:Pokročilé/Pluginy/Input, Output/Export/SolverTech.Tasha.Plugins.IO.SolutionRestApiExporter/2/pl

Z Solvertech
Skočit na navigaci Skočit na vyhledávání

<?xml version="1.0" encoding="utf-8"?> <SolverTechTashaPlugInsIOSolutionRestApiExporterSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 <ExporterCaption>Rest Api Exporter</ExporterCaption>
 <RunOnEntityType>job</RunOnEntityType> 
 <BaseUrl>https://www.server.cz/modul/ppl/</BaseUrl> 
 <KeyValueDelimiter>;</KeyValueDelimiter>
 <ParameterKeyValuePairs>
   <string>@obj;identifier</string> 

<string>@dobirka;dobirka</string>

 </ParameterKeyValuePairs>
  <ServedCommandRequest> 
   <Method>GET</Method>
   <Resource></Resource> 
   <HeaderKeyValuePairs>
     <string>InternalID;@id</string> 
   </HeaderKeyValuePairs>
   <Body>{"objednavka":{"ID": @obj, "Dobirka": @dobirka}}</Body> 

<UrlSegment> <string>delete;@obj</string> </UrlSegment>

 </ServedCommandRequest>
   <Method></Method>
   <Resource></Resource>
   <HeaderKeyValuePairs></HeaderKeyValuePairs>
   <Body></Body>
 </NotServedCommandRequest>-->

</SolverTechTashaPlugInsIOSolutionRestApiExporterSettings>