<ApplicationResponseBatch
xmlns:ar='urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2'
xmlns:cac='urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2'
xmlns:cbc='urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2'
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2">
<RequestFileName>FileName_TokenID</RequestFileName>
<FileStatus>
<StatusCode>S</StatusCode>
<StatusDescription>Successfully Processed</StatusDescription>
</FileStatus>
<ar:ApplicationResponse>
<cbc:UUID>123e4567-e89b-12d3-a456-426614174000</cbc:UUID>
<cbc:IssueDate>2023-06-02</cbc:IssueDate>
<cbc:IssueTime>08:20:00-08:00</cbc:IssueTime>
<cac:SenderParty>
<cac:PartyName>
<cbc:Name>Vendor_Name</cbc:Name>
</cac:PartyName>
</cac:SenderParty>
<cac:ReceiverParty>
<cac:PartyName>
<cbc:Name>Google</cbc:Name>
</cac:PartyName>
</cac:ReceiverParty>
<cac:DocumentResponse>
<cac:Response>
<cac:Status>
<cbc:StatusReasonCode>REF</cbc:StatusReasonCode>
<cbc:StatusReason>Tax ID is not correct</cbc:StatusReason>
</cac:Status>
</cac:Response>
</cac:DocumentResponse>
</ar:ApplicationResponse>
<ar:ApplicationResponse>
<cbc:UUID>123e4567-e89b-12d3-a456-426614174001</cbc:UUID>
<cbc:IssueDate>2023-06-02</cbc:IssueDate>
<cbc:IssueTime>08:30:00-08:00</cbc:IssueTime>
<cac:SenderParty>
<cac:PartyName>
<cbc:Name>Vendor_Name</cbc:Name>
</cac:PartyName>
</cac:SenderParty>
<cac:ReceiverParty>
<cac:PartyName>
<cbc:Name>Google</cbc:Name>
</cac:PartyName>
</cac:ReceiverParty>
<cac:DocumentResponse>
<cac:Response>
<cac:Status>
<cbc:StatusReasonCode>SVE</cbc:StatusReasonCode>
<cbc:StatusReason>Invalid Format</cbc:StatusReason>
</cac:Status>
</cac:Response>
</cac:DocumentResponse>
</ar:ApplicationResponse>
</ApplicationResponseBatch>
Document-Level Error Response
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["The file \"FileName_TokenID\" was successfully processed."],["Two application responses are included, both issued by \"Vendor_Name\" to \"Google\" on June 2nd, 2023."],["The first application response (UUID: 123e4567-e89b-12d3-a456-426614174000) indicates an issue with the Tax ID, which is incorrect."],["The second application response (UUID: 123e4567-e89b-12d3-a456-426614174001) reports an \"Invalid Format\" error."]]],[]]