Commit da43c4aa authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Removing temp files and adding initial examples

parent 83e5d635
Loading
Loading
Loading
Loading
Loading
+0 −38
Original line number Diff line number Diff line
{
    "@xsi:type": "{http://uri.etsi.org/03120/common/2020/09/Task}LITaskObject",
    "ObjectIdentifier": "2b36a78b-b628-416d-bd22-404e68a0cd36",
    "CountryCode": "XX",
    "OwnerIdentifier": "ACTOR01",
    "AssociatedObjects": {
        "AssociatedObject": ["7dbbc880-8750-4d3c-abe7-ea4a17646045"]
    },
    "task:Reference": "LIID1",
    "task:TargetIdentifier": {
        "task:TargetIdentifierValues": {
            "task:TargetIdentifierValue": [{
                "task:FormatType": {
                    "task:FormatOwner": "ETSI",
                    "task:FormatName": "InternationalE164"
                },
                "task:Value": "442079460223"
            }]
        }
    },
    "task:DeliveryType": {
        "common:Owner": "ETSI",
        "common:Name": "TaskDeliveryType",
        "common:Value": "IRIandCC"
    },
    "task:DeliveryDetails": {
        "task:DeliveryDestination": [{
            "task:DeliveryAddress": {
                "IPv4Address": "192.0.2.0"
            }
        }]
    },
    "task:CSPID": {
        "CountryCode": "XX",
        "UniqueIdentifier": "RECVER01"
    }

}
 No newline at end of file
+0 −4
Original line number Diff line number Diff line
{
    "$id": "ts_103120_Task_2020_09",
    "$ref" : "#/$defs/RequestPayload"
}  
 No newline at end of file
+90 −84
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
            "ActionIdentifier": 0,
            "CREATE": {
              "HI1Object": {
                                "@xsi:type": "auth:AuthorisationObject",
                "@xsi:type": "{http://uri.etsi.org/03120/common/2020/09/Authorisation}AuthorisationObject",
                "ObjectIdentifier": "7dbbc880-8750-4d3c-abe7-ea4a17646045",
                "CountryCode": "XX",
                "OwnerIdentifier": "ACTOR01",
@@ -45,23 +45,27 @@
            "ActionIdentifier": 1,
            "CREATE": {
              "HI1Object": {
                                "@xsi:type": "task:LITaskObject",
                "@xsi:type": "{http://uri.etsi.org/03120/common/2020/09/Task}LITaskObject",
                "ObjectIdentifier": "2b36a78b-b628-416d-bd22-404e68a0cd36",
                "CountryCode": "XX",
                "OwnerIdentifier": "ACTOR01",
                "AssociatedObjects": {
                                    "AssociatedObject": "7dbbc880-8750-4d3c-abe7-ea4a17646045"
                  "AssociatedObject": [
                    "7dbbc880-8750-4d3c-abe7-ea4a17646045"
                  ]
                },
                "task:Reference": "LIID1",
                "task:TargetIdentifier": {
                  "task:TargetIdentifierValues": {
                                        "task:TargetIdentifierValue": {
                    "task:TargetIdentifierValue": [
                      {
                        "task:FormatType": {
                          "task:FormatOwner": "ETSI",
                          "task:FormatName": "InternationalE164"
                        },
                        "task:Value": "442079460223"
                      }
                    ]
                  }
                },
                "task:DeliveryType": {
@@ -70,11 +74,13 @@
                  "common:Value": "IRIandCC"
                },
                "task:DeliveryDetails": {
                                    "task:DeliveryDestination": {
                  "task:DeliveryDestination": [
                    {
                      "task:DeliveryAddress": {
                        "task:IPv4Address": "192.0.2.0"
                      }
                    }
                  ]
                },
                "task:CSPID": {
                  "CountryCode": "XX",
+0 −43
Original line number Diff line number Diff line
{
    "Header": {
        "SenderIdentifier": {
            "CountryCode": "XX",
            "UniqueIdentifier": "ACTOR01"
        },
        "ReceiverIdentifier": {
            "CountryCode": "XX",
            "UniqueIdentifier": "ACTOR02"
        },
        "TransactionIdentifier": "c02358b2-76cf-4ba4-a8eb-f6436ccaea2e",
        "Timestamp": "2015-09-01T12:00:00.000000Z",
        "Version": {
            "ETSIVersion": "V1.13.1",
            "NationalProfileOwner": "XX",
            "NationalProfileVersion": "v1.0"
        }
    },
    "Payload": {
        "RequestPayload": {
            "ActionRequests": {
                "ActionRequest": [
                    {
                        "ActionIdentifier": 0,
                        "CREATE": {
                            "HI1Object": {
                                "@xsi:type": "{http://uri.etsi.org/03120/common/2020/09/Authorisation}AuthorisationObject",
                                "ObjectIdentifier": "7dbbc880-8750-4d3c-abe7-ea4a17646045",
                                "CountryCode": "XX",
                                "OwnerIdentifier": "ACTOR01",
                                "AuthorisationReference": "W000001",
                                "AuthorisationTimespan": {
                                    "StartTime": "2015-09-01T12:00:00Z",
                                    "EndTime": "2015-12-01T12:00:00Z"
                                }
                            }
                        }
                    }
                ]
            }
        }
    }
}
 No newline at end of file
+0 −33
Original line number Diff line number Diff line
{
    "Header": {
        "SenderIdentifier": {
            "CountryCode": "XX",
            "UniqueIdentifier": "ACTOR01"
        },
        "ReceiverIdentifier": {
            "CountryCode": "XX",
            "UniqueIdentifier": "ACTOR02"
        },
        "TransactionIdentifier": "c02358b2-76cf-4ba4-a8eb-f6436ccaea2e",
        "Timestamp": "2015-09-01T12:00:00.000000Z",
        "Version": {
            "ETSIVersion": "V1.13.1",
            "NationalProfileOwner": "XX",
            "NationalProfileVersion": "v1.0"
        }
    },
    "Payload": {
        "RequestPayload": {
            "ActionRequests": {
                "ActionRequest": [
                    {
                        "ActionIdentifier": 1,
                        "GET": {
                            "Identifier" : "c02358b2-76cf-4ba4-a8eb-f6436ccaea2e"
                        }
                    }
                ]
            }
        }
    }
}
 No newline at end of file
Loading