Fetch the manual allocation transaction detail

post

/service/v1/getManualAlloc

This endpoint fetches manual allocation transaction detail based on given parameters.

Request

Supported Media Types
Header Parameters
Body ()
Request Body to search allocation transaction detail
Root Schema : ManualAllocSearchModel
Type: object
search parameters for manual alloc
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successfully saved data
Body ()
Root Schema : ManualAllocCollection
Type: object
Collection of Allocation Transaction detail.
Show Source
Nested Schema : manualAllocList
Type: array
Allocation Detail list
Show Source
Nested Schema : ManualAllocModel
Type: object
search result for manual alloc
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