GET api/Master/GetBofDocument

Get master bof document Object For Mobile.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

returns bof object with status code 200.

Response body formats

application/json, text/json

Sample:
{
  "warranties": [
    {
      "make": "sample string 1",
      "grpWrrnties": [
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        },
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        }
      ]
    },
    {
      "make": "sample string 1",
      "grpWrrnties": [
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        },
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        }
      ]
    }
  ],
  "type": "bofWrrntyMstr",
  "cas": 1,
  "cw": "2025-09-13T16:25:36.4627827-04:00"
}

application/xml, text/xml

Sample:
<CacheFallbackBofWarrantyAsw xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Cas>1</Cas>
  <CacheWritten>2025-09-13T16:25:36.4627827-04:00</CacheWritten>
  <Warranties>
    <Warranty>
      <Make>sample string 1</Make>
      <GroupWarranties>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
      </GroupWarranties>
    </Warranty>
    <Warranty>
      <Make>sample string 1</Make>
      <GroupWarranties>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
      </GroupWarranties>
    </Warranty>
  </Warranties>
</CacheFallbackBofWarrantyAsw>

Resource Description

returns bof object with status code 200.

CacheFallbackBofWarrantyAsw
NameDescriptionTypeAdditional information
Warranties

Collection of Warranty

None.

Type

string

None.

Cas

unsigned integer

None.

cw

date

None.

Response Formats

application/json, text/json

Sample:
{
  "warranties": [
    {
      "make": "sample string 1",
      "grpWrrnties": [
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        },
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        }
      ]
    },
    {
      "make": "sample string 1",
      "grpWrrnties": [
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        },
        {
          "years": [
            1,
            2
          ],
          "miles": 1,
          "months": 2
        }
      ]
    }
  ],
  "type": "bofWrrntyMstr",
  "cas": 1,
  "cw": "2025-09-13T16:25:36.4627827-04:00"
}

application/xml, text/xml

Sample:
<CacheFallbackBofWarrantyAsw xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Cas>1</Cas>
  <CacheWritten>2025-09-13T16:25:36.4627827-04:00</CacheWritten>
  <Warranties>
    <Warranty>
      <Make>sample string 1</Make>
      <GroupWarranties>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
      </GroupWarranties>
    </Warranty>
    <Warranty>
      <Make>sample string 1</Make>
      <GroupWarranties>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
        <GroupWarranty>
          <Years>
            <int>1</int>
            <int>2</int>
          </Years>
          <Miles>1</Miles>
          <Months>2</Months>
        </GroupWarranty>
      </GroupWarranties>
    </Warranty>
  </Warranties>
</CacheFallbackBofWarrantyAsw>