Get all accounting entries

post

/service/v1/accounting

This endpoint is used to get all accounting entries with their details based on filter(query param) criterias.

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Request Body that contains data required for creating a new accentrycode
Root Schema : GenericObscfCmAccountDTO
Type: object
Show Source
Nested Schema : otherDetails
Type: object
Additional Properties Allowed
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Body ()
Root Schema : AccountingCollection
Type: object
Collection of AccountingModel
Show Source
Nested Schema : accountingModelList
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : AccountingModel
Type: object
Show Source
Nested Schema : accEntryAttributeList
Type: array
Show Source
Nested Schema : creditExtAcntList
Type: array
Show Source
Nested Schema : creditExternalAttributeList
Type: array
Show Source
Nested Schema : creditIntAcntList
Type: array
Show Source
Nested Schema : creditInternalAttributeList
Type: array
Show Source
Nested Schema : debitExtAcntList
Type: array
Show Source
Nested Schema : debitExternalAttributeList
Type: array
Show Source
Nested Schema : debitIntAcntList
Type: array
Show Source
Nested Schema : debitInternalAttributeList
Type: array
Show Source
Nested Schema : Attribute
Type: object
Represents each attribute of the records filtered in calling service using filter query
Show Source
Nested Schema : ScfTmExtAccMapMasterModelDTO
Type: object
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : ScfTmExtAccMapMasterModelDTO-allOf[1]
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top