Recibo del bien o prestación del servicio
Ejemplo:
mutation {
eventInvoiceProductsReception(
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: "122335676532322455"
# Fecha de recepcion del producto/servicio
receptionDate: "2023-07-13T12:18:37Z"
}
) {
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:
(Updated:
)