GET api/GetPass/UpdatedcrdetailsResult1

Request Information

URI Parameters

None.

Body Parameters

updatedcrdata1
NameDescriptionTypeAdditional information
OutLocation

string

None.

OrderCollected

string

None.

OrderValue

decimal number

None.

cashCollected

string

None.

visitremark

string

None.

DcrImage

string

None.

CusID

decimal number

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "OutLocation": "sample string 1",
  "OrderCollected": "sample string 2",
  "OrderValue": 3.0,
  "cashCollected": "sample string 4",
  "visitremark": "sample string 5",
  "DcrImage": "sample string 6",
  "CusID": 7.0
}

application/xml, text/xml

Sample:
<updatedcrdata1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <CusID>7</CusID>
  <DcrImage>sample string 6</DcrImage>
  <OrderCollected>sample string 2</OrderCollected>
  <OrderValue>3</OrderValue>
  <OutLocation>sample string 1</OutLocation>
  <cashCollected>sample string 4</cashCollected>
  <visitremark>sample string 5</visitremark>
</updatedcrdata1>

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, text/html

Sample:

Sample not available.