Reclamo de la Factura Electrónica de Venta

Ejemplo:

mutation {
	eventInvoiceRejection(
		data: {
			# Descripción de la persona/entidad responsable de generar el evento
			eventGeneratedBy: {
				partyIdentification: {
					# Numero de identificacion de la persona
					identifier: "20959210"
					# Tipo de identificación 
					idType: CC
				}
				partyName: {
					firstName: "Yeimmy"
					secondName: "Rocio"
					firstSurname: "Moron"
					secondSurname: "Rayo"
				}
			}
			# 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
			purchaseInvoiceUid: "99767e8d-0f62-4f97-b672-815ed75219db"
			# Motivo del rechazo
			reason: "Rechazo de la factura por items incorrectos"
		}
	){
		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®