POST api/ServiceManagment/SubmitServiceAMCRequest
Request Information
URI Parameters
None.
Body Parameters
EnvelopeOfExtendedWarranty| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ExtendedWarranty |
None. |
|
| Message | string |
None. |
|
| MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"warrantyStatusName": "sample string 1",
"warrantyExtensionName": "sample string 2",
"id": 3,
"myProductReffId": 4,
"productCategoryCode": "sample string 5",
"productCategoryName": "sample string 6",
"productModel": "sample string 7",
"serialNo": "sample string 8",
"purchaseDate": "2025-12-23T22:02:50.3400403+05:30",
"warrantyStatusId": 9,
"warrantyExtensionId": 10,
"userId": "sample string 11",
"userRole": "sample string 12"
},
"message": "sample string 1",
"messageCode": 2
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.