POST March/March_SearchDocuments
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.MAR_SearchDocParams| Name | Description | Type | Additional information |
|---|---|---|---|
| START_DATE | date |
None. |
|
| END_DATE | date |
None. |
|
| SEARCH_BY | string |
None. |
|
| SEARCH_STRING | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"START_DATE": "2026-04-03T08:44:46.9134791-04:00",
"END_DATE": "2026-04-03T08:44:46.9134791-04:00",
"SEARCH_BY": "sample string 1",
"SEARCH_STRING": "sample string 2"
}
application/xml, text/xml
Sample:
<MAR_SearchDocParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <END_DATE>2026-04-03T08:44:46.9134791-04:00</END_DATE> <SEARCH_BY>sample string 1</SEARCH_BY> <SEARCH_STRING>sample string 2</SEARCH_STRING> <START_DATE>2026-04-03T08:44:46.9134791-04:00</START_DATE> </MAR_SearchDocParams>
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. |