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-06-06T19:32:43.8291289-04:00", "id": "sample string 3" }
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-06-06T19:32:43.8291289-04:00</CacheWritten> <Id>sample string 3</Id> <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.
CacheFallbackBofWarrantyAswName | Description | Type | Additional information |
---|---|---|---|
Warranties | Collection of Warranty |
None. |
|
Type | string |
None. |
|
Cas | unsigned integer |
None. |
|
cw | date |
None. |
|
id | string |
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-06-06T19:32:43.8291289-04:00", "id": "sample string 3" }
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-06-06T19:32:43.8291289-04:00</CacheWritten> <Id>sample string 3</Id> <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>