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_getProductInfoBySNOrPNResultName | 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": "2024-09-02T20:14:50.5831227+00:00", "purchDate": "2024-09-02T20:14:50.5831227+00:00" }, { "$ref": "1" } ]