XML - AddUpdateRoom
Request XML
<AddUpdateRoom>
<MethodParameters>
<request>
<AddUpdateRoomInMessages attr0="AddUpdateRoomInMsgArray" isNull="false">
<AddUpdateRoomInMsgArray0>
<Active>False</Active>
<AddIfNotExists>False</AddIfNotExists>
<BuildingCode>ONT</BuildingCode>
<BuildingId>1</BuildingId>
<CampusCode>ONTCAMP</CampusCode>
<Capacity>45</Capacity>
<CheckForConflicts>False</CheckForConflicts>
<Description isNull="false" />
<RoomCode>154</RoomCode>
<RoomId>1</RoomId>
<RoomNumber>152</RoomNumber>
<MessageState isNull="false" />
<ServiceMessageId>0</ServiceMessageId>
<CorrelationId>0</CorrelationId>
<CustomAttributes attr0="CustomAttributeMsgArray" isNull="false">
<CustomAttributeMsgArray0>
<Name isNull="false" />
<Value isNull="false" />
</CustomAttributeMsgArray0>
</CustomAttributes>
</AddUpdateRoomInMsgArray0>
</AddUpdateRoomInMessages>
<JobSequenceInstanceId>0</JobSequenceInstanceId>
<SubscriptionId>0</SubscriptionId>
<TaskScheduleId>0</TaskScheduleId>
<ServiceRequestId>0</ServiceRequestId>
<Source>CmcWcfService</Source>
<TokenId>...Authentication token...</TokenId>
</request>
</MethodParameters>
</AddUpdateRoom>
Response XML
<AddUpdateRoom>
<MethodParameters>
<AddUpdateRoomResponse>
<AddUpdateRoomOutMessages attr0="AddUpdateRoomOutMsgArray" isNull="false">
<AddUpdateRoomOutMsgArray0>
<RoomCode>154</ RoomCode >
<RoomId>1</RoomId>
<MessageErrorCode>None</MessageErrorCode>
<MessageResult></MessageResult>
<MessageStatus>OK</MessageStatus>
<CorrelationId>-1</CorrelationId>
<CustomAttributes />
</AddUpdateRoomOutMsgArray0>
</AddUpdateRoomOutMessages>
<ProcessedRequest />
<Status>OK</Status>
<TokenId>...Authentication token...</TokenId>
<TrxResult>OK</TrxResult>
</AddUpdateRoomResponse>
</MethodParameters>
</AddUpdateRoom>