POST api/Report/working-report

Request Information

URI Parameters

None.

Body Parameters

WorkingReportDto
NameDescriptionTypeAdditional information
MemberId

integer

None.

CardNo

string

None.

CompanyName

string

None.

Location

string

None.

VehicleNo

string

None.

VehicleType

string

None.

NoOfDays

integer

None.

Amount

decimal number

None.

ToWords

string

None.

ReciptNo

string

None.

ReciptDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": 1,
  "CardNo": "sample string 2",
  "CompanyName": "sample string 3",
  "Location": "sample string 4",
  "VehicleNo": "sample string 5",
  "VehicleType": "sample string 6",
  "NoOfDays": 7,
  "Amount": 8.0,
  "ToWords": "sample string 9",
  "ReciptNo": "sample string 10",
  "ReciptDate": "2026-07-22T14:14:49.6267206+00:00"
}

application/xml, text/xml

Sample:
<WorkingReportDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Models">
  <Amount>8</Amount>
  <CardNo>sample string 2</CardNo>
  <CompanyName>sample string 3</CompanyName>
  <Location>sample string 4</Location>
  <MemberId>1</MemberId>
  <NoOfDays>7</NoOfDays>
  <ReciptDate>2026-07-22T14:14:49.6267206+00:00</ReciptDate>
  <ReciptNo>sample string 10</ReciptNo>
  <ToWords>sample string 9</ToWords>
  <VehicleNo>sample string 5</VehicleNo>
  <VehicleType>sample string 6</VehicleType>
</WorkingReportDto>

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.