Update the total, status and message of the batch process.

Parámetros URI


No se tienen parámetros

Atributos de la petición


idProcess ( integer )

msg ( string )

IsEndInvoiceProcess ( boolean )

total ( integer )

successTotal ( integer )

status ( integer )

Argumentos de respuesta

http status code.

IHttpActionResult

No se tienen parámetros

http method:

POST

https://apisandbox.facturama.mx/BatchProcess/update/msg

Ejemplo de Petición

application/json, text/json

Ejemplo:
{
  "idProcess": 1,
  "msg": "sample string 2",
  "IsEndInvoiceProcess": true,
  "total": 4,
  "successTotal": 5,
  "status": 6
}

Ejemplo de Respuesta

application/json, text/json

Ejemplo:

Sample not available.