GET api/Getmattype?proid={proid}&ctrtmid={ctrtmid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
proid | integer |
Required |
|
ctrtmid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DAS_LOOKUPCODEVIEWGETName | Description | Type | Additional information |
---|---|---|---|
FLEXID | integer |
None. |
|
CMPID | integer |
None. |
|
FLEXCODE | string |
None. |
|
FLEXVALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FLEXID": 1, "CMPID": 2, "FLEXCODE": "sample string 3", "FLEXVALUE": "sample string 4" }, { "FLEXID": 1, "CMPID": 2, "FLEXCODE": "sample string 3", "FLEXVALUE": "sample string 4" } ]