Update an existing virtual entities

put

/service/virtualentities/{virtualEntityId}

This endpoint is used to update an existing virtual entities.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
Request Body that contains data required for updating an existing virtualentities
Root Schema : EntityMasterModifyRequestDTO
Type: object
Match All
Show Source
Nested Schema : EntityMasterModifyRequestDTO-allOf[0]
Type: object
Show Source
Nested Schema : EntityCorporateDetailsModifyServiceDTO
Type: object
Show Source
Nested Schema : EntityIndividualDetailsModifyServiceDTO
Type: object
Show Source
Nested Schema : StatementPreferencesModifyServiceDTO
Type: object
Match All
Show Source
Nested Schema : StructuredAddressModifyServiceDTO
Type: object
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : StatementPreferencesModifyServiceDTO-allOf[1]
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns updated virtualentities
Body ()
Root Schema : VirtualEntityServiceResponseWrapperDTO
Type: object
Show Source
Nested Schema : EntityMasterServiceDTO
Type: object
Match All
Show Source
Nested Schema : VirtualEntityServiceResponseDto
Type: object
Show Source
Nested Schema : EntityMasterServiceDTO-allOf[0]
Type: object
Show Source
Nested Schema : EntityCorporateDetailsServiceDTO
Type: object
Show Source
Nested Schema : EntityIndividualDetailsServiceDTO
Type: object
Show Source
Nested Schema : StatementPreferencesServiceDTO
Type: object
Match All
Show Source
Nested Schema : StructuredAddressServiceDTO
Type: object
Show Source
Nested Schema : StatementPreferencesServiceDTO-allOf[0]
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : VirtualEntityServiceResponseCode
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