Get all valid obvam-statement-services
post
/service/accStatement
This endpoints is used to generate account statements for an entity.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request body contains data required to create a new obvam-statement-services.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : StatementInDTO-allOf[1]
Type:
Show Source
object
-
fromDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from when the transactions have to be fetched -
toDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date till when the transactions have to be fetched -
virtualAccountNumber:
string
Virtual account number for which the account statement has to be generated. Please give ALL for consolidated report
-
virtualEntity(required):
string
Virtual entity for which the account statement has to be generated.
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of succes or failure
Headers
Root Schema : StatementAdviceDTOCollection
Type:
object
Collection of entries.
Show Source
-
data:
object AdviceResponse
Advice Response
-
messages:
object ResponseDto
Nested Schema : AdviceResponse
Type:
object
Advice Response
Show Source
-
documentInbase64:
string
Document in Base64
-
documentNature:
string
Document Content Type for the document
-
documentReferenceId:
string
Document Id for the document
Nested Schema : items
Type:
object
400 Response
Bad request error, the server is unable to process the request
401 Response
Unauthorized request error, invalid credentials
403 Response
Request denied, no permission to access the request
405 Response
Request denied, invalid input
500 Response
Internal server error