Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DescripciónEste servicio recibe el estatus de facturación de un documento
MétodoPUT
URL

https://homol.uno-internacional.com/sif/v3/empresas/00000000-0000-1000-0000-000000000001/documents/billing/status

Status
subtletrue
colourBlue
titleEjemplo
 
Status
subtletrue
colourYellow
titleInactivo

Payload


Code Block
languagephp
titleJSON Schema
collapsetrue
{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"type": "object",
	"properties": {
		"reference": {
			"type": "string"
		},
		"error": {
			"type": "stringobject"
		},
		"status": {
			"type": "string"
		},
		"folio": {
			"type": "string"
		},
		"type": {
			"type": "string"
		}
	},
	"required": [
		"reference",
		"error",
		"status",
		"folio",
		"type"
	]
}


Code Block
languagephp
titleEjemplo de Payload
collapsetrue
{
	"reference": "0016921514",
	"error": {},
	"status": "OK",
	"folio": "524826",
	"type": ""
}