POST api/v3/Warranty/GetWarrantyPdf
Request Information
URI Parameters
None.
Body Parameters
WarrantyQueryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SN | string |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sn": "sample string 1",
"type": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WarrantyPdfRsp| Name | Description | Type | Additional information |
|---|---|---|---|
| sn | string |
None. |
|
| previewUrl | string |
None. |
|
| downloadUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"sn": "sample string 1",
"previewUrl": "sample string 2",
"downloadUrl": "sample string 3"
}