Get All Valid Product Processors
get
/obedm-common-services/productprocessor
This endpoint is use to get all valid product processor maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authentication Status that needs to be fetched.
-
includecloseandunauth: boolean
Include close and unauthorised need to be set 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.
-
pprDesc: string
Product Processor that needs to be fetched.
-
pprGroupBasisCd: string
Group Basis Code that needs to be fetched.
-
pprProdProcessor: string
Product Processor that needs to be fetched.
-
recordStat: string
Record Status that needs to be fetched.
Header Parameters
-
appId(required): string
The ID of the Application.
-
branchCode(required): string
The branch code associated with the request.
-
contentType: string
The Content Type of the request.
-
tenantId: string
The ID of the Tenant.
-
userId(required): string
The ID of the User.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
Additional information of the product processor.
Root Schema : DmTmProductProcessorCollection
Type:
object
Collection of product processor.
Show Source
-
data:
array data
An array of product processor objects.
-
paging:
object PagingDto
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 : DmTmProductProcessorDTO-allOf[1]
Type:
Show Source
object
-
autoPopPtcCompanyInd:
boolean
Indicates whether PTC company details should be automatically populated or not.
-
bureauInt:
boolean
Indicates whether bureau integration is required for the product processor or not.
-
decisionSvc:
boolean
Indicates whether decision service is required for the product processor or not.
-
DmTmProductProcessorExtnDTO:
array DmTmProductProcessorExtnDTO
List of extended attributes for the product processor.
-
effectiveDt:
string
Effective date of the product processor.
-
expiryDt:
string
Expiry date of the product processor.
-
groupBasisCd:
string
Code that identifies the group basis to which the product processor belongs.
-
productProcessorCd:
string
Code that uniquely identifies the product processor.
-
productProcessorDesc:
string
Description of the product processor.
Nested Schema : DmTmProductProcessorExtnDTO
Type:
array
List of extended attributes for the product processor.
Show Source
Nested Schema : DmTmProductProcessorExtnDTO
Type:
Show Source
object
-
attrType:
string
Maximum Length:
30
The attribute type. -
attrValue:
string
Maximum Length:
100
The attribute value. -
id:
string
The unique identifier.
-
productProcessorMasterId:
string
The unique identifier of the product processor master.
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.