WoEstimate Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoEstimate : CorrigoEntityWithOptimisticLock
The WoEstimate type exposes the following members.
| Name | Description | |
|---|---|---|
| Amount |
Requested NTE (Not to Exceed) amount. Negative values are not allowed; zero value might be blocked by pre-commit check.
| |
| Comment |
When new NTE (Not to Exceed) is requested - contains request comment.
After request was approved it contains response from customer.
Max Length=2048
| |
| ContactId |
Id of the contact that approves or rejects estimate.
Required for approved and rejected state when ContactName is not defined.
| |
| ContactName |
Contact that approved or rejected comment.
Required for approved and rejected state when ContactId is not defined.
Max Length=256
| |
| CurrencyTypeId |
Currency type inherited from WO
| |
| IsMultiline | ||
| Items | ||
| Reason |
Contains response from customer after reject.
Max Length=256
| |
| StatusId |
Unknown, NotSubmitted (obsolete state), Requested, WaitingForApproval, Approved,Rejected, InProposal (reserved).
Is required.
| |
| WorkOrderId |
Estimate work order id.
Is required.
|