CatalogueResponse
Base Catalogue example
Sample origin: https://github.com/OpenPEPPOL/poacc-upgrade-3/blob/master/rules/examples/CatalogueResponse_Example.xml
{
"ApplicationResponse": {
"$": {
"xmlns": "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"
},
"cbc:CustomizationID": [
{
"_": "urn:fdc:peppol.eu:poacc:trns:catalogue_response:3"
}
],
"cbc:ProfileID": [
{
"_": "urn:fdc:peppol.eu:poacc:bis:catalogue_only:3"
}
],
"cbc:ID": [
{
"_": "imrid001"
}
],
"cbc:IssueDate": [
{
"_": "2017-12-01"
}
],
"cbc:IssueTime": [
{
"_": "12:00:00"
}
],
"cbc:Note": [
{
"_": "text"
}
],
"cac:SenderParty": [
{
"cbc:EndpointID": [
{
"_": "5798000012349",
"$": {
"schemeID": "0088"
}
}
],
"cac:PartyIdentification": [
{
"cbc:ID": [
{
"_": "DK88776655",
"$": {
"schemeID": "0184"
}
}
]
}
],
"cac:PartyLegalEntity": [
{
"cbc:RegistrationName": [
{
"_": "Buyer organization"
}
]
}
]
}
],
"cac:ReceiverParty": [
{
"cbc:EndpointID": [
{
"_": "7330001000000",
"$": {
"schemeID": "0088"
}
}
],
"cac:PartyIdentification": [
{
"cbc:ID": [
{
"_": "987654325",
"$": {
"schemeID": "0192"
}
}
]
}
],
"cac:PartyLegalEntity": [
{
"cbc:RegistrationName": [
{
"_": "Seller company"
}
]
}
]
}
],
"cac:DocumentResponse": [
{
"cac:Response": [
{
"cbc:ResponseCode": [
{
"_": "AP"
}
]
}
],
"cac:DocumentReference": [
{
"cbc:ID": [
{
"_": "Cat-1"
}
],
"cbc:VersionID": [
{
"_": "2.0"
}
]
}
]
}
]
}
}<?xml version="1.0" encoding="UTF-8"?>
<ApplicationResponse xmlns="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">
<cbc:CustomizationID>urn:fdc:peppol.eu:poacc:trns:catalogue_response:3</cbc:CustomizationID>
<cbc:ProfileID>urn:fdc:peppol.eu:poacc:bis:catalogue_only:3</cbc:ProfileID>
<cbc:ID>imrid001</cbc:ID>
<cbc:IssueDate>2017-12-01</cbc:IssueDate>
<cbc:IssueTime>12:00:00</cbc:IssueTime>
<cbc:Note>text</cbc:Note>
<cac:SenderParty>
<cbc:EndpointID schemeID="0088">5798000012349</cbc:EndpointID>
<cac:PartyIdentification>
<cbc:ID schemeID="0184">DK88776655</cbc:ID>
</cac:PartyIdentification>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Buyer organization</cbc:RegistrationName>
</cac:PartyLegalEntity>
</cac:SenderParty>
<cac:ReceiverParty>
<cbc:EndpointID schemeID="0088">7330001000000</cbc:EndpointID>
<cac:PartyIdentification>
<cbc:ID schemeID="0192">987654325</cbc:ID>
</cac:PartyIdentification>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Seller company</cbc:RegistrationName>
</cac:PartyLegalEntity>
</cac:ReceiverParty>
<cac:DocumentResponse>
<cac:Response>
<cbc:ResponseCode>AP</cbc:ResponseCode>
</cac:Response>
<cac:DocumentReference>
<cbc:ID>Cat-1</cbc:ID>
<cbc:VersionID>2.0</cbc:VersionID>
</cac:DocumentReference>
</cac:DocumentResponse>
</ApplicationResponse>Last updated
Was this helpful?

