POST api/ProtoSecurity/ProtoSecurityCheck

Request Information

URI Parameters

None.

Body Parameters

ProtoSecurityModel
NameDescriptionTypeAdditional information
DriverID

string

None.

TripID

string

None.

Filled6KG

integer

None.

Filled13KG

integer

None.

Filled50KG

integer

None.

TotalLoaded

integer

None.

Empty6KG

integer

None.

Empty13KG

integer

None.

Empty50KG

integer

None.

BulkQuantity

integer

None.

TripCategory

integer

None.

Burner

integer

None.

Grill

integer

None.

Regulator

integer

None.

HosePipe

integer

None.

Status

integer

None.

CheckBy

integer

None.

message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DriverID": "sample string 1",
  "TripID": "sample string 2",
  "Filled6KG": 3,
  "Filled13KG": 4,
  "Filled50KG": 5,
  "TotalLoaded": 6,
  "Empty6KG": 7,
  "Empty13KG": 8,
  "Empty50KG": 9,
  "BulkQuantity": 10,
  "TripCategory": 11,
  "Burner": 12,
  "Grill": 13,
  "Regulator": 14,
  "HosePipe": 15,
  "Status": 16,
  "CheckBy": 17,
  "message": "sample string 18"
}

application/xml, text/xml

Sample:
<ProtoSecurityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProtoAPI.Models">
  <BulkQuantity>10</BulkQuantity>
  <Burner>12</Burner>
  <CheckBy>17</CheckBy>
  <DriverID>sample string 1</DriverID>
  <Empty13KG>8</Empty13KG>
  <Empty50KG>9</Empty50KG>
  <Empty6KG>7</Empty6KG>
  <Filled13KG>4</Filled13KG>
  <Filled50KG>5</Filled50KG>
  <Filled6KG>3</Filled6KG>
  <Grill>13</Grill>
  <HosePipe>15</HosePipe>
  <Regulator>14</Regulator>
  <Status>16</Status>
  <TotalLoaded>6</TotalLoaded>
  <TripCategory>11</TripCategory>
  <TripID>sample string 2</TripID>
  <message>sample string 18</message>
</ProtoSecurityModel>

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.