POST GBA/GetStockByNsn
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.GBA_GetStock_ByNSN_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| NSNs | Collection of string |
None. |
|
| CountOnly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"NSNs": [
"sample string 1",
"sample string 2"
],
"CountOnly": true
}
application/xml, text/xml
Sample:
<GBA_GetStock_ByNSN_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<CountOnly>true</CountOnly>
<NSNs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</NSNs>
</GBA_GetStock_ByNSN_Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |