POST warranty/GetItemWarrantyList

Request Information

URI Parameters

None.

Body Parameters

iGetItemWarrantyList
NameDescriptionTypeAdditional information
companyID

globally unique identifier

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companyID": "42a8abb2-b6d9-4107-9477-d6c6a7f176be",
  "type": "sample string 2"
}

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>42a8abb2-b6d9-4107-9477-d6c6a7f176be</companyID>
  <type>sample string 2</type>
</iGetItemWarrantyList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

oGetItemWarrantyListResponse
NameDescriptionTypeAdditional information
Records

Collection of oGetItemWarrantyList

None.

StatusCode

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "warrantyID": "62574250-cfa2-4032-af57-8baecb180f9b",
      "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",
      "url": "sample string 15"
    },
    {
      "warrantyID": "62574250-cfa2-4032-af57-8baecb180f9b",
      "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",
      "url": "sample string 15"
    }
  ],
  "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>
      <url>sample string 15</url>
      <warrantyID>62574250-cfa2-4032-af57-8baecb180f9b</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>
      <url>sample string 15</url>
      <warrantyID>62574250-cfa2-4032-af57-8baecb180f9b</warrantyID>
      <warrantyMonths>sample string 9</warrantyMonths>
      <warrantyStatus>sample string 13</warrantyStatus>
      <warrantyType>sample string 14</warrantyType>
    </oGetItemWarrantyList>
  </Records>
  <StatusCode>true</StatusCode>
</oGetItemWarrantyListResponse>