GET api/SerialNumbers/GetSerialDetailsForWarrantyExOpen?SerialNumber={SerialNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SerialNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SerialFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Serial | getProductInfoBySNResult |
None. |
|
| Calls | Collection of getCallsHistoryResult |
None. |
|
| Components | Collection of getSerialComponentsResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Serial": {
"$id": "2",
"SERN": 1,
"SERNUM": "sample string 1",
"CUST": 1,
"ECUSTDES": "sample string 2",
"PART": 1,
"PARTNAME": "sample string 3",
"PARTDES": "sample string 4",
"Originalmg": "sample string 5",
"WarrantyMonths": 6,
"ManufacturerID": 1,
"purchDate": "sample string 7",
"ShipDate": "sample string 8",
"EndDate": "sample string 9",
"WarrantyStatus": 10,
"wDes": "sample string 11",
"ID": 1,
"Name": "sample string 12",
"dealerName": "sample string 13",
"email": "sample string 14",
"addrr": "sample string 15",
"addrr2": "sample string 16",
"city": "sample string 17",
"state": "sample string 18",
"zip": "sample string 19",
"phone": "sample string 20",
"country": "sample string 21",
"dlr_Name": "sample string 22",
"dlr_Country": "sample string 23",
"dlr_addrr": "sample string 24",
"dlr_city": "sample string 25",
"dlr_state": "sample string 26",
"dlr_zip": "sample string 27",
"dlr_email": "sample string 28",
"dlr_phone": "sample string 29",
"atchmnt": "sample string 30",
"regDate": "2025-03-03T09:05:04.6160848+00:00",
"StatusID": 32,
"eSERNUM": "sample string 33",
"AppID": 1,
"ManufWarrantyMonths": 1,
"ManufEndDate": "2025-03-03T09:05:04.6160848+00:00",
"CUSTNAME": "sample string 34",
"coupon_code": "sample string 35",
"IVNUM": "sample string 36"
},
"Calls": [
{
"$id": "3",
"CALLID": 1,
"CALLSTATUS": 1,
"CALLSTATUSDES": "sample string 2",
"WARSTATUS": 1,
"WARSTATUSDES": "sample string 3",
"CreatedDate": "sample string 4"
},
{
"$ref": "3"
}
],
"Components": [
{
"$id": "4",
"SERNUM": "sample string 1",
"SONSERNUM": "sample string 2",
"SONPARTNAME": "sample string 3",
"PARTDES": "sample string 4"
},
{
"$ref": "4"
}
]
}