GET api/FleetPrepaidWashInfo?barCode={barCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
barCode
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "CustomerId": 2,
  "DatePurchased": "2024-09-19T12:07:10.35449-04:00",
  "OriginalCredit": 4.1,
  "WashesUsed": 5,
  "WashesAvailable": 6,
  "DateUsed": "2024-09-19T12:07:10.35449-04:00",
  "LocationId": 8,
  "CodeType": "sample string 9",
  "PlanId": 10,
  "PlanName": "sample string 11",
  "Status": "sample string 12"
}

application/xml, text/xml

Sample:
<FleetPrepaidWashInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crew.WebService.Models">
  <Barcode>sample string 1</Barcode>
  <CodeType>sample string 9</CodeType>
  <CustomerId>2</CustomerId>
  <DatePurchased>2024-09-19T12:07:10.35449-04:00</DatePurchased>
  <DateUsed>2024-09-19T12:07:10.35449-04:00</DateUsed>
  <LocationId>8</LocationId>
  <OriginalCredit>4.1</OriginalCredit>
  <PlanId>10</PlanId>
  <PlanName>sample string 11</PlanName>
  <Status>sample string 12</Status>
  <WashesAvailable>6</WashesAvailable>
  <WashesUsed>5</WashesUsed>
</FleetPrepaidWashInfo>