Commits (2)
......@@ -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": {
......@@ -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"
}
}
......@@ -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"
......@@ -105,7 +105,7 @@
"UniqueIdentifier": "ACTOR02"
},
"task:InvalidReason": {
"ErrorCode": "3000",
"ErrorCode": 3000,
"ErrorDescription": "The associated Authorisation is in an Invalid state"
}
}
......
......@@ -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"
......
......@@ -72,7 +72,9 @@ coerce_to_list = [
coerce_to_int = [
'ActionIdentifier',
'delivery:SequenceNumber',
'task:Order'
'task:Order',
'ErrorCode',
'Generation',
]
coerce_to_bool = [
......