Commit 0e5383ce authored by Mark Canterbury's avatar Mark Canterbury
Browse files

adding deliver

parent 88b4a52a
Loading
Loading
Loading
Loading
+13 −5
Original line number Original line Diff line number Diff line
@@ -46,17 +46,24 @@
                  "ObjectIdentifier": "2bc9150c-b6c8-42cc-bea1-cfb374f598d7",
                  "ObjectIdentifier": "2bc9150c-b6c8-42cc-bea1-cfb374f598d7",
                  "CountryCode": "XX",
                  "CountryCode": "XX",
                  "OwnerIdentifier": "ACTOR01",
                  "OwnerIdentifier": "ACTOR01",
                  "AssociatedObjects": {
                  "AssociatedObjects": { "AssociatedObject": ["2d775e35-2f5b-4569-bab7-d3234bef77bb"]},
                    "AssociatedObject": [
                      "2d775e35-2f5b-4569-bab7-d3234bef77bb"
                    ]
                  },
                  "task:Reference": "XX-REF-0001",
                  "task:Reference": "XX-REF-0001",
                  "task:RequestDetails": {
                  "task:RequestDetails": {
                    "task:Type" : {
                    "task:Type" : {
                        "common:Owner" : "ETSI",
                        "common:Owner" : "ETSI",
                        "common:Name" : "TS103976RequestType",
                        "common:Name" : "TS103976RequestType",
                        "common:Value" : "VINtoIMEI"
                        "common:Value" : "VINtoIMEI"
                    },
                  "task:RequestValues" : {
                    "task:RequestValue" : [
                      {
                        "task:FormatType" : {
                          "task:FormatOwner" : "ETSI",
                          "task:FormatName"  : "VIN"
                        },
                        "task:Value" : "VIN_goes_here"
                      }
                    ]
                    }
                    }
                  }
                  }
                }
                }
@@ -70,6 +77,7 @@
                    "ObjectIdentifier": "fd342773-d87f-4dee-ae48-9cd94f08d85d",
                    "ObjectIdentifier": "fd342773-d87f-4dee-ae48-9cd94f08d85d",
                    "CountryCode": "XX",
                    "CountryCode": "XX",
                    "OwnerIdentifier": "ACTOR01",
                    "OwnerIdentifier": "ACTOR01",
                    "AssociatedObjects": { "AssociatedObject": [ "2d775e35-2f5b-4569-bab7-d3234bef77bb" ]},
                    "doc:DocumentReference" : "AuthorisationReference",
                    "doc:DocumentReference" : "AuthorisationReference",
                    "doc:DocumentBody" : {
                    "doc:DocumentBody" : {
                        "doc:Contents" : "base64data",
                        "doc:Contents" : "base64data",

103976/03_deliver.json

0 → 100644
+63 −0
Original line number Original line Diff line number Diff line
{
  "@xmlns": "http://uri.etsi.org/03120/common/2019/10/Core",
  "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
  "@xmlns:task": "http://uri.etsi.org/03120/common/2020/09/Task",
  "@xmlns:delivery": "http://uri.etsi.org/03120/common/2019/10/Delivery",
  "@xmlns:common": "http://uri.etsi.org/03120/common/2016/02/Common",
  "Header": {
    "SenderIdentifier": {
      "CountryCode": "XX",
      "UniqueIdentifier": "ACTOR2"
    },
    "ReceiverIdentifier": {
      "CountryCode": "XX",
      "UniqueIdentifier": "ACTOR1"
    },
    "TransactionIdentifier": "c87bd391-2daf-49fc-910d-8ede9e43bdd3",
    "Timestamp": "2023-10-11T08:25:01.000000Z",
    "Version": {
      "ETSIVersion": "V1.14.1",
      "NationalProfileOwner": "XX",
      "NationalProfileVersion": "v1.0"
    }
  },
  "Payload": {
    "RequestPayload": {
      "ActionRequests": {
        "ActionRequest": [
          {
            "ActionIdentifier": 0,
            "DELIVER": {
              "Identifier": "03b329d8-d422-4469-8cea-e1803e612104",
              "HI1Object": {
                "@xsi:type": "{http://uri.etsi.org/03120/common/2019/10/Delivery}DeliveryObject",
                "ObjectIdentifier": "03b329d8-d422-4469-8cea-e1803e612104",
                "AssociatedObjects": { "AssociatedObject": ["2bc9150c-b6c8-42cc-bea1-cfb374f598d7"]},
                "delivery:Reference": { "delivery:LDID": "XX-REF-0001" },
                "delivery:DeliveryID": "ca952a02-9780-40b5-826b-ebfd7b988116",
                "delivery:SequenceNumber": 1,
                "delivery:LastSequence": true,
                "delivery:Manifest": {
                  "delivery:Specification": {
                    "common:Owner": "ETSI",
                    "common:Name": "ManifestSpecification",
                    "common:Value": "TS103976"
                  }
                },
                "delivery:Delivery": {
                  "delivery:JSONData": {
                    "results" : [
                      { "IMEI" : "004401234567890" },
                      { "IMEI" : "004401234567891" },
                      { "IMEI" : "004401234567892" }
                    ]
                  }
                }
              }
            }
          }
        ]
      }
    }
  }
}