Get all valid obvam-statement-services

post

/service/accStatement

This endpoints is used to generate account statements for an entity.

Request

Supported Media Types
Header Parameters
Body ()
Request body contains data required to create a new obvam-statement-services.
Root Schema : StatementInDTO
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 : StatementInDTO-allOf[1]
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : StatementAdviceDTOCollection
Type: object
Collection of entries.
Show Source
Nested Schema : AdviceResponse
Type: object
Advice Response
Show Source
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
Show Source
Nested Schema : args
Type: array
Show Source
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
Back to Top