Get All Valid Seed Data Configuration
get
/api/1.0/seeddataconfig
This endpoint will be used to Get all valid seed data configuration maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authorization status of the Seed Data Configuration that need to be fetched.
-
includecloseandunauth: boolean
Include close and unauthorized value need to be provided to fetch summary record, default value is false.
-
limit: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
-
recordStat: string
Record status of the Seed Data Configuration that need to be fetched.
-
seedTypeCd: string
Seed Type Code that needs to be fetched.
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.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
Returns Seed Data Config Details.
Root Schema : DmTmSeedDataConfigCollection
Type:
object
Collection of Seed Data Configuration.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
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
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.