Update the pickup and delivery details for an existing corporate enrichment record

post

/service/v1/corporateinformation/enrichment

This API updates pickup and delivery details for an existing corporate enrichment record

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for updating an existing corporate Enrichment Data
Root Schema : ObcmTmCorpEnrchCourierDTO
Type: object
Request DTO for Corporate Enrichment Pickup and Delivery Courier Service.
Show Source
Match All
Show Source
Nested Schema : ObcmTmCorpEnrchDeliveryDetailsDTO
Type: array
List of Corporate Enrichment delivery details
Show Source
Nested Schema : ObcmTmCorpEnrchPckupDetailsDTO
Type: array
List of Corporate Enrichment pickup details
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : ObcmTmCorpEnrchDeliveryDetailsDTO
Type: object
Show Source
Match All
Show Source
Nested Schema : ObcmTmCorpEnrchDlvryDetailsDTO
Type: object
Corporate Enrichment Delivery Details Data
Show Source
Nested Schema : ObcmTmCorpEnrchDeliveryDetailsDTO-allOf[1]
Type: object
Nested Schema : ObcmTmCorpEnrchPckupDetailsDTO
Type: object
Corporate Enrichment PickUp details Data
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns message of succes or failure. If success, returns the updated data of the corporate.
Body ()
Root Schema : CorpResponseDTO
Type: object
Collection of Corporate Enrichment Courier Setup master Data.
Show Source
Nested Schema : ObcmTmCorpEnrchCourierStupMstrDTO
Type: object
Response DTO for Corporate Enrichment Pickup and Delivery.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
Error List for the Request Object.
Show Source
Nested Schema : ObcmTmCorpEnrchDeliveryDetailsDTO
Type: array
List of Corporate Enrichment delivery details
Show Source
Nested Schema : ObcmTmCorpEnrchPickupDetailsDTO
Type: array
List of Corporate Enrichment pickup details
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : ObcmTmCorpEnrichDlvryDetailsDTO
Type: object
Match All
Show Source
Nested Schema : ObcmTmCorpEnrchDlvryDetailsDTO
Type: object
Corporate Enrichment Delivery Details Data
Show Source
Nested Schema : ObcmTmCorpEnrichDlvryDetailsDTO-allOf[1]
Type: object
Show Source
Nested Schema : errors
Type: array
Error List for the Detail Object.
Show Source
Nested Schema : ErrorDto
Type: object
Show Source
Nested Schema : ObcmTmCorpEnrichPckupDetailsDTO
Type: object
Match All
Show Source
Nested Schema : ObcmTmCorpEnrchPckupDetailsDTO
Type: object
Corporate Enrichment PickUp details Data
Show Source
Nested Schema : ObcmTmCorpEnrichPckupDetailsDTO-allOf[1]
Type: object
Show Source
Nested Schema : errors
Type: array
Error List for the Detail 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