GET api/NSNItem/{id}/ApprovedSuppliers

Get the Government Approved Suppliers for a given NSN.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

NSN. ex) 1234-01-111-2222

string

Required

Body Parameters

None.

Response Information

Resource Description

List of NSN_ApprovedSuppliers

Collection of NSN_Approved_Suppliers
NameDescriptionTypeAdditional information
NSN

string

None.

NIIN

string

None.

PartNumber

string

None.

CAGE

string

None.

UEID

string

None.

LastDateSpecified

date

None.

CAGE_Name

string

None.

CAGE_Status

character

None.

STATUS_DESC

string

None.

BUS_TYPE

character

None.

BUS_TYPE_DESC

string

None.

BUS_SIZE

character

None.

BUS_SIZE_DESC

string

None.

CCR_GOV_POC

string

None.

CCR_GOV_POC_PHONE

string

None.

CCR_GOV_POC_EMAIL

string

None.

CAGE_URL

string

None.

PRIMARY_BUS

character

None.

PRIMARY_BUS_DESC

string

None.

WOMAN_OWNED

character

None.

CAGE_TYPE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "nsn": "sample string 1",
    "niin": "sample string 2",
    "partNumber": "sample string 3",
    "cage": "sample string 4",
    "ueid": "sample string 5",
    "lastDateSpecified": "2025-05-20T07:27:54.2461771-04:00",
    "cagE_Name": "sample string 6",
    "cagE_Status": "A",
    "statuS_DESC": "sample string 7",
    "buS_TYPE": "A",
    "buS_TYPE_DESC": "sample string 8",
    "buS_SIZE": "A",
    "buS_SIZE_DESC": "sample string 9",
    "ccR_GOV_POC": "sample string 10",
    "ccR_GOV_POC_PHONE": "sample string 11",
    "ccR_GOV_POC_EMAIL": "sample string 12",
    "cagE_URL": "sample string 13",
    "primarY_BUS": "A",
    "primarY_BUS_DESC": "sample string 14",
    "womaN_OWNED": "A",
    "cagE_TYPE": "sample string 15"
  },
  {
    "nsn": "sample string 1",
    "niin": "sample string 2",
    "partNumber": "sample string 3",
    "cage": "sample string 4",
    "ueid": "sample string 5",
    "lastDateSpecified": "2025-05-20T07:27:54.2461771-04:00",
    "cagE_Name": "sample string 6",
    "cagE_Status": "A",
    "statuS_DESC": "sample string 7",
    "buS_TYPE": "A",
    "buS_TYPE_DESC": "sample string 8",
    "buS_SIZE": "A",
    "buS_SIZE_DESC": "sample string 9",
    "ccR_GOV_POC": "sample string 10",
    "ccR_GOV_POC_PHONE": "sample string 11",
    "ccR_GOV_POC_EMAIL": "sample string 12",
    "cagE_URL": "sample string 13",
    "primarY_BUS": "A",
    "primarY_BUS_DESC": "sample string 14",
    "womaN_OWNED": "A",
    "cagE_TYPE": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNSN_Approved_Suppliers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISOWebAPI.Models">
  <NSN_Approved_Suppliers>
    <BUS_SIZE>65</BUS_SIZE>
    <BUS_SIZE_DESC>sample string 9</BUS_SIZE_DESC>
    <BUS_TYPE>65</BUS_TYPE>
    <BUS_TYPE_DESC>sample string 8</BUS_TYPE_DESC>
    <CAGE>sample string 4</CAGE>
    <CAGE_Name>sample string 6</CAGE_Name>
    <CAGE_Status>65</CAGE_Status>
    <CAGE_TYPE>sample string 15</CAGE_TYPE>
    <CAGE_URL>sample string 13</CAGE_URL>
    <CCR_GOV_POC>sample string 10</CCR_GOV_POC>
    <CCR_GOV_POC_EMAIL>sample string 12</CCR_GOV_POC_EMAIL>
    <CCR_GOV_POC_PHONE>sample string 11</CCR_GOV_POC_PHONE>
    <LastDateSpecified>2025-05-20T07:27:54.2461771-04:00</LastDateSpecified>
    <NIIN>sample string 2</NIIN>
    <NSN>sample string 1</NSN>
    <PRIMARY_BUS>65</PRIMARY_BUS>
    <PRIMARY_BUS_DESC>sample string 14</PRIMARY_BUS_DESC>
    <PartNumber>sample string 3</PartNumber>
    <STATUS_DESC>sample string 7</STATUS_DESC>
    <UEID>sample string 5</UEID>
    <WOMAN_OWNED>65</WOMAN_OWNED>
  </NSN_Approved_Suppliers>
  <NSN_Approved_Suppliers>
    <BUS_SIZE>65</BUS_SIZE>
    <BUS_SIZE_DESC>sample string 9</BUS_SIZE_DESC>
    <BUS_TYPE>65</BUS_TYPE>
    <BUS_TYPE_DESC>sample string 8</BUS_TYPE_DESC>
    <CAGE>sample string 4</CAGE>
    <CAGE_Name>sample string 6</CAGE_Name>
    <CAGE_Status>65</CAGE_Status>
    <CAGE_TYPE>sample string 15</CAGE_TYPE>
    <CAGE_URL>sample string 13</CAGE_URL>
    <CCR_GOV_POC>sample string 10</CCR_GOV_POC>
    <CCR_GOV_POC_EMAIL>sample string 12</CCR_GOV_POC_EMAIL>
    <CCR_GOV_POC_PHONE>sample string 11</CCR_GOV_POC_PHONE>
    <LastDateSpecified>2025-05-20T07:27:54.2461771-04:00</LastDateSpecified>
    <NIIN>sample string 2</NIIN>
    <NSN>sample string 1</NSN>
    <PRIMARY_BUS>65</PRIMARY_BUS>
    <PRIMARY_BUS_DESC>sample string 14</PRIMARY_BUS_DESC>
    <PartNumber>sample string 3</PartNumber>
    <STATUS_DESC>sample string 7</STATUS_DESC>
    <UEID>sample string 5</UEID>
    <WOMAN_OWNED>65</WOMAN_OWNED>
  </NSN_Approved_Suppliers>
</ArrayOfNSN_Approved_Suppliers>