Update Existing Seed Data Configuration
put
/api/1.0/seeddataconfig/{id}
This endpoint is used to update an existing Seed Data Configuration.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
key of the Seed Data Configuration Maintenance.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Request Body that contains data required for updating an existing Seed Data Configuration.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmSeedDataConfigDTO-allOf[1]
Type:
Show Source
object
-
DmTmSeedDataDtlsDTO:
array DmTmSeedDataDtlsDTO
-
seedTypeCd:
string
Seed Type Code
-
total:
number
Total
Nested Schema : DmTmSeedDataDtlsDTO
Type:
Show Source
object
-
contactCatCd:
string
Contact Category Code
-
description:
string
Description
-
DmTmSeedDataPpcMappingDTO:
array DmTmSeedDataPpcMappingDTO
-
id:
string
ID
-
langCd:
string
Language Code
-
partyPrimaryFlg:
string
Party Primary Flag
-
productTypeCd:
string
Product Type Code
-
seedCd:
string
Seed Code
-
seedDataConfigMasterId:
string
Seed Data Config Master ID
Nested Schema : DmTmSeedDataPpcMappingDTO
Type:
Show Source
object
-
comments:
string
Comments
-
id:
string
ID
-
productProcessorCd:
string
-
seedDataDtlsMasterId:
string
Seed Data Details Master ID
-
value:
string
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated Seed Data Configuration.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
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.