Fetch the corporate enrichment data

get

/service/v1/corporateinformation/enrichment

This API fetches the corporate enrichment data based on given parameters.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns message of succes or failure. If success, returns the enrichment data of the corporate.
Body ()
Root Schema : ObcmTmCorpEnrchStupMstrWrapperDTO
Type: object
Collection of Corporate Enrichment Setup master Data.
Show Source
Nested Schema : ObcmTmCorpEnrchStupMstrDTO
Type: object
Match All
Show Source
Nested Schema : errors
Type: array
Error List Corporate Enrichment Setup master Data
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : ObcmTmCorpEnrchStupMstrDTO-allOf[1]
Type: object
Show Source
Nested Schema : ObcmTmCorpEnrchDlvryDetailsDTO
Type: array
List of Corporate Enrichment delivery details
Show Source
Nested Schema : ObcmTmCorpEnrchInfoProdMasterDTO
Type: array
List of Corporate Enrichment Information Product Master
Show Source
Nested Schema : ObcmTmCorpEnrchPckupDetailsDTO
Type: array
List of Corporate Enrichment pickup details
Show Source
Nested Schema : ObcmTmCorpEnrchPoolStupDetailsDTO
Type: array
List of Corporate Enrichment pool setup details
Show Source
Nested Schema : ObcmTmCorpEnrchProdEnrchDetailsDTO
Type: array
List of Corporate Enrichment product details
Show Source
Nested Schema : ObcmTmCorpEnrchDlvryDetailsDTO
Type: object
Corporate Enrichment Delivery Details Data
Show Source
Nested Schema : ObcmTmCorpEnrchInfoProdMasterDTO
Type: object
Corporate Enrichment Information Product Master Data
Show Source
Nested Schema : ObcmTmCorpEnrchPckupDetailsDTO
Type: object
Corporate Enrichment PickUp details Data
Show Source
Nested Schema : ObcmTmCorpEnrchPoolStupDetailsDTO
Type: object
Corporate Enrichment Pool Setup Details Data
Show Source
Nested Schema : ObcmTmCorpEnrchProdEnrchDetailsDTO
Type: object
Corporate Enrichment Information Product Details
Show Source
Nested Schema : ErrorDto
Type: object
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