POST api/Manager/getProductInfoBySNOrPN?SearchNumber={SearchNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MNG_getProductInfoBySNOrPNResult| Name | Description | Type | Additional information |
|---|---|---|---|
| SERN | integer |
None. |
|
| SERNUM | string |
None. |
|
| CUST | integer |
None. |
|
| ECUSTDES | string |
None. |
|
| PART | integer |
None. |
|
| PARTNAME | string |
None. |
|
| PARTDES | string |
None. |
|
| SmallImg | string |
None. |
|
| WarrantyMonths | integer |
None. |
|
| RegDate | date |
None. |
|
| purchDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SERN": 1,
"SERNUM": "sample string 1",
"CUST": 1,
"ECUSTDES": "sample string 2",
"PART": 1,
"PARTNAME": "sample string 3",
"PARTDES": "sample string 4",
"SmallImg": "sample string 5",
"WarrantyMonths": 6,
"RegDate": "2025-12-09T16:03:45.7817007+00:00",
"purchDate": "2025-12-09T16:03:45.7817007+00:00"
},
{
"$ref": "1"
}
]