POST api/PoctLogin/poctServiceWorkDetail1

Request Information

URI Parameters

None.

Body Parameters

servciework
NameDescriptionTypeAdditional information
serviceDate

string

None.

engineerName

string

None.

category

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "serviceDate": "sample string 1",
  "engineerName": "sample string 2",
  "category": "sample string 3"
}

application/xml, text/xml

Sample:
<Login.servciework xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <category>sample string 3</category>
  <engineerName>sample string 2</engineerName>
  <serviceDate>sample string 1</serviceDate>
</Login.servciework>

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 'servciework'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.