GET api/SaleInfo?saleId={saleId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
saleId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "SaleId": 1, "SaleObjectId": 2, "LocationId": 3, "WashDate": "2024-11-09T11:44:08.6770145-05:00", "WashType": "sample string 5", "Services": "sample string 6", "Discounts": "sample string 7", "EmployeeId": 8, "EmployeeFullName": "sample string 9", "HasClearCoat": true, "HasUnderbody": true, "HasWheelBright": true, "HasTireShine": true, "HasFastWax": true, "HasDiscounts": true, "HasInteriorClean": true }, { "SaleId": 1, "SaleObjectId": 2, "LocationId": 3, "WashDate": "2024-11-09T11:44:08.6770145-05:00", "WashType": "sample string 5", "Services": "sample string 6", "Discounts": "sample string 7", "EmployeeId": 8, "EmployeeFullName": "sample string 9", "HasClearCoat": true, "HasUnderbody": true, "HasWheelBright": true, "HasTireShine": true, "HasFastWax": true, "HasDiscounts": true, "HasInteriorClean": true }, { "SaleId": 1, "SaleObjectId": 2, "LocationId": 3, "WashDate": "2024-11-09T11:44:08.6770145-05:00", "WashType": "sample string 5", "Services": "sample string 6", "Discounts": "sample string 7", "EmployeeId": 8, "EmployeeFullName": "sample string 9", "HasClearCoat": true, "HasUnderbody": true, "HasWheelBright": true, "HasTireShine": true, "HasFastWax": true, "HasDiscounts": true, "HasInteriorClean": true } ]
application/xml, text/xml
Sample:
<ArrayOfSalesInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crew.WebService.Models"> <SalesInfo> <Discounts>sample string 7</Discounts> <EmployeeFullName>sample string 9</EmployeeFullName> <EmployeeId>8</EmployeeId> <HasClearCoat>true</HasClearCoat> <HasDiscounts>true</HasDiscounts> <HasFastWax>true</HasFastWax> <HasInteriorClean>true</HasInteriorClean> <HasTireShine>true</HasTireShine> <HasUnderbody>true</HasUnderbody> <HasWheelBright>true</HasWheelBright> <LocationId>3</LocationId> <SaleId>1</SaleId> <SaleObjectId>2</SaleObjectId> <Services>sample string 6</Services> <WashDate>2024-11-09T11:44:08.6770145-05:00</WashDate> <WashType>sample string 5</WashType> </SalesInfo> <SalesInfo> <Discounts>sample string 7</Discounts> <EmployeeFullName>sample string 9</EmployeeFullName> <EmployeeId>8</EmployeeId> <HasClearCoat>true</HasClearCoat> <HasDiscounts>true</HasDiscounts> <HasFastWax>true</HasFastWax> <HasInteriorClean>true</HasInteriorClean> <HasTireShine>true</HasTireShine> <HasUnderbody>true</HasUnderbody> <HasWheelBright>true</HasWheelBright> <LocationId>3</LocationId> <SaleId>1</SaleId> <SaleObjectId>2</SaleObjectId> <Services>sample string 6</Services> <WashDate>2024-11-09T11:44:08.6770145-05:00</WashDate> <WashType>sample string 5</WashType> </SalesInfo> <SalesInfo> <Discounts>sample string 7</Discounts> <EmployeeFullName>sample string 9</EmployeeFullName> <EmployeeId>8</EmployeeId> <HasClearCoat>true</HasClearCoat> <HasDiscounts>true</HasDiscounts> <HasFastWax>true</HasFastWax> <HasInteriorClean>true</HasInteriorClean> <HasTireShine>true</HasTireShine> <HasUnderbody>true</HasUnderbody> <HasWheelBright>true</HasWheelBright> <LocationId>3</LocationId> <SaleId>1</SaleId> <SaleObjectId>2</SaleObjectId> <Services>sample string 6</Services> <WashDate>2024-11-09T11:44:08.6770145-05:00</WashDate> <WashType>sample string 5</WashType> </SalesInfo> </ArrayOfSalesInfo>