OrderModel
Model used to retrieve or set information about an order.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Created |
Creation Date of the order. |
date |
None. |
| PickupDate |
This is the date in which the patient picked up the order from the office. It may be null if the order is still in the office. |
date |
None. |
| PatientExternalId |
ID of the patient in the integrating system (Required). |
string |
None. |
| LocationExternalId |
ID of the location in the integrating system (Required). |
string |
None. |
| PhysicianExternalId |
ID of the physician in the integrating system. |
string |
None. |
| UserExternalId |
ID in the integrating system of the user that created the order. |
string |
None. |
| OrderStatusExternalId |
ID in the integrating system of the order status assigned to the order. |
string |
None. |
| OrderBalance |
Balance of the order. |
decimal number |
None. |
| PatientBalance |
Balance of the order that must be paid by the patient. |
decimal number |
None. |
| ReceiptNote |
Receipt note of the order. |
string |
None. |
| Type |
Eyewear type of the order: Frames, Spectacles, Contacts or Others. |
string |
None. |
| OrderDetails |
List of the order details. |
Collection of OrderDetailModel |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |