POST api/PathoTestFormatMaster/AddPathoTestFormatMaster

Request Information

URI Parameters

None.

Body Parameters

PathoTestFormatMaster
NameDescriptionTypeAdditional information
FormatMasterId

integer

None.

FormatName

string

None.

IsReBorderVisible

integer

None.

IsHeaderVisible

integer

None.

OperationType

string

None.

CreatedBy

integer

None.

Notes

string

None.

MachineIP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FormatMasterId": 1,
  "FormatName": "sample string 2",
  "IsReBorderVisible": 3,
  "IsHeaderVisible": 4,
  "OperationType": "sample string 5",
  "CreatedBy": 6,
  "Notes": "sample string 7",
  "MachineIP": "sample string 8"
}

application/xml, text/xml

Sample:
<PathoTestFormatMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models">
  <CreatedBy>6</CreatedBy>
  <FormatMasterId>1</FormatMasterId>
  <FormatName>sample string 2</FormatName>
  <IsHeaderVisible>4</IsHeaderVisible>
  <IsReBorderVisible>3</IsReBorderVisible>
  <MachineIP>sample string 8</MachineIP>
  <Notes>sample string 7</Notes>
  <OperationType>sample string 5</OperationType>
</PathoTestFormatMaster>

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

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.