POST api/SampleCollector/PathologyVisit

Request Information

URI Parameters

None.

Body Parameters

BOSampleCollectionDepositReq
NameDescriptionTypeAdditional information
Msg

string

None.

ResultStatus

integer

None.

BcId

integer

None.

OrderId

integer

None.

PaymentMode

string

None.

TranNo

string

None.

PathologyCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "ResultStatus": 2,
  "BcId": 3,
  "OrderId": 4,
  "PaymentMode": "sample string 5",
  "TranNo": "sample string 6",
  "PathologyCode": "sample string 7"
}

application/xml, text/xml

Sample:
<BOSampleCollectionDepositReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO">
  <BcId>3</BcId>
  <Msg>sample string 1</Msg>
  <OrderId>4</OrderId>
  <PathologyCode>sample string 7</PathologyCode>
  <PaymentMode>sample string 5</PaymentMode>
  <ResultStatus>2</ResultStatus>
  <TranNo>sample string 6</TranNo>
</BOSampleCollectionDepositReq>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.