POST api/SampleCollector/SampleCollectionVisit

Request Information

URI Parameters

None.

Body Parameters

BOSampleCollectoVisitReq
NameDescriptionTypeAdditional information
Msg

string

None.

ResultStatus

integer

None.

BcId

integer

None.

OrderId

integer

None.

PaymentMode

string

None.

TranNo

string

None.

VisitRemarkId

integer

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",
  "VisitRemarkId": 7
}

application/xml, text/xml

Sample:
<BOSampleCollectoVisitReq 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>
  <PaymentMode>sample string 5</PaymentMode>
  <ResultStatus>2</ResultStatus>
  <TranNo>sample string 6</TranNo>
  <VisitRemarkId>7</VisitRemarkId>
</BOSampleCollectoVisitReq>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.