POST warranty/GetItemWarrantyList
Request Information
URI Parameters
None.
Body Parameters
iGetItemWarrantyListName | Description | Type | Additional information |
---|---|---|---|
companyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "companyID": "e73c3fc0-7766-4d8e-aae8-f07e17a7e884" }
application/xml, text/xml
Sample:
<iGetItemWarrantyList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WNTY_DAT.Model"> <companyID>e73c3fc0-7766-4d8e-aae8-f07e17a7e884</companyID> </iGetItemWarrantyList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
oGetItemWarrantyListResponseName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of oGetItemWarrantyList |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "warrantyID": "6b68efb6-8705-4270-ad80-744b2438d711", "productName": "sample string 2", "productCategory": "sample string 3", "customerName": "sample string 4", "serialNo": "sample string 5", "purchaseDate": "sample string 6", "startDate": "sample string 7", "endDate": "sample string 8", "warrantyMonths": "sample string 9", "imageInvoice": "sample string 10", "imageSerialNo": "sample string 11", "productPrice": "sample string 12", "warrantyStatus": "sample string 13", "warrantyType": "sample string 14" }, { "warrantyID": "6b68efb6-8705-4270-ad80-744b2438d711", "productName": "sample string 2", "productCategory": "sample string 3", "customerName": "sample string 4", "serialNo": "sample string 5", "purchaseDate": "sample string 6", "startDate": "sample string 7", "endDate": "sample string 8", "warrantyMonths": "sample string 9", "imageInvoice": "sample string 10", "imageSerialNo": "sample string 11", "productPrice": "sample string 12", "warrantyStatus": "sample string 13", "warrantyType": "sample string 14" } ], "StatusCode": true, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<oGetItemWarrantyListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WNTY_DAT.Model"> <Message>sample string 2</Message> <Records> <oGetItemWarrantyList> <customerName>sample string 4</customerName> <endDate>sample string 8</endDate> <imageInvoice>sample string 10</imageInvoice> <imageSerialNo>sample string 11</imageSerialNo> <productCategory>sample string 3</productCategory> <productName>sample string 2</productName> <productPrice>sample string 12</productPrice> <purchaseDate>sample string 6</purchaseDate> <serialNo>sample string 5</serialNo> <startDate>sample string 7</startDate> <warrantyID>6b68efb6-8705-4270-ad80-744b2438d711</warrantyID> <warrantyMonths>sample string 9</warrantyMonths> <warrantyStatus>sample string 13</warrantyStatus> <warrantyType>sample string 14</warrantyType> </oGetItemWarrantyList> <oGetItemWarrantyList> <customerName>sample string 4</customerName> <endDate>sample string 8</endDate> <imageInvoice>sample string 10</imageInvoice> <imageSerialNo>sample string 11</imageSerialNo> <productCategory>sample string 3</productCategory> <productName>sample string 2</productName> <productPrice>sample string 12</productPrice> <purchaseDate>sample string 6</purchaseDate> <serialNo>sample string 5</serialNo> <startDate>sample string 7</startDate> <warrantyID>6b68efb6-8705-4270-ad80-744b2438d711</warrantyID> <warrantyMonths>sample string 9</warrantyMonths> <warrantyStatus>sample string 13</warrantyStatus> <warrantyType>sample string 14</warrantyType> </oGetItemWarrantyList> </Records> <StatusCode>true</StatusCode> </oGetItemWarrantyListResponse>