generateEDIXML
mutation
Generate EDI XML
Generates an EDI (Electronic Data Interchange) XML file from the specified documents in the chosen format (e.g., UBL, CIUS-PT).
mutation {
generateEDIXML(companyId: Int!, documentIds: [Int!]!, format: EDIFormats!): GenerateEDIResponse!
}Returns: GenerateEDIResponse!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentIds | [Int!]! | |
format | EDIFormats! |