POST Resion/Resion_GetBillingsReport

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_Resion_OpenSoParams
NameDescriptionTypeAdditional information
START_DATE

date

None.

END_DATE

date

None.

SMAN_CODE

string

None.

DATE_TYPE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "START_DATE": "2026-04-03T08:49:56.9505644-04:00",
  "END_DATE": "2026-04-03T08:49:56.9505644-04:00",
  "SMAN_CODE": "sample string 3",
  "DATE_TYPE": "sample string 4"
}

application/xml, text/xml

Sample:
<XS_Resion_OpenSoParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <DATE_TYPE>sample string 4</DATE_TYPE>
  <END_DATE>2026-04-03T08:49:56.9505644-04:00</END_DATE>
  <SMAN_CODE>sample string 3</SMAN_CODE>
  <START_DATE>2026-04-03T08:49:56.9505644-04:00</START_DATE>
</XS_Resion_OpenSoParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional 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.