Loading 103120/examples/json/response2.json +4 −4 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ "ObjectIdentifier": "7dbbc880-8750-4d3c-abe7-ea4a17646045", "CountryCode": "XX", "OwnerIdentifier": "ACTOR01", "Generation": "1", "Generation": 1, "LastChanged": "2015-09-01T12:00:00Z", "auth:AuthorisationReference": "W000001", "auth:AuthorisationStatus": { Loading @@ -46,7 +46,7 @@ "auth:EndTime": "2015-12-01T12:00:00Z" }, "auth:AuthorisationInvalidReason": { "ErrorCode": "3000", "ErrorCode": 3000, "ErrorDescription": "The Authorisation is not associated with a valid Warrant Document Object" } } Loading @@ -60,7 +60,7 @@ "ObjectIdentifier": "2b36a78b-b628-416d-bd22-404e68a0cd36", "CountryCode": "XX", "OwnerIdentifier": "ACTOR01", "Generation": "1", "Generation": 1, "AssociatedObjects": { "AssociatedObject": [ "7dbbc880-8750-4d3c-abe7-ea4a17646045" Loading Loading @@ -105,7 +105,7 @@ "UniqueIdentifier": "ACTOR02" }, "task:InvalidReason": { "ErrorCode": "3000", "ErrorCode": 3000, "ErrorDescription": "The associated Authorisation is in an Invalid state" } } Loading 103120/examples/json/response3.json +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ "ObjectIdentifier": "7dbbc880-8750-4d3c-abe7-ea4a17646045", "CountryCode": "XX", "OwnerIdentifier": "ACTOR01", "Generation": "2", "Generation": 2, "AssociatedObjects": { "AssociatedObject": [ "4193f541-5e19-468e-b4a3-1c636ce115e9" Loading utils/xml_to_json.py +3 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,9 @@ coerce_to_list = [ coerce_to_int = [ 'ActionIdentifier', 'delivery:SequenceNumber', 'task:Order' 'task:Order', 'ErrorCode', 'Generation', ] coerce_to_bool = [ Loading Loading
103120/examples/json/response2.json +4 −4 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ "ObjectIdentifier": "7dbbc880-8750-4d3c-abe7-ea4a17646045", "CountryCode": "XX", "OwnerIdentifier": "ACTOR01", "Generation": "1", "Generation": 1, "LastChanged": "2015-09-01T12:00:00Z", "auth:AuthorisationReference": "W000001", "auth:AuthorisationStatus": { Loading @@ -46,7 +46,7 @@ "auth:EndTime": "2015-12-01T12:00:00Z" }, "auth:AuthorisationInvalidReason": { "ErrorCode": "3000", "ErrorCode": 3000, "ErrorDescription": "The Authorisation is not associated with a valid Warrant Document Object" } } Loading @@ -60,7 +60,7 @@ "ObjectIdentifier": "2b36a78b-b628-416d-bd22-404e68a0cd36", "CountryCode": "XX", "OwnerIdentifier": "ACTOR01", "Generation": "1", "Generation": 1, "AssociatedObjects": { "AssociatedObject": [ "7dbbc880-8750-4d3c-abe7-ea4a17646045" Loading Loading @@ -105,7 +105,7 @@ "UniqueIdentifier": "ACTOR02" }, "task:InvalidReason": { "ErrorCode": "3000", "ErrorCode": 3000, "ErrorDescription": "The associated Authorisation is in an Invalid state" } } Loading
103120/examples/json/response3.json +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ "ObjectIdentifier": "7dbbc880-8750-4d3c-abe7-ea4a17646045", "CountryCode": "XX", "OwnerIdentifier": "ACTOR01", "Generation": "2", "Generation": 2, "AssociatedObjects": { "AssociatedObject": [ "4193f541-5e19-468e-b4a3-1c636ce115e9" Loading
utils/xml_to_json.py +3 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,9 @@ coerce_to_list = [ coerce_to_int = [ 'ActionIdentifier', 'delivery:SequenceNumber', 'task:Order' 'task:Order', 'ErrorCode', 'Generation', ] coerce_to_bool = [ Loading