Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

OAGi SME Express Pack Files

Download zip file produced on 2021-11-08

This zip file contains the following resources for all messages specified for this express pack.

  • JSON schema

  • Open API spec (JSON)

  • Open API spec (YAML)

  • XML schema

  • Example JSON instance

Sample Payload

{
  "confirmBod": {
    "releaseIdentifier": "10.7",
    "systemEnvironmentCode": "DEV",
    "applicationArea": {
      "sender": {
        "identifier": "MarySmallBusiness"
      },
      "receiver": {
        "identifier": "LargeCustomerA"
      },
      "creationDateTime": "2021-03-02T19:47:06.158Z",
      "scenarioIdentifier": "Order-to-Cash",
      "correlationIdentifier": "a57773f6-2666-4d67-b6aa-c4155c873aff",
      "bodIdentifier": "PurchaseOrder"
    },
    "dataArea": {
      "confirm": {
        "originalApplicationArea": {
          "sender": {
            "identifier": "LargeCustomerA"
          },
          "receiver": {
            "identifier": "MarySmallBusiness"
          },
          "creationDateTime": "2021-03-02T19:47:06.158Z",
          "scenarioIdentifier": "Order-to-Cash",
          "correlationIdentifier": "a57773f6-2666-4d67-b6aa-c4155c873aff",
          "bodIdentifier": "PurchaseOrder"
        }
      },
      "bod": {
        "actionCode": "POST",
        "identifier": "123232",
        "bodIdentifier": "PurchaseOrder",
        "processingResultCode": "Success",
        "bodFailureMessage": {
          "errorProcessMessage": [
            {
              "typeCode": "NA",
              "identifier": {
                "content": "ORA-12320",
                "schemeIdentifier": "DB",
                "schemeAgencyIdentifier": "Oracle"
              },
              "description": "NA",
              "reasonCode": "NA"
            }
          ]
        }
      }
    }
  }
}
  • No labels