@oystehr/sdk
Version:
Oystehr SDK
15 lines (13 loc) • 352 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
export interface LabRouteDeleteParams {
primaryId?: string;
/**
* Provided by the lab, indicates a financial relationship between the lab and the customer.
*/
accountNumber: string;
/**
* Unique identifier of a lab. Searchable via orderable item Search.
*/
labGuid: string;
routeGuid: string;
}