SpaceCreateCommand Class |
Namespace: CorrigoService.Commands
[SerializableAttribute] public class SpaceCreateCommand : CommandRequest
The SpaceCreateCommand type exposes the following members.
Name | Description | |
---|---|---|
CustomerId |
Parent Customer ID, required.
| |
EndDate |
End date, optional.
| |
IfUnitAlreadyExists |
Optional. Controls how duplicate units are treated; one of DuplicateUnitMode enumeration values. If value is not specified, application assumes DuplicateUnitMode.Ignore.
| |
Instructions |
Free-text value containing additional notes/instructions, optional.
| |
MoveInDate |
Move in date, optional.
| |
MoveOutDate |
Move out date, optional.
| |
NewUnitSpecifier |
Reference to object containing information about the new Unit. Ignored when UnitId != 0.
| |
StartDate |
Start date, optional.
| |
UnitId |
ID of the Unit associated with the Space. Zero means new Unit will be created based on NewUnitSpecifier parameter.
|