# StoreXML endpoint This method stores the trama XML and CDR. Endpoint: POST /integrator/storeXml Version: 1.0.3 Security: bearerAuth ## Request fields (application/json): - `ruc` (string, required) Ruc - `docType` (string, required) Document type - `docSerial` (string, required) Document Serial - `docNumber` (string, required) Document Number - `format` (string, required) Document format - `xml` (string, required) Document trama XML - `cdr` (string, required) Document trama CDR