POST api/WsRmShiftDayCashInOut/Save

Request Information

URI Parameters

None.

Body Parameters

WsRmShiftDayCashInOut
NameDescriptionTypeAdditional information
DocDate

date

None.

EntryDate

date

None.

ModifyDate

date

None.

ReceivedAmount

decimal number

None.

SkimmedAmount

decimal number

None.

CompanyId

integer

None.

DocNo

integer

None.

EntryUser

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

WsRmShiftDayManagementId

integer

None.

ReasonRemarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DocDate": "2025-10-29T13:05:56.0832576+05:00",
  "EntryDate": "2025-10-29T13:05:56.0832576+05:00",
  "ModifyDate": "2025-10-29T13:05:56.0832576+05:00",
  "ReceivedAmount": 4.1,
  "SkimmedAmount": 5.1,
  "CompanyId": 6,
  "DocNo": 7,
  "EntryUser": 8,
  "Id": 9,
  "ModifyUser": 10,
  "OrganizationId": 11,
  "WsRmShiftDayManagementId": 12,
  "ReasonRemarks": "sample string 13"
}

application/xml, text/xml

Sample:
<WsRmShiftDayCashInOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.POS">
  <CompanyId>6</CompanyId>
  <DocDate>2025-10-29T13:05:56.0832576+05:00</DocDate>
  <DocNo>7</DocNo>
  <EntryDate>2025-10-29T13:05:56.0832576+05:00</EntryDate>
  <EntryUser>8</EntryUser>
  <Id>9</Id>
  <ModifyDate>2025-10-29T13:05:56.0832576+05:00</ModifyDate>
  <ModifyUser>10</ModifyUser>
  <OrganizationId>11</OrganizationId>
  <ReasonRemarks>sample string 13</ReasonRemarks>
  <ReceivedAmount>4.1</ReceivedAmount>
  <SkimmedAmount>5.1</SkimmedAmount>
  <WsRmShiftDayManagementId>12</WsRmShiftDayManagementId>
</WsRmShiftDayCashInOut>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WsRmShiftDayCashInOut'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.