AMService
Haga clic aquí para obtener una lista completa de operaciones.
Registra_FAC_TRF_COB_M
Registra facturas, tráficos y/o cobranza a partir de 1 o 2 remisiones.
Prueba
Haga clic en el botón 'Invocar', para probar la operación utilizando el protocolo HTTP POST.SOAP 1.1
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /AMService.asmx HTTP/1.1
Host: mimapsws.desarrollosti.com.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Registra_FAC_TRF_COB_M"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Registra_FAC_TRF_COB_M xmlns="http://tempuri.org/">
<folio_rem1>int</folio_rem1>
<folio_rem2>int</folio_rem2>
<s_uso_cfdi>string</s_uso_cfdi>
<s_hay_trafico>string</s_hay_trafico>
<s_hay_cobranza>string</s_hay_cobranza>
<importe_cobranza>decimal</importe_cobranza>
<s_moneda_cobranza>string</s_moneda_cobranza>
<s_docto_cobranza>string</s_docto_cobranza>
<s_forma_pago_sat>string</s_forma_pago_sat>
<s_num_tarjeta>string</s_num_tarjeta>
<s_codigo_banco>string</s_codigo_banco>
<num_autorizacion>int</num_autorizacion>
<s_id_transac_banco>string</s_id_transac_banco>
<s_engine_banco>string</s_engine_banco>
</Registra_FAC_TRF_COB_M>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Registra_FAC_TRF_COB_MResponse xmlns="http://tempuri.org/">
<Registra_FAC_TRF_COB_MResult>xmlxml</Registra_FAC_TRF_COB_MResult>
</Registra_FAC_TRF_COB_MResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /AMService.asmx HTTP/1.1
Host: mimapsws.desarrollosti.com.mx
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Registra_FAC_TRF_COB_M xmlns="http://tempuri.org/">
<folio_rem1>int</folio_rem1>
<folio_rem2>int</folio_rem2>
<s_uso_cfdi>string</s_uso_cfdi>
<s_hay_trafico>string</s_hay_trafico>
<s_hay_cobranza>string</s_hay_cobranza>
<importe_cobranza>decimal</importe_cobranza>
<s_moneda_cobranza>string</s_moneda_cobranza>
<s_docto_cobranza>string</s_docto_cobranza>
<s_forma_pago_sat>string</s_forma_pago_sat>
<s_num_tarjeta>string</s_num_tarjeta>
<s_codigo_banco>string</s_codigo_banco>
<num_autorizacion>int</num_autorizacion>
<s_id_transac_banco>string</s_id_transac_banco>
<s_engine_banco>string</s_engine_banco>
</Registra_FAC_TRF_COB_M>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Registra_FAC_TRF_COB_MResponse xmlns="http://tempuri.org/">
<Registra_FAC_TRF_COB_MResult>xmlxml</Registra_FAC_TRF_COB_MResult>
</Registra_FAC_TRF_COB_MResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
A continuación se muestra un ejemplo de solicitud y respuesta para HTTP GET. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
GET /AMService.asmx/Registra_FAC_TRF_COB_M?folio_rem1=string&folio_rem2=string&s_uso_cfdi=string&s_hay_trafico=string&s_hay_cobranza=string&importe_cobranza=string&s_moneda_cobranza=string&s_docto_cobranza=string&s_forma_pago_sat=string&s_num_tarjeta=string&s_codigo_banco=string&num_autorizacion=string&s_id_transac_banco=string&s_engine_banco=string HTTP/1.1 Host: mimapsws.desarrollosti.com.mx
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <DataTable xmlns="http://tempuri.org/">xmlxml</DataTable>
HTTP POST
A continuación se muestra un ejemplo de solicitud y respuesta para HTTP POST. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /AMService.asmx/Registra_FAC_TRF_COB_M HTTP/1.1 Host: mimapsws.desarrollosti.com.mx Content-Type: application/x-www-form-urlencoded Content-Length: length folio_rem1=string&folio_rem2=string&s_uso_cfdi=string&s_hay_trafico=string&s_hay_cobranza=string&importe_cobranza=string&s_moneda_cobranza=string&s_docto_cobranza=string&s_forma_pago_sat=string&s_num_tarjeta=string&s_codigo_banco=string&num_autorizacion=string&s_id_transac_banco=string&s_engine_banco=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <DataTable xmlns="http://tempuri.org/">xmlxml</DataTable>