GET api/task/latest-by-periodid?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

TaxTaskType

Required

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfNullableOfDateTime
NameDescriptionTypeAdditional information
State

ResponseState

None.

SubState

ResponseSubStateCode

None.

Data

date

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1000,
  "subState": 0,
  "data": "2025-08-16 12:36:52",
  "msg": "sample string 1"
}

application/xml, text/xml

Sample:
<ResponseDataOfNullableOfdateTime5F2dSckg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.TaxDeclaration.Service.Models">
  <Data>2025-08-16T12:36:52.2259637+08:00</Data>
  <Msg>sample string 1</Msg>
  <State>OK</State>
  <SubState>OK</SubState>
</ResponseDataOfNullableOfdateTime5F2dSckg>