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ón | Este servicio recibe el estatus de facturación de un documento |
---|
Método | PUT |
---|
URL | |
---|
Payload |
{
"$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"
]
}
|
---|