Aceptación tácita de factura electrónica de venta

Ejemplo:

mutation {
	eventInvoiceTacitAcceptance(
		data: {
			# Descripción de la persona/entidad que recibió la factura de venta electrónica FEV.
			documentReceivedBy: {
				contact: {
					email: "juanRodriguez@gmail.com"
					telephone: "3203476521"
				}
				partyIdentification: {
					identifier: "56729394"
					idType: CC
				}
				partyName: {
					firstName: "Juan"
					secondName: "Felipe"
					firstSurname: "Rodriguez"
				}
			}
			# Fecha y hora de la emision del evento
			issueDate: "2023-07-13T12:18:37Z"
			# UID de la factura
			saleInvoiceUid: "122335676532322455"
		}
	){
		event {
			additionalDocuments {
				data
				fileType
				filename
			}
			applicationResponse
			documentId
			eventDescription
			eventType
		}
		errors {
			helpText
			id
			language
			message
			subType
			title
			type
		}
		warnings {
			helpText
			id
			language
			message
			subType
			title
			type
		}
		notifications {
			helpText
			id
			language
			message
			subType
			title
			type
		}
	}
}
Created:

Todos los derechos reservados © 2019-2023 - yabi•co®