GET api/products/ext/{dminumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dminumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
tProduct_Ext| Name | Description | Type | Additional information |
|---|---|---|---|
| DMINumber | string |
None. |
|
| cname | string |
None. |
|
| pother1 | string |
None. |
|
| pother2 | string |
None. |
|
| pother3 | string |
None. |
|
| category | string |
None. |
|
| extendeddescr | string |
None. |
|
| engine_extra | string |
None. |
|
| supercedes | string |
None. |
|
| so_num | string |
None. |
|
| so_match | string |
None. |
|
| brandname | string |
None. |
|
| DateCreated | date |
None. |
|
| TimeCreated | time interval |
None. |
|
| DateModified | date |
None. |
|
| TimeModified | time interval |
None. |
Response Formats
application/json, text/json
Sample:
{
"DMINumber": "sample string 1",
"cname": "sample string 2",
"pother1": "sample string 3",
"pother2": "sample string 4",
"pother3": "sample string 5",
"category": "sample string 6",
"extendeddescr": "sample string 7",
"engine_extra": "sample string 8",
"supercedes": "sample string 9",
"so_num": "sample string 10",
"so_match": "sample string 11",
"brandname": "sample string 12",
"DateCreated": "2026-02-03T19:50:07.0198503-06:00",
"TimeCreated": "00:00:00.1234567",
"DateModified": "2026-02-03T19:50:07.0198503-06:00",
"TimeModified": "00:00:00.1234567"
}