<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-426614174001</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>PEN</cbc:StatusReasonCode>
<cbc:StatusReason>Invoice in process</cbc:StatusReason>
</cac:Status>
</cac:Response>
</cac:DocumentResponse>
</ar:ApplicationResponse>
</ApplicationResponseBatch>
Pending 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."],[[["\u003cp\u003eThe file, "FileName_TokenID," was successfully processed by the vendor.\u003c/p\u003e\n"],["\u003cp\u003eAn invoice with UUID "123e4567-e89b-12d3-a456-426614174001" is currently in process and pending further action.\u003c/p\u003e\n"],["\u003cp\u003eThe ApplicationResponse was issued on June 2, 2023, at 8:20 AM PST by Vendor_Name and sent to Google.\u003c/p\u003e\n"]]],[],null,["# Pending response\n\n \u003cApplicationResponseBatch\n xmlns:ar='urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2'\n xmlns:cac='urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2'\n xmlns:cbc='urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2'\n xmlns:ext=\"urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2\"\u003e\n \u003cRequestFileName\u003eFileName_TokenID\u003c/RequestFileName\u003e\n \u003cFileStatus\u003e\n \u003cStatusCode\u003eS\u003c/StatusCode\u003e\n \u003cStatusDescription\u003eSuccessfully Processed\u003c/StatusDescription\u003e\n \u003c/FileStatus\u003e\n \u003car:ApplicationResponse\u003e\n \u003ccbc:UUID\u003e123e4567-e89b-12d3-a456-426614174001\u003c/cbc:UUID\u003e\n \u003ccbc:IssueDate\u003e2023-06-02\u003c/cbc:IssueDate\u003e\n \u003ccbc:IssueTime\u003e08:20:00-08:00\u003c/cbc:IssueTime\u003e\n \u003ccac:SenderParty\u003e\n \u003ccac:PartyName\u003e\n \u003ccbc:Name\u003eVendor_Name\u003c/cbc:Name\u003e\n \u003c/cac:PartyName\u003e\n \u003c/cac:SenderParty\u003e\n \u003ccac:ReceiverParty\u003e\n \u003ccac:PartyName\u003e\n \u003ccbc:Name\u003eGoogle\u003c/cbc:Name\u003e\n \u003c/cac:PartyName\u003e\n \u003c/cac:ReceiverParty\u003e\n \u003ccac:DocumentResponse\u003e\n \u003ccac:Response\u003e\n \u003ccac:Status\u003e\n \u003ccbc:StatusReasonCode\u003ePEN\u003c/cbc:StatusReasonCode\u003e\n \u003ccbc:StatusReason\u003eInvoice in process\u003c/cbc:StatusReason\u003e\n \u003c/cac:Status\u003e\n \u003c/cac:Response\u003e\n \u003c/cac:DocumentResponse\u003e\n \u003c/ar:ApplicationResponse\u003e\n \u003c/ApplicationResponseBatch\u003e"]]