AddRoomForProjectStatus
Property | Type | Description |
---|---|---|
Status | int | Status of the room creation. Success - 1 , Error - 0 |
Room | ProjectRoom | Room details. If the room is created successfully, details of the created room will be returned. If room creation failed, input room details will be returned and RoomId will be zero |
ErrorCode | int | Error code. If room is created successfully, Error code will be 0, If not the relevant error code will be returned |
Â
Â