GET api/WashCode

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "SaleId": 1,
    "Customer": "sample string 2",
    "WashesPurchased": 3,
    "LastRecharge": "2024-09-19T12:41:46.8591524-04:00",
    "NextRecharge": "2024-09-19T12:41:46.8591524-04:00",
    "AccountNumber": "sample string 6",
    "AccountType": "sample string 7",
    "Total": 8.1,
    "PlanId": "sample string 9",
    "PlanName": "sample string 10",
    "PlanType": "sample string 11"
  },
  {
    "SaleId": 1,
    "Customer": "sample string 2",
    "WashesPurchased": 3,
    "LastRecharge": "2024-09-19T12:41:46.8591524-04:00",
    "NextRecharge": "2024-09-19T12:41:46.8591524-04:00",
    "AccountNumber": "sample string 6",
    "AccountType": "sample string 7",
    "Total": 8.1,
    "PlanId": "sample string 9",
    "PlanName": "sample string 10",
    "PlanType": "sample string 11"
  },
  {
    "SaleId": 1,
    "Customer": "sample string 2",
    "WashesPurchased": 3,
    "LastRecharge": "2024-09-19T12:41:46.8591524-04:00",
    "NextRecharge": "2024-09-19T12:41:46.8591524-04:00",
    "AccountNumber": "sample string 6",
    "AccountType": "sample string 7",
    "Total": 8.1,
    "PlanId": "sample string 9",
    "PlanName": "sample string 10",
    "PlanType": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfWashCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crew.WebService.Models">
  <WashCode>
    <AccountNumber>sample string 6</AccountNumber>
    <AccountType>sample string 7</AccountType>
    <Customer>sample string 2</Customer>
    <LastRecharge>2024-09-19T12:41:46.8591524-04:00</LastRecharge>
    <NextRecharge>2024-09-19T12:41:46.8591524-04:00</NextRecharge>
    <PlanId>sample string 9</PlanId>
    <PlanName>sample string 10</PlanName>
    <PlanType>sample string 11</PlanType>
    <SaleId>1</SaleId>
    <Total>8.1</Total>
    <WashesPurchased>3</WashesPurchased>
  </WashCode>
  <WashCode>
    <AccountNumber>sample string 6</AccountNumber>
    <AccountType>sample string 7</AccountType>
    <Customer>sample string 2</Customer>
    <LastRecharge>2024-09-19T12:41:46.8591524-04:00</LastRecharge>
    <NextRecharge>2024-09-19T12:41:46.8591524-04:00</NextRecharge>
    <PlanId>sample string 9</PlanId>
    <PlanName>sample string 10</PlanName>
    <PlanType>sample string 11</PlanType>
    <SaleId>1</SaleId>
    <Total>8.1</Total>
    <WashesPurchased>3</WashesPurchased>
  </WashCode>
  <WashCode>
    <AccountNumber>sample string 6</AccountNumber>
    <AccountType>sample string 7</AccountType>
    <Customer>sample string 2</Customer>
    <LastRecharge>2024-09-19T12:41:46.8591524-04:00</LastRecharge>
    <NextRecharge>2024-09-19T12:41:46.8591524-04:00</NextRecharge>
    <PlanId>sample string 9</PlanId>
    <PlanName>sample string 10</PlanName>
    <PlanType>sample string 11</PlanType>
    <SaleId>1</SaleId>
    <Total>8.1</Total>
    <WashesPurchased>3</WashesPurchased>
  </WashCode>
</ArrayOfWashCode>