POST api/DocMaster

Request Information

URI Parameters

None.

Body Parameters

DocMasterClass
NameDescriptionTypeAdditional information
docid

integer

None.

docname

string

None.

docremarks

string

None.

doctype

string

None.

customercode

string

None.

membername

string

None.

docfilepath

string

None.

docfilename

string

None.

Request Formats

application/json, text/json

Sample:
{
  "docid": 1,
  "docname": "sample string 2",
  "docremarks": "sample string 3",
  "doctype": "sample string 4",
  "customercode": "sample string 5",
  "membername": "sample string 6",
  "docfilepath": "sample string 7",
  "docfilename": "sample string 8"
}

application/xml, text/xml

Sample:
<DocMasterClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicAuthentication.Models">
  <customercode>sample string 5</customercode>
  <docfilename>sample string 8</docfilename>
  <docfilepath>sample string 7</docfilepath>
  <docid>1</docid>
  <docname>sample string 2</docname>
  <docremarks>sample string 3</docremarks>
  <doctype>sample string 4</doctype>
  <membername>sample string 6</membername>
</DocMasterClass>

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.