Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Actualizar estatus de facturación de un documento

DescripciónEste servicio recibe el estatus de facturación de un documento
MétodoPUT
URL
Payload
JSON Schema
{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"type": "object",
	"properties": {
		"reference": {
			"type": "string"
		},
		"error": {
			"type": "string"
		},
		"status": {
			"type": "string"
		},
		"folio": {
			"type": "string"
		},
		"type": {
			"type": "string"
		}
	},
	"required": [
		"reference",
		"error",
		"status",
		"folio",
		"type"
	]
}
  • No labels