GET api/PrepaidWashInfo?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:33:31.3492025-04:00",
  "OriginalCredit": 4.1,
  "WashesUsed": 5,
  "WashesAvailable": 6,
  "DateUsed": "2024-09-19T12:33:31.3492025-04:00",
  "LocationId": 8,
  "CodeType": "sample string 9",
  "PlanId": 10,
  "PlanName": "sample string 11",
  "CCNumberInfo": "sample string 12",
  "ccExp": "sample string 13",
  "LastChargeDate": "2024-09-19T12:33:31.3492025-04:00",
  "NextChargeDate": "2024-09-19T12:33:31.3492025-04:00",
  "Status": "sample string 16"
}

application/xml, text/xml

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