You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/public/api/conf/1.0/application.raml
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -32,31 +32,31 @@ types:
32
32
pattern: "[a-zA-Z0-9]{3}/[a-zA-Z0-9]{7}"
33
33
34
34
/epaye:
35
-
get:
36
-
is: [ headers.acceptHeader ]
37
-
displayName: Get access to ePAYE data
38
-
description: This resource is the entry point to the ePAYE API. It will return a set of URLs for each account you have access to, allowing you to access ePAYE data. This will include the employer's ePAYE balance, monthly totals of RTI charges, non-RTI charges and a breakdown of individual charges.
description: You don't have currently an ePAYE enrolment on this account.
54
-
value: |
55
-
{
56
-
"code" : "INSUFFICIENT_ENROLMENTS",
57
-
"message" : "You are not currently enrolled for ePAYE"
58
-
}
59
-
35
+
/:
36
+
get:
37
+
is: [ headers.acceptHeader ]
38
+
displayName: Get access toePAYE data
39
+
description: This resource is the entry point to the ePAYE API. It will return a set of URLs for each account you have access to, allowing you to access ePAYE data. This will include the employer's ePAYE balance, monthly totals of RTI charges, non-RTI charges and a breakdown of individual charges.
0 commit comments