POST GBA/GetVendor_SearchExact
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.GBA_GetVendor_SearchExact_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CageCodess | Collection of string |
None. |
|
| SearchByField | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CageCodess": [
"sample string 1",
"sample string 2"
],
"SearchByField": "sample string 1"
}
application/xml, text/xml
Sample:
<GBA_GetVendor_SearchExact_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<CageCodess xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CageCodess>
<SearchByField>sample string 1</SearchByField>
</GBA_GetVendor_SearchExact_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. |