request4.xml 3.47 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
2
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task" xmlns:auth="http://uri.etsi.org/03120/common/2020/09/Authorisation">
3
4
5
  <Header>
    <SenderIdentifier>
      <CountryCode>XX</CountryCode>
6
      <UniqueIdentifier>ACTOR01</UniqueIdentifier>
7
8
9
    </SenderIdentifier>
    <ReceiverIdentifier>
      <CountryCode>XX</CountryCode>
10
      <UniqueIdentifier>ACTOR02</UniqueIdentifier>
11
12
13
14
    </ReceiverIdentifier>
    <TransactionIdentifier>c02358b2-76cf-4ba4-a8eb-f6436ccaea2e</TransactionIdentifier>
    <Timestamp>2019-09-30T13:37:00.000000Z</Timestamp>
    <Version>
15
      <ETSIVersion>V1.8.1</ETSIVersion>
16
17
18
19
20
21
22
23
24
25
26
27
28
      <NationalProfileOwner>XX</NationalProfileOwner>
      <NationalProfileVersion>v1.0</NationalProfileVersion>
    </Version>
  </Header>
  <Payload>
    <RequestPayload>
      <ActionRequests>
        <ActionRequest>
          <ActionIdentifier>0</ActionIdentifier>
          <CREATE>
            <HI1Object xsi:type="auth:AuthorisationObject">
              <ObjectIdentifier>7dbbc880-8750-4d3c-abe7-ea4a17646045</ObjectIdentifier>
              <CountryCode>XX</CountryCode>
29
              <OwnerIdentifier>ACTOR01</OwnerIdentifier>
30
31
32
33
34
35
36
37
38
39
40
41
42
43
              <auth:AuthorisationReference>W000001</auth:AuthorisationReference>
              <auth:AuthorisationTimespan>
                <auth:StartTime>2019-09-30T12:00:00Z</auth:StartTime>
                <auth:EndTime>2019-12-01T12:00:00Z</auth:EndTime>
              </auth:AuthorisationTimespan>
            </HI1Object>
          </CREATE>
        </ActionRequest>
        <ActionRequest>
          <ActionIdentifier>1</ActionIdentifier>
          <CREATE>
            <HI1Object xsi:type="task:LDTaskObject">
              <ObjectIdentifier>2b36a78b-b628-416d-bd22-404e68a0cd36</ObjectIdentifier>
              <CountryCode>XX</CountryCode>
44
              <OwnerIdentifier>ACTOR01</OwnerIdentifier>
45
46
47
              <AssociatedObjects>
                <AssociatedObject>7dbbc880-8750-4d3c-abe7-ea4a17646045</AssociatedObject>
              </AssociatedObjects>
48
              <task:Reference>XX-ACTOR01-1234</task:Reference>
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
              <task:RequestDetails>
                <task:StartTime>2019-09-30T12:00:00Z</task:StartTime>
                <task:EndTime>2019-12-30T12:00:00Z</task:EndTime>
                <task:RequestValues>
                  <task:RequestValue>
                    <task:FormatType>
                      <task:FormatOwner>ETSI</task:FormatOwner>
                      <task:FormatName>InternationalE164</task:FormatName>
                    </task:FormatType>
                    <task:Value>+31701234567</task:Value>
                  </task:RequestValue>
                </task:RequestValues>
              </task:RequestDetails>
              <task:DeliveryDetails>
                <task:LDDeliveryDestination>
                  <task:DeliveryAddress>
                    <task:IPv4Address>192.0.2.0</task:IPv4Address>
                  </task:DeliveryAddress>
                </task:LDDeliveryDestination>
              </task:DeliveryDetails>
              <task:CSPID>
                <CountryCode>XX</CountryCode>
71
                <UniqueIdentifier>ACTOR02</UniqueIdentifier>
72
73
74
75
76
77
78
79
              </task:CSPID>
            </HI1Object>
          </CREATE>
        </ActionRequest>
      </ActionRequests>
    </RequestPayload>
  </Payload>
</HI1Message>