Retrieve Seed Data Configuration by Given ID
get
/api/1.0/seeddataconfig/{id}/unauthorized
This endpoint is used to retrieve the Seed Data Configuration identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
ID of the user that needs to be fetched.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the Seed Data Configuration based on given ID.
Root Schema : DmTmSeedDataConfigCollection
Type:
object
Collection of Seed Data Configuration.
Show Source
Nested Schema : PagingDto
Type:
Show Source
object
-
totalResults(optional):
integer
Total number of results available.
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 : DmTmSeedDataDtlsDTO
Type:
Show Source
object
-
contactCatCd(optional):
string
Contact Category Code
-
description(optional):
string
Description
-
DmTmSeedDataPpcMappingDTO(optional):
array DmTmSeedDataPpcMappingDTO
-
id(optional):
string
ID
-
langCd(optional):
string
Language Code
-
partyPrimaryFlg(optional):
string
Party Primary Flag
-
productTypeCd(optional):
string
Product Type Code
-
seedCd(optional):
string
Seed Code
-
seedDataConfigMasterId(optional):
string
Seed Data Config Master ID
Nested Schema : DmTmSeedDataPpcMappingDTO
Type:
Show Source
object
-
comments(optional):
string
Comments
-
id(optional):
string
ID
-
productProcessorCd(optional):
string
-
seedDataDtlsMasterId(optional):
string
Seed Data Details Master ID
-
value(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.