Commit 140cfeaa authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Adding new stuff

parent fc63aa78
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
{
    "@xsi:type": "{http://uri.etsi.org/03120/common/2020/09/Authorisation}AuthorisationObject",
    "ObjectIdentifier": "7dbbc880-8750-4d3c-abe7-ea4a17646045",
    "CountryCode": "GB",
    "OwnerIdentifier": "ACTOR01",
    "AuthorisationReference": "W000001",
    "AuthorisationTimespan": {
        "StartTime": "2015-09-01T12:00:00Z",
        "EndTime": "2015-12-01T12:00:00Z"
    }
}
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
{
    "$id": "ts_103120_Authorisation_2020_09",
    "$ref" : "ts_103120_Authorisation_2020_09#/$defs/AuthorisationObject"
}  
 No newline at end of file
+43 −0
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
+33 −0
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
+47 −0
Original line number Diff line number Diff line
{
    "Header" : {
        "SenderIdentifier" : {
            "CountryCode" : "XX",
            "UniqueIdentifier" : "ACTOR01"
        },
        "ReceiverIdentifier" : {
            "CountryCode" : "YY",
            "UniqueIdentifier" : "ACTOR02"            
        },
        "TransactionIdentifier" : "c4a09046-61da-485b-83f2-ca12caebf40b",
        "Timestamp" : "2022-06-10T15:50:00.000000Z",
        "Version" : {
            "ETSIVersion" : "V1.11.2",
            "NationalProfileOwner" : "NA",
            "NationalProfileVersion" : "NA"
        }
    },
    "Payload" : {
        "ResponsePayload" : {
            "ActionResponses" : {
                "ActionResponse" : [{
                    "ActionIdentifier" : 0,
                    "CREATEResponse" : {
                        "Identifier" : "f25dec16-927c-433b-959c-1886182cac58",
                        "HI1Object" : {
                            "xsiType" : "{http://uri.etsi.org/03120/common/2020/09/Task}LITaskObject",
                            "ObjectIdentifier" : "d980e335-d17a-471f-bb40-cddf4457fd6b",
                            "Reference" : "LIID",
                            "TargetIdentifier" : {
                                "TargetIdentifierValues" : {
                                    "TargetIdentifierValue" : [ {
                                        "FormatType" : {
                                            "FormatOwner" : "ETSI",
                                            "FormatName" : "InternationalE164"
                                        },
                                        "Value" : "447700900123"
                                    } ]
                                }
                            }
                        }
                    }
                }]
            }
        }
    }
}
Loading