POST api/Dash/LastFiveRecord

Request Information

URI Parameters

None.

Body Parameters

GlobalModuleOfDashModule
NameDescriptionTypeAdditional information
language

integer

None.

ID

integer

None.

Request

DashModule

None.

Request Formats

application/json, text/json

Sample:
{
  "language": 1,
  "ID": 1,
  "Request": {
    "CURID": 1,
    "date": "2025-12-10T15:37:20.8132065+03:00"
  }
}

application/xml, text/xml

Sample:
<GlobalModuleOfDashModuleZCTEHWs7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolPersonel.Models">
  <ID>1</ID>
  <Request xmlns:d2p1="http://schemas.datacontract.org/2004/07/VolPersonel.Module">
    <d2p1:CURID>1</d2p1:CURID>
    <d2p1:date>2025-12-10T15:37:20.8132065+03:00</d2p1:date>
  </Request>
  <language>1</language>
</GlobalModuleOfDashModuleZCTEHWs7>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.