Get all valid intbks

get

/api/1.0/service/intbks

This endpoints is used to view internal transfers.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : VanTbInternalTransfersServiceCollection
Type: object
Collection of internaltransfers.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : VanTbInternalTransfersServiceDTO
Type: object
Match All
Show Source
Nested Schema : VanTbInternalTransfersServiceDTO-allOf[0]
Type: object
Show Source

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