MessageLevelStatus

Base DespatchAdvice example

Sample origin: https://docs.peppol.eu/edelivery/specs/mls/v1.0.0/mls/

{
  "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:peppol:edec:mls:1.0"
      }
    ],
    "cbc:ProfileID": [
      {
        "_": "urn:peppol:edec:mls"
      }
    ],
    "cbc:ID": [
      {
        "_": "MLS-ID123"
      }
    ],
    "cbc:IssueDate": [
      {
        "_": "2025-03-11"
      }
    ],
    "cbc:IssueTime": [
      {
        "_": "12:00:00Z"
      }
    ],
    "cac:SenderParty": [
      {
        "cbc:EndpointID": [
          {
            "_": "123456",
            "$": {
              "schemeID": "0299"
            }
          }
        ]
      }
    ],
    "cac:ReceiverParty": [
      {
        "cbc:EndpointID": [
          {
            "_": "234567",
            "$": {
              "schemeID": "0299"
            }
          }
        ]
      }
    ],
    "cac:DocumentResponse": [
      {
        "cac:Response": [
          {
            "cbc:ResponseCode": [
              {
                "_": "AB"
              }
            ]
          }
        ],
        "cac:DocumentReference": [
          {
            "cbc:ID": [
              {
                "_": "90f14eff-3705-4869-ad3c-caae270a234e"
              }
            ]
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?