SetStateInvoiceRequest Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Contains the data needed to set the state of an invoice.
The SetStateInvoiceRequest class inherits from Request. It exposes the following members.
| Constructor | Description |
| SetStateInvoiceRequest | Initializes a new instance of the SetStateInvoiceRequest class. |
| Instance Property | Description |
| EntityId | Gets or sets the ID of the invoice instance that is the target of the set state operation. |
| InvoiceState | Gets or sets the new state for the invoice. |
| InvoiceStatus | Gets or sets the new status reason for the invoice. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
Requirements
Web Service: CrmService
See Also
Reference
- CrmService Classes
- Execute Method
- invoice Class
- SetStateInvoice Message
- SetStateInvoiceResponse Class
© 2010 Microsoft Corporation. All rights reserved.
