GetNominalSummary


Description:

Fetches all Nominal Summary Data for given Company that the requester is authorized to view.


Request:

https://dev02-api-gateway.moorepay.co.uk/financeoutput/v1/FinanceOutput/getnominalsummary/{companyNumber}


Request headers:

Name

Required

Type

Description

Authorization

Yes

string

access token


Request parameters:

Name

In

Required

Type

Description

companyNumber

template

true

string

string[2]


Response example:


Response: 200 OK

{
"companyCode": 0.0,
"nominalCode": "string",
"nominalDesc": "string",
"debitTotal": 0.0,
"creditTotal": 0.0,
"totalValue": 0.0,
"periodNo": "string",
"component1": "string",
"component2": "string",
"component3": "string",
"component4": "string",
"component5": "string",
"component6": "string",
"component7": "string",
"component8": "string",
"component9": "string",
"component10": "string",
"component11": "string",
"component12": "string",
"component13": "string",
"taxPeriod": "string",
"finPeriod": "string",
"control1": 0.0,
"control2": 0.0,
"control3": 0.0,
"control4": 0.0
}


Response: 400 Bad Request

Bad Request


Response: 401 Unauthorized

Unauthorized


Response: 404 Not Found

Not Found


Response: 405 Method Not Allowed

Method Not Allowed


Response: 500 Internal Server Error

Internal Server Error

Created with the Personal Edition of HelpNDoc: Save time and frustration with HelpNDoc's WinHelp HLP to CHM conversion feature