workflowapi-ticket.sismetic.com
Open in
urlscan Pro
190.92.173.23
Public Scan
Submitted URL: https://workflowapi-ticket.sismetic.com/
Effective URL: https://workflowapi-ticket.sismetic.com/swagger/ui/index
Submission: On July 17 via automatic, source certstream-suspicious — Scanned from GB
Effective URL: https://workflowapi-ticket.sismetic.com/swagger/ui/index
Submission: On July 17 via automatic, source certstream-suspicious — Scanned from GB
Form analysis
5 forms found in the DOM<form id="api_selector">
<div class="input"><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"></div>
<div class="input"><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"></div>
<div class="input"><a id="explore" class="header__btn" href="#" data-sw-translate="">Explore</a></div>
</form>
<form accept-charset="UTF-8" class="sandbox">
<div style="margin:0;padding:0;display:inline"></div>
<h4 data-sw-translate="">Parameters</h4>
<table class="fullwidth parameters">
<thead>
<tr>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
<th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
<th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
<th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
</tr>
</thead>
<tbody class="operation-params">
<tr>
<td class="code required"><label for="mmodel0.3396750450330306">model</label></td>
<td>
<textarea class="body-textarea required" placeholder="(required)" name="model" id="mmodel0.3396750450330306"></textarea>
<div class="editor_holder"></div>
<br>
<div class="parameter-content-type">
<div><label for="pct0.7159139164558255" data-sw-translate="">Parameter content type:</label>
<select name="parameterContentType" id="pct0.7159139164558255">
<option value="application/json">application/json</option>
<option value="text/json">text/json</option>
<option value="application/xml">application/xml</option>
<option value="text/xml">text/xml</option>
<option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
</select>
</div>
</div>
</td>
<td>
<strong><span class="markdown">
<p>Estructura jSON requerida para la creación</p>
</span></strong>
</td>
<td>body</td>
<td><span class="model-signature">
<div>
<div>
<ul class="signature-nav">
<li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
<li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
</ul>
<div>
<div class="signature-container">
<div class="description" style="display: none;">
<span class="strong">CreateRequestModel {</span>
<div><span class="propName ">plantilla_guid</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">tipo_documento_id</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">empresa_id</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">planta_id</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
</div>
<div class="snippet" style="display: block;">
<div class="snippet_json" style="display: block;">
<pre><code>{
"plantilla_guid": 0,
"tipo_documento_id": 0,
"empresa_id": 0,
"planta_id": 0
}</code></pre>
<small class="notice" data-sw-translate=""></small>
</div>
<div class="snippet_xml" style="display: none;">
<pre><code><?xml version="1.0"?>
<CreateRequestModel>
<plantilla_guid>1</plantilla_guid>
<tipo_documento_id>1</tipo_documento_id>
<empresa_id>1</empresa_id>
<planta_id>1</planta_id>
</CreateRequestModel>
</code></pre>
<small class="notice" data-sw-translate=""></small>
</div>
</div>
</div>
</div>
</div>
</div>
</span></td>
</tr>
</tbody>
</table>
<div class="sandbox_header">
<input class="submit" type="submit" value="Try it out!" data-sw-translate="">
<a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
<span class="response_throbber" style="display:none"></span>
</div>
</form>
<form accept-charset="UTF-8" class="sandbox">
<div style="margin:0;padding:0;display:inline"></div>
<h4 data-sw-translate="">Parameters</h4>
<table class="fullwidth parameters">
<thead>
<tr>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
<th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
<th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
<th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
</tr>
</thead>
<tbody class="operation-params">
<tr>
<td class="code required"><label for="mmodel0.8162420895434876">model</label></td>
<td>
<textarea class="body-textarea required" placeholder="(required)" name="model" id="mmodel0.8162420895434876"></textarea>
<div class="editor_holder"></div>
<br>
<div class="parameter-content-type">
<div><label for="pct0.44866838004850784" data-sw-translate="">Parameter content type:</label>
<select name="parameterContentType" id="pct0.44866838004850784">
<option value="application/json">application/json</option>
<option value="text/json">text/json</option>
<option value="application/xml">application/xml</option>
<option value="text/xml">text/xml</option>
<option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
</select>
</div>
</div>
</td>
<td>
<strong><span class="markdown">
<p>Estructura jSON requerida para la creación de la factura</p>
</span></strong>
</td>
<td>body</td>
<td><span class="model-signature">
<div>
<div>
<ul class="signature-nav">
<li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
<li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
</ul>
<div>
<div class="signature-container">
<div class="description" style="display: none;">
<span class="strong">CreateInvoiceModel {</span>
<div><span class="propName ">Cia</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Planta</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">RUC_Entidad</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Aut_SRI</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">ClaveAcceso</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Secuencial</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">FechaEmision</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">TotalFact</span> (<span class="propType">number</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">IVA_Fact</span> (<span class="propType">number</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Val_Desc</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Debito_Aut</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Desc_100</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Grava_IVA</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Descripcion</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Cta_SAP</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">CentroCosto</span> (<span class="propType">Array[CentroCosto]</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">InternalOrden</span> (<span class="propType">Array[InternalOrden]</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">File_Xml</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">File_Pdf</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span><br><span class="strong">CentroCosto {</span>
<div><span class="propName ">Numero</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Area</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Porcentaje</span> (<span class="propType">number</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span><br><span class="strong">InternalOrden {</span>
<div><span class="propName ">Numero</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Area</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">Porcentaje</span> (<span class="propType">number</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
</div>
<div class="snippet" style="display: block;">
<div class="snippet_json" style="display: block;">
<pre><code>{
"Cia": "string",
"Planta": "string",
"RUC_Entidad": "string",
"Aut_SRI": "string",
"ClaveAcceso": "string",
"Secuencial": "string",
"FechaEmision": "2024-07-17T17:44:01.063Z",
"TotalFact": 0,
"IVA_Fact": 0,
"Val_Desc": true,
"Debito_Aut": true,
"Desc_100": true,
"Grava_IVA": true,
"Descripcion": "string",
"Cta_SAP": "string",
"CentroCosto": [
{
"Numero": "string",
"Area": "string",
"Porcentaje": 0
}
],
"InternalOrden": [
{
"Numero": "string",
"Area": "string",
"Porcentaje": 0
}
],
"File_Xml": "string",
"File_Pdf": "string"
}</code></pre>
<small class="notice" data-sw-translate=""></small>
</div>
<div class="snippet_xml" style="display: none;">
<pre><code><?xml version="1.0"?>
<CreateInvoiceModel>
<Cia>string</Cia>
<Planta>string</Planta>
<RUC_Entidad>string</RUC_Entidad>
<Aut_SRI>string</Aut_SRI>
<ClaveAcceso>string</ClaveAcceso>
<Secuencial>string</Secuencial>
<FechaEmision>1970-01-01T00:00:00.001Z</FechaEmision>
<TotalFact>1.1</TotalFact>
<IVA_Fact>1.1</IVA_Fact>
<Val_Desc>true</Val_Desc>
<Debito_Aut>true</Debito_Aut>
<Desc_100>true</Desc_100>
<Grava_IVA>true</Grava_IVA>
<Descripcion>string</Descripcion>
<Cta_SAP>string</Cta_SAP>
<CentroCosto>
<Numero>string</Numero>
<Area>string</Area>
<Porcentaje>1.1</Porcentaje>
</CentroCosto>
<InternalOrden>
<Numero>string</Numero>
<Area>string</Area>
<Porcentaje>1.1</Porcentaje>
</InternalOrden>
<File_Xml>string</File_Xml>
<File_Pdf>string</File_Pdf>
</CreateInvoiceModel>
</code></pre>
<small class="notice" data-sw-translate=""></small>
</div>
</div>
</div>
</div>
</div>
</div>
</span></td>
</tr>
</tbody>
</table>
<div class="sandbox_header">
<input class="submit" type="submit" value="Try it out!" data-sw-translate="">
<a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
<span class="response_throbber" style="display:none"></span>
</div>
</form>
<form accept-charset="UTF-8" class="sandbox">
<div style="margin:0;padding:0;display:inline"></div>
<h4 data-sw-translate="">Parameters</h4>
<table class="fullwidth parameters">
<thead>
<tr>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
<th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
<th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
<th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
</tr>
</thead>
<tbody class="operation-params">
<tr>
<td class="code required"><label for="mmodel0.3130243750494519">model</label></td>
<td>
<textarea class="body-textarea required" placeholder="(required)" name="model" id="mmodel0.3130243750494519"></textarea>
<div class="editor_holder"></div>
<br>
<div class="parameter-content-type">
<div><label for="pct0.38041804236300947" data-sw-translate="">Parameter content type:</label>
<select name="parameterContentType" id="pct0.38041804236300947">
<option value="application/json">application/json</option>
<option value="text/json">text/json</option>
<option value="application/xml">application/xml</option>
<option value="text/xml">text/xml</option>
<option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
</select>
</div>
</div>
</td>
<td>
<strong><span class="markdown">
<p>Estructura JSON requerida para la creación del ticket (Plan vehículo)</p>
</span></strong>
</td>
<td>body</td>
<td><span class="model-signature">
<div>
<div>
<ul class="signature-nav">
<li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
<li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
</ul>
<div>
<div class="signature-container">
<div class="description" style="display: none;">
<span class="strong">CreateVehiclePlan {</span>
<div><span class="propName ">codigo_sap_empleado</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">descripcion</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">detalle</span> (<span class="propType">Array[Detalle]</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span><br><span class="strong">Detalle {</span>
<div><span class="propName ">codigo</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">km_reco</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>),</div>
<div><span class="propName ">motivo_reco</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
</div>
<div class="snippet" style="display: block;">
<div class="snippet_json" style="display: block;">
<pre><code>{
"codigo_sap_empleado": "string",
"descripcion": "string",
"detalle": [
{
"codigo": 0,
"km_reco": 0,
"motivo_reco": "string"
}
]
}</code></pre>
<small class="notice" data-sw-translate=""></small>
</div>
<div class="snippet_xml" style="display: none;">
<pre><code><?xml version="1.0"?>
<CreateVehiclePlan>
<codigo_sap_empleado>string</codigo_sap_empleado>
<descripcion>string</descripcion>
<detalle>
<codigo>1</codigo>
<km_reco>1</km_reco>
<motivo_reco>string</motivo_reco>
</detalle>
</CreateVehiclePlan>
</code></pre>
<small class="notice" data-sw-translate=""></small>
</div>
</div>
</div>
</div>
</div>
</div>
</span></td>
</tr>
</tbody>
</table>
<div class="sandbox_header">
<input class="submit" type="submit" value="Try it out!" data-sw-translate="">
<a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
<span class="response_throbber" style="display:none"></span>
</div>
</form>
<form accept-charset="UTF-8" class="sandbox">
<div style="margin:0;padding:0;display:inline"></div>
<h4 data-sw-translate="">Parameters</h4>
<table class="fullwidth parameters">
<thead>
<tr>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
<th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
<th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
<th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
<th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
</tr>
</thead>
<tbody class="operation-params">
<tr>
<td class="code required"><label for="mdocumentId0.3279602318054846">documentId</label></td>
<td>
<input class="parameter required" minlength="1" name="documentId" placeholder="(required)" id="mdocumentId0.3279602318054846" type="text" value="">
</td>
<td>
<strong><span class="markdown"></span></strong>
</td>
<td>path</td>
<td><span class="model-signature">integer</span></td>
</tr>
</tbody>
</table>
<div class="sandbox_header">
<input class="submit" type="submit" value="Try it out!" data-sw-translate="">
<a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
<span class="response_throbber" style="display:none"></span>
</div>
</form>
Text Content
swagger Explore WorkflowTickets API Web API pública para los clientes de Workflow Tickets. Created by Sismetic See more at http://www.sismetic.com Contact the developer * TICKET * Show/Hide * List Operations * Expand Operations * * POST /REQUESTS/CREATETICKET * Crea nuevo ticket en la plataforma IMPLEMENTATION NOTES Detalle de los campos: { "plantilla_guid": "Identificador GUID de la plantilla", "tipo_documento_guid": "Identificador Tipo Documento", "empresa_id": "Identificador Empresa", "planta_id": "Identificador Planta" } RESPONSE CLASS (STATUS 200) OK * Model * Example Value Inline Model {} {} <?xml version="1.0"?> <!-- invalid XML --> Response Content Type application/json text/json application/xml text/xml PARAMETERS Parameter Value Description Parameter Type Data Type model Parameter content type: application/json text/json application/xml text/xml application/x-www-form-urlencoded Estructura jSON requerida para la creación body * Model * Example Value CreateRequestModel { plantilla_guid (integer, optional), tipo_documento_id (integer, optional), empresa_id (integer, optional), planta_id (integer, optional) } { "plantilla_guid": 0, "tipo_documento_id": 0, "empresa_id": 0, "planta_id": 0 } <?xml version="1.0"?> <CreateRequestModel> <plantilla_guid>1</plantilla_guid> <tipo_documento_id>1</tipo_documento_id> <empresa_id>1</empresa_id> <planta_id>1</planta_id> </CreateRequestModel> Hide Response CURL REQUEST URL RESPONSE BODY RESPONSE CODE RESPONSE HEADERS * * POST /REQUESTS/CREATEINVOICE * Crea nueva factura IMPLEMENTATION NOTES Detalle de los campos: { "Cia": "Identificador de la compañía", "Planta": "Identificador de la planta", "TipoDoc": "Tipo de documento", "RUC_Entidad": "RUC de la entidad", "Aut_SRI": "Autorización del SRI", "ClaveAcceso": "Clave de acceso", "Secuencial": "Número secuencial", "FechaEmision": "Fecha de emisión", "TotalFact": "Total de la factura", "IVA_Fact": "IVA de la factura", "Val_Desc": "Valor de descuento", "Debito_Aut": "Débito automático", "Desc_100": "Descuento del 100%", "Grava_IVA": "Grava IVA", "Descripcion": "Descripción", "Cta_SAP": "Cuenta SAP", "CentroCosto": [ { "Numero": "Número del centro de costo", "Area": "Número del Area", "Porcentaje": "Porcentaje del centro de costo" }, ... ], "InternalOrden": [ { "Numero": "Número de la orden interna", "Area": "Número del Area", "Porcentaje": "Porcentaje de la orden interna" }, ... ], "File_Xml": "Archivo XML adjunto", "File_Pdf": "Archivo PDF adjunto" } RESPONSE CLASS (STATUS 200) OK * Model * Example Value Inline Model {} {} <?xml version="1.0"?> <!-- invalid XML --> Response Content Type application/json text/json application/xml text/xml PARAMETERS Parameter Value Description Parameter Type Data Type model Parameter content type: application/json text/json application/xml text/xml application/x-www-form-urlencoded Estructura jSON requerida para la creación de la factura body * Model * Example Value CreateInvoiceModel { Cia (string, optional), Planta (string, optional), RUC_Entidad (string, optional), Aut_SRI (string, optional), ClaveAcceso (string, optional), Secuencial (string, optional), FechaEmision (string, optional), TotalFact (number, optional), IVA_Fact (number, optional), Val_Desc (boolean, optional), Debito_Aut (boolean, optional), Desc_100 (boolean, optional), Grava_IVA (boolean, optional), Descripcion (string, optional), Cta_SAP (string, optional), CentroCosto (Array[CentroCosto], optional), InternalOrden (Array[InternalOrden], optional), File_Xml (string, optional), File_Pdf (string, optional) } CentroCosto { Numero (string, optional), Area (string, optional), Porcentaje (number, optional) } InternalOrden { Numero (string, optional), Area (string, optional), Porcentaje (number, optional) } { "Cia": "string", "Planta": "string", "RUC_Entidad": "string", "Aut_SRI": "string", "ClaveAcceso": "string", "Secuencial": "string", "FechaEmision": "2024-07-17T17:44:01.063Z", "TotalFact": 0, "IVA_Fact": 0, "Val_Desc": true, "Debito_Aut": true, "Desc_100": true, "Grava_IVA": true, "Descripcion": "string", "Cta_SAP": "string", "CentroCosto": [ { "Numero": "string", "Area": "string", "Porcentaje": 0 } ], "InternalOrden": [ { "Numero": "string", "Area": "string", "Porcentaje": 0 } ], "File_Xml": "string", "File_Pdf": "string" } <?xml version="1.0"?> <CreateInvoiceModel> <Cia>string</Cia> <Planta>string</Planta> <RUC_Entidad>string</RUC_Entidad> <Aut_SRI>string</Aut_SRI> <ClaveAcceso>string</ClaveAcceso> <Secuencial>string</Secuencial> <FechaEmision>1970-01-01T00:00:00.001Z</FechaEmision> <TotalFact>1.1</TotalFact> <IVA_Fact>1.1</IVA_Fact> <Val_Desc>true</Val_Desc> <Debito_Aut>true</Debito_Aut> <Desc_100>true</Desc_100> <Grava_IVA>true</Grava_IVA> <Descripcion>string</Descripcion> <Cta_SAP>string</Cta_SAP> <CentroCosto> <Numero>string</Numero> <Area>string</Area> <Porcentaje>1.1</Porcentaje> </CentroCosto> <InternalOrden> <Numero>string</Numero> <Area>string</Area> <Porcentaje>1.1</Porcentaje> </InternalOrden> <File_Xml>string</File_Xml> <File_Pdf>string</File_Pdf> </CreateInvoiceModel> Hide Response CURL REQUEST URL RESPONSE BODY RESPONSE CODE RESPONSE HEADERS * * POST /REQUESTS/CREATEVEHICLEPLAN * Crea un nuevo ticket en la plataforma. IMPLEMENTATION NOTES Detalle de los campos: { "codigo_sap_empleado": "Codigo SAP o vendor(SAP) del empleado", "descripcion": "Descripción del ticket", "detalle": [ { "codigo": "Identificador del recorrido", "km_reco": "Cantidad de kilómetros recorridos", "motivo_reco": "Motivo del recorrido" }, ... ] } RESPONSE CLASS (STATUS 200) OK * Model * Example Value Inline Model {} {} <?xml version="1.0"?> <!-- invalid XML --> Response Content Type application/json text/json application/xml text/xml PARAMETERS Parameter Value Description Parameter Type Data Type model Parameter content type: application/json text/json application/xml text/xml application/x-www-form-urlencoded Estructura JSON requerida para la creación del ticket (Plan vehículo) body * Model * Example Value CreateVehiclePlan { codigo_sap_empleado (string, optional), descripcion (string, optional), detalle (Array[Detalle], optional) } Detalle { codigo (integer, optional), km_reco (integer, optional), motivo_reco (string, optional) } { "codigo_sap_empleado": "string", "descripcion": "string", "detalle": [ { "codigo": 0, "km_reco": 0, "motivo_reco": "string" } ] } <?xml version="1.0"?> <CreateVehiclePlan> <codigo_sap_empleado>string</codigo_sap_empleado> <descripcion>string</descripcion> <detalle> <codigo>1</codigo> <km_reco>1</km_reco> <motivo_reco>string</motivo_reco> </detalle> </CreateVehiclePlan> Hide Response CURL REQUEST URL RESPONSE BODY RESPONSE CODE RESPONSE HEADERS * * GET /REQUESTS/STATUS/{DOCUMENTID} * RESPONSE CLASS (STATUS 200) OK * Model * Example Value Inline Model {} {} <?xml version="1.0"?> <!-- invalid XML --> Response Content Type application/json text/json application/xml text/xml PARAMETERS Parameter Value Description Parameter Type Data Type documentId path integer Hide Response CURL REQUEST URL RESPONSE BODY RESPONSE CODE RESPONSE HEADERS [ BASE URL: , API VERSION: V1 ]