Retrieve Group Basis Code and Product Processor Code for All Product Processors
get
/obedm-common-services/productprocessor/groupBasis
This endpoint is used to retrieve the Group basis code and Product Processor code for all product processors.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
Back to Top
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns Group basis code and Product Processor code for all Product Processors.
Root Schema : ProductProcessorGroupBasisCollection
Type:
object
Collection of productprocessor.
Show Source
-
data:
array data
An array of product processor group basis objects.
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
Nested Schema : ProductProcessorGroupBasisDto
Type:
Show Source
object
-
groupBasisCd:
string
Code of the group basis.
-
productProcessorCd:
string
Code of the product processor.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error