-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: compatibility with erru schema 3.4 VOL-5817 (#576)
Co-authored-by: Shaun Hare <[email protected]>
- Loading branch information
1 parent
4f32ef7
commit acd73b1
Showing
81 changed files
with
604 additions
and
2,130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
app/api/module/Api/data/nr/complianceEpisodeTemplateNoNs.xml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
app/api/module/Api/data/nr/compliancePenaltiesTemplate.xml
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
app/api/module/Api/data/nr/notifyCheckResponseTemplate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<NotifyCheckResult_Response xmlns="https://webgate.ec.testa.eu/move-hub/erru/3.4"> | ||
<Header version="3.4" technicalId="d0ae5498-339a-49ad-bcaa-65c1f03f6307" | ||
workflowId="e933f62c-ceae-4833-b022-c4f69e2211ef" sentAt="2016-02-07T10:04:00Z" | ||
timeoutValue="2016-02-07T10:04:10Z" from="UK" to="IE"/> | ||
<Body businessCaseId="Notification of Check Result Example" originatingAuthority="UK Competent Authority" | ||
respondingAuthority="IE Competent Authority" statusCode="OK"> | ||
<TransportUndertaking transportUndertakingName="International Rescue" communityLicenceNumber="CL-IR-000001-001" | ||
communityLicenceStatus="Active" numberOfVehicles="7"> | ||
<TransportUndertakingAddress address="Tracy Villa" postCode="SP1" city="Tracy Island" country="UK"/> | ||
</TransportUndertaking> | ||
<PenaltiesImposed> | ||
<PenaltyImposed penaltyRequestedIdentifier="1" authorityImposingPenalty="DVSA" isImposed="false" | ||
penaltyTypeImposed="101" reason="Further sanction not required"/> | ||
</PenaltiesImposed> | ||
</Body> | ||
</NotifyCheckResult_Response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<NotifyCheckResult_Request xmlns="https://webgate.ec.testa.eu/move-hub/erru/3.4" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="https://webgate.ec.testa.eu/move-hub/erru/3.4"> | ||
<Header version="3.4" technicalId="d68f9675-72f4-486a-b5b2-c798b361af52" | ||
workflowId="20776dc3-5fe7-42d5-b554-09ad12fa25c4" sentAt="2014-02-20T16:22:09Z" | ||
timeoutValue="2016-01-01T00:00:20Z" from="PL" to="UK"/> | ||
<Body businessCaseId="0ffefb6b-6344-4a60-9a53-4381c32f98d9" originatingAuthority="Driver & Vehicle Agency" | ||
requestPurpose="Control" requestSource="RSI"> | ||
<TransportUndertaking transportUndertakingName="TEST USER (SELF SERVICE)(12345)" communityLicenceNumber="UKGB/OB1234567/00000"> | ||
<Vehicle vehicleRegistrationNumber="aBc123" vehicleRegistrationCountry="UK"/> | ||
<CheckSummary checkResult="Fail" dateOfCheck="2014-02-20"/> | ||
<SeriousInfringement dateOfInfringement="2014-02-20" category="MSI" infringementType="101" appealPossible="true"> | ||
<PenaltiesImposed> | ||
<PenaltyImposed penaltyImposedIdentifier="1" finalDecisionDate="2014-02-20" penaltyTypeImposed="101" startDate="2014-03-14" endDate="2014-09-17" isExecuted="Yes" /> | ||
<PenaltyImposed penaltyImposedIdentifier="2" finalDecisionDate="2014-06-25" penaltyTypeImposed="102" isExecuted="No" notExecutedReason="Penalty/Infringement annulled after appeal" /> | ||
</PenaltiesImposed> | ||
<PenaltiesRequested> | ||
<PenaltyRequested penaltyRequestedIdentifier="1" penaltyTypeRequested="301" duration="12" /> | ||
<PenaltyRequested penaltyRequestedIdentifier="2" penaltyTypeRequested="302" duration="30" /> | ||
</PenaltiesRequested> | ||
</SeriousInfringement> | ||
<SeriousInfringement dateOfInfringement="2014-03-21" category="MSI" infringementType="201" appealPossible="false"> | ||
<PenaltiesImposed> | ||
<PenaltyImposed penaltyImposedIdentifier="3" finalDecisionDate="2014-03-21" penaltyTypeImposed="202" startDate="2014-04-15" endDate="2014-10-18" isExecuted="No" notExecutedReason="Penalty/Infringement annulled after appeal" /> | ||
<PenaltyImposed penaltyImposedIdentifier="4" finalDecisionDate="2014-07-26" penaltyTypeImposed="203" isExecuted="Yes" /> | ||
</PenaltiesImposed> | ||
<PenaltiesRequested> | ||
<PenaltyRequested penaltyRequestedIdentifier="3" penaltyTypeRequested="305" duration="18" /> | ||
<PenaltyRequested penaltyRequestedIdentifier="4" penaltyTypeRequested="306" duration="24" /> | ||
</PenaltiesRequested> | ||
</SeriousInfringement> | ||
</TransportUndertaking> | ||
</Body> | ||
</NotifyCheckResult_Request> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.