GET api/NSNItem/{id}/SupplySummary
Get the supply summary data for a given NSN.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
NSN. ex) 1234-01-111-2222 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
NSN_Supply_Summary| Name | Description | Type | Additional information |
|---|---|---|---|
| Suppliers_Known | integer |
None. |
|
| Suppliers_Known_XREF | integer |
None. |
|
| Suppliers_Priced | integer |
None. |
|
| Suppliers_Priced_XREF | integer |
None. |
|
| Suppliers_Inventoried | integer |
None. |
|
| Suppliers_Inventoried_Qty | integer |
None. |
|
| Suppliers_Inventoried_XREF | integer |
None. |
|
| Suppliers_Inventoried_Qty_XREF | integer |
None. |
|
| InventoriedInWarehouse | integer |
None. |
|
| InventoriedInWarehouse_Qty | integer |
None. |
|
| InventoriedInWarehouse_XREF | integer |
None. |
|
| InventoriedInWareHouse_Qty_XREF | integer |
None. |
|
| RecordUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"suppliers_Known": 1,
"suppliers_Known_XREF": 1,
"suppliers_Priced": 1,
"suppliers_Priced_XREF": 1,
"suppliers_Inventoried": 1,
"suppliers_Inventoried_Qty": 1,
"suppliers_Inventoried_XREF": 1,
"suppliers_Inventoried_Qty_XREF": 1,
"inventoriedInWarehouse": 1,
"inventoriedInWarehouse_Qty": 1,
"inventoriedInWarehouse_XREF": 1,
"inventoriedInWareHouse_Qty_XREF": 1,
"recordUpdated": "2025-11-30T07:48:29.0866187-05:00"
}
application/xml, text/xml
Sample:
<NSN_Supply_Summary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISOWebAPI.Models"> <InventoriedInWareHouse_Qty_XREF>1</InventoriedInWareHouse_Qty_XREF> <InventoriedInWarehouse>1</InventoriedInWarehouse> <InventoriedInWarehouse_Qty>1</InventoriedInWarehouse_Qty> <InventoriedInWarehouse_XREF>1</InventoriedInWarehouse_XREF> <RecordUpdated>2025-11-30T07:48:29.0866187-05:00</RecordUpdated> <Suppliers_Inventoried>1</Suppliers_Inventoried> <Suppliers_Inventoried_Qty>1</Suppliers_Inventoried_Qty> <Suppliers_Inventoried_Qty_XREF>1</Suppliers_Inventoried_Qty_XREF> <Suppliers_Inventoried_XREF>1</Suppliers_Inventoried_XREF> <Suppliers_Known>1</Suppliers_Known> <Suppliers_Known_XREF>1</Suppliers_Known_XREF> <Suppliers_Priced>1</Suppliers_Priced> <Suppliers_Priced_XREF>1</Suppliers_Priced_XREF> </NSN_Supply_Summary>