GET System/GetSystemStatus

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SystemStatus
NameDescriptionTypeAdditional information
CargoStatusChanged

SystemStatu

None.

LastCargoID

integer

None.

LastCargoUpdateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "CargoStatusChanged": {
    "ID": 1,
    "DateTime": "2024-11-21T12:52:47.1055784+03:00"
  },
  "LastCargoID": 1,
  "LastCargoUpdateTime": "2024-11-21T12:52:47.1055784+03:00"
}

application/xml, text/xml

Sample:
<SystemStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehriNet.ETicaret.Models">
  <CargoStatusChanged>
    <DateTime>2024-11-21T12:52:47.1055784+03:00</DateTime>
    <ID>1</ID>
  </CargoStatusChanged>
  <LastCargoID>1</LastCargoID>
  <LastCargoUpdateTime>2024-11-21T12:52:47.1055784+03:00</LastCargoUpdateTime>
</SystemStatus>