POST api/DayClose/ShowDayClose

Request Information

URI Parameters

None.

Body Parameters

ShowDayClose
NameDescriptionTypeAdditional information
CurrentPage

integer

None.

PageSize

integer

None.

UserID

integer

None.

UnitID

integer

None.

BranchID

integer

None.

AreaID

integer

None.

AssociateID

integer

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentPage": 1,
  "PageSize": 2,
  "UserID": 3,
  "UnitID": 1,
  "BranchID": 1,
  "AreaID": 1,
  "AssociateID": 1,
  "FromDate": "2026-06-26T23:55:19.1537463+05:30",
  "ToDate": "2026-06-26T23:55:19.1537463+05:30"
}

application/xml, text/xml

Sample:
<ShowDayClose xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <AreaID>1</AreaID>
  <AssociateID>1</AssociateID>
  <BranchID>1</BranchID>
  <CurrentPage>1</CurrentPage>
  <FromDate>2026-06-26T23:55:19.1537463+05:30</FromDate>
  <PageSize>2</PageSize>
  <ToDate>2026-06-26T23:55:19.1537463+05:30</ToDate>
  <UnitID>1</UnitID>
  <UserID>3</UserID>
</ShowDayClose>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.