Get all accounting numbers
post
/service/v1/poolingAccountNumber
This endpoint is used to get all accounting entries with their details based on filter(query param) criterias.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
includecloseandunauth: boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request Body that contains data required for creating a new accentrycode
Root Schema : GenericObscfCmAccountDTO
Type:
Show Source
object
-
applicationName:
string
Application Name
-
otherDetails:
object otherDetails
Additional Properties Allowed: additionalProperties
-
recordStat:
string
Record Status
-
refNo:
string
Reference Number
-
seqNo:
integer(int64)
Sequence Number
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Root Schema : PoolingAccountCollection
Type:
object
Collection of PoolingAccountResponse
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object PoolingAccountResponse
Details of account no and currency
Nested Schema : PoolingAccountResponse
Type:
object
Details of account no and currency
Show Source
-
accountCcy:
string
category of the param
-
accountNumber:
string
category of the param
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