<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="MobiSolutions.Cloud.Api.MobiManagement" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="DomainObject" Abstract="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CreatedByUser" Type="Edm.String" /><Property Name="CreatedByUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><Property Name="LastUpdated" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedByUser" Type="Edm.String" /><Property Name="UpdatedByUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Index" Type="Edm.Int32" Nullable="false" /><Property Name="VariantConfig1" Type="Edm.String" /><Property Name="VariantConfig2" Type="Edm.String" /><Property Name="VariantConfig3" Type="Edm.String" /><Property Name="VariantConfig4" Type="Edm.String" /><Property Name="VariantConfig5" Type="Edm.String" /><Property Name="VariantConfig1_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig2_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig3_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig4_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig5_Enabled" Type="Edm.Boolean" /><Property Name="ExtensionId" Type="Edm.Guid" /><NavigationProperty Name="Extension" Type="MobiSolutions.Cloud.Api.MobiManagement.DomainObjectExtension" /></EntityType><ComplexType Name="IdResult"><Property Name="Id" Type="Edm.Guid" Nullable="false" /></ComplexType><EntityType Name="DomainObjectExtension"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CreatedByUser" Type="Edm.String" /><Property Name="CreatedByUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><Property Name="LastUpdated" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedByUser" Type="Edm.String" /><Property Name="UpdatedByUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Index" Type="Edm.Int32" Nullable="false" /><Property Name="VariantConfig1" Type="Edm.String" /><Property Name="VariantConfig2" Type="Edm.String" /><Property Name="VariantConfig3" Type="Edm.String" /><Property Name="VariantConfig4" Type="Edm.String" /><Property Name="VariantConfig5" Type="Edm.String" /><Property Name="VariantConfig1_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig2_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig3_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig4_Enabled" Type="Edm.Boolean" /><Property Name="VariantConfig5_Enabled" Type="Edm.Boolean" /><Property Name="EntityTransactionStatus" Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransactionStatus" Nullable="false" /><Property Name="EntityTransactionStatusText" Type="Edm.String" /><NavigationProperty Name="Documents" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DocumentReference)" /><NavigationProperty Name="DimensionFields" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionField)" /><NavigationProperty Name="EntityTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction)" /></EntityType><EntityType Name="Absence" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="AbsenceId" Type="Edm.String" /><Property Name="RegistrationType" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeRegistrationType" Nullable="false" /><Property Name="MaxEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="Max" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AbsenceGroupId" Type="Edm.Guid" /><NavigationProperty Name="AbsenceGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.AbsenceGroup" ContainsTarget="true"><ReferentialConstraint Property="AbsenceGroupId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="AbsenceGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><NavigationProperty Name="Absences" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Absence)" ContainsTarget="true" /></EntityType><EntityType Name="AppSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Value" Type="Edm.String" /><Property Name="Module" Type="Edm.String" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="DefaultDashboardSlideShowId" Type="Edm.Guid" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DefaultDashboardSlideShow" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShow" ContainsTarget="true" /></EntityType><EntityType Name="Resource" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject" Abstract="true"><Property Name="IsPerson" Type="Edm.Boolean" /><Property Name="IsEmployee" Type="Edm.Boolean" /><Property Name="IsAsset" Type="Edm.Boolean" /><Property Name="IsMachine" Type="Edm.Boolean" /><Property Name="IsTool" Type="Edm.Boolean" /><Property Name="IsFacility" Type="Edm.Boolean" /><Property Name="IsEquipment" Type="Edm.Boolean" /><Property Name="IsBoxAsset" Type="Edm.Boolean" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="Email" Type="Edm.String" /><Property Name="ResourceColor" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WorkTimesId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WorkTimes" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkTimes" ContainsTarget="true"><ReferentialConstraint Property="WorkTimesId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Person" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Resource" Abstract="true"><Property Name="Gender" Type="MobiSolutions.Cloud.Api.MobiManagement.GenderType" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Initials" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /></EntityType><EntityType Name="Employee" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Person"><Property Name="EmployeeNumber" Type="Edm.String" /><Property Name="PayrollNumber" Type="Edm.String" /><Property Name="PayrollIntervalId" Type="Edm.Guid" /><Property Name="EmployeeGroupId" Type="Edm.Guid" /><Property Name="Substitute" Type="Edm.Boolean" /><Property Name="SupervisorId" Type="Edm.Guid" /><Property Name="DepartmentId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="ResetPasswordPending" Type="Edm.Boolean" /><Property Name="DefaultProjectId" Type="Edm.Guid" /><Property Name="DefaultOvertimeCategoryId" Type="Edm.Guid" /><Property Name="LoginInfo_AppLogin" Type="Edm.Boolean" /><Property Name="LoginInfo_Username" Type="Edm.String" /><Property Name="CheckinInfo_CheckedIn" Type="Edm.Boolean" /><Property Name="CheckinInfo_Time" Type="Edm.DateTimeOffset" /><Property Name="CheckinInfo_Location" Type="Edm.String" /><Property Name="CheckinInfo_CheckedInProject" Type="Edm.Boolean" /><Property Name="CheckinInfo_ProjectTime" Type="Edm.DateTimeOffset" /><Property Name="CheckinInfo_ProjectId" Type="Edm.String" /><Property Name="CheckinInfo_ProjectLocation" Type="Edm.String" /><Property Name="Checkin_BeaconId" Type="Edm.Guid" /><Property Name="QA_Consignment_Validation" Type="MobiSolutions.Cloud.Api.MobiManagement.ConsignmentEmployeeValidation" Nullable="false" /><Property Name="PickingValidation" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingEmployeeValidation" Nullable="false" /><Property Name="Pincode" Type="Edm.String" /><Property Name="RecognitionType" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeRecognitionType" Nullable="false" /><Property Name="DefaultExpenseCategoryId" Type="Edm.Guid" /><Property Name="SecurityRole" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeSecurityRoleType" Nullable="false" /><NavigationProperty Name="PayrollInterval" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollInterval" ContainsTarget="true"><ReferentialConstraint Property="PayrollIntervalId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="EmployeeGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" ContainsTarget="true"><ReferentialConstraint Property="EmployeeGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Supervisor" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true" /><NavigationProperty Name="Department" Type="MobiSolutions.Cloud.Api.MobiManagement.Department" ContainsTarget="true"><ReferentialConstraint Property="DepartmentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Checkin_Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DefaultProject" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true" /><NavigationProperty Name="DefaultOvertimeCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory" ContainsTarget="true" /><NavigationProperty Name="DefaultExpenseCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseCategory" ContainsTarget="true" /><NavigationProperty Name="AppSettings" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.AppSetting)" ContainsTarget="true" /><NavigationProperty Name="ServiceAreas" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ServiceArea)" ContainsTarget="true" /></EntityType><EntityType Name="DashboardSlideShow" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SlideShowId" Type="Edm.String" /><NavigationProperty Name="SlideShowEntries" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShowEntry)" ContainsTarget="true" /></EntityType><EntityType Name="AppSubscription"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="IconName_Default" Type="Edm.String" /><Property Name="ExternalLink_Default" Type="Edm.String" /><Property Name="ExternalLink_Default_Test" Type="Edm.String" /><Property Name="ApplicationName" Type="Edm.String" /><Property Name="Description_Short" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="IconName" Type="Edm.String" /><Property Name="ExternalLink" Type="Edm.String" /><Property Name="ExternalLink_Test" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="Environment" Type="Edm.String" /><Property Name="ApplicationType" Type="MobiSolutions.Cloud.Api.MobiManagement.ApplicationType" Nullable="false" /><Property Name="KeyBullet1" Type="Edm.String" /><Property Name="KeyBullet2" Type="Edm.String" /><Property Name="KeyBullet3" Type="Edm.String" /><Property Name="KeyBullet4" Type="Edm.String" /><Property Name="KeyBullet5" Type="Edm.String" /><Property Name="SystemUser" Type="Edm.Boolean" Nullable="false" /><Property Name="Employee" Type="Edm.Boolean" Nullable="false" /><Property Name="Customer" Type="Edm.Boolean" Nullable="false" /><Property Name="Vendor" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="BarcodeConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ConfigId" Type="Edm.String" /><Property Name="ConfigTypeId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="VendorId" Type="Edm.Guid" /><Property Name="StartTag" Type="Edm.String" /><Property Name="EndTag" Type="Edm.String" /><NavigationProperty Name="ConfigType" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfigType" ContainsTarget="true" /><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" ContainsTarget="true"><ReferentialConstraint Property="VendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Segments" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegment)" ContainsTarget="true" /></EntityType><EntityType Name="BarcodeConfigType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /></EntityType><EntityType Name="Customer" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CustomerId" Type="Edm.String" /><Property Name="AccountNumber" Type="Edm.String" /><Property Name="IsAbstract" Type="Edm.Boolean" Nullable="false" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="Note" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="EAN" Type="Edm.String" /><Property Name="GlnNumber" Type="Edm.String" /><Property Name="EORINumber" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="EndDiscount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="PriceVisible" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowNotification" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="Block" Type="Edm.Boolean" Nullable="false" /><Property Name="EmailInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="ResourceColor" Type="Edm.String" /><Property Name="DeliveryName" Type="Edm.String" /><Property Name="DeliveryStreet" Type="Edm.String" /><Property Name="DeliveryStreet2" Type="Edm.String" /><Property Name="DeliveryZipCode" Type="Edm.String" /><Property Name="DeliveryCity" Type="Edm.String" /><Property Name="DeliveryCountry" Type="Edm.String" /><Property Name="DeliveryState" Type="Edm.String" /><Property Name="DeliveryContact" Type="Edm.String" /><Property Name="DeliveryEmail" Type="Edm.String" /><Property Name="DeliveryPhone" Type="Edm.String" /><Property Name="BillToName" Type="Edm.String" /><Property Name="BillToContact" Type="Edm.String" /><Property Name="BillToStreet" Type="Edm.String" /><Property Name="BillToStreet2" Type="Edm.String" /><Property Name="BillToZip" Type="Edm.String" /><Property Name="BillToCity" Type="Edm.String" /><Property Name="BillToCounty" Type="Edm.String" /><Property Name="BillToCountry" Type="Edm.String" /><Property Name="BillToState" Type="Edm.String" /><Property Name="BillToEmail" Type="Edm.String" /><Property Name="BillToPhone" Type="Edm.String" /><Property Name="BillTo_ProviderAccount" Type="Edm.String" /><Property Name="BillTo_ProviderAccount_Type" Type="Edm.String" /><Property Name="ABCEnum" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesABC" Nullable="false" /><Property Name="CustomerGroupId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="ContactPersonId" Type="Edm.Guid" /><Property Name="PriceListId" Type="Edm.Guid" /><Property Name="PaymentGroupId" Type="Edm.Guid" /><Property Name="DiscountGroupId" Type="Edm.Guid" /><Property Name="DeliveryTermId" Type="Edm.Guid" /><Property Name="DeliveryModeId" Type="Edm.Guid" /><Property Name="SalesOrderType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderType" Nullable="false" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="DigitalId" Type="Edm.String" /><Property Name="PriceInclVat" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="CustomerGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerGroup" ContainsTarget="true"><ReferentialConstraint Property="CustomerGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContactPerson" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" ContainsTarget="true"><ReferentialConstraint Property="ContactPersonId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PriceList" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceList" ContainsTarget="true"><ReferentialConstraint Property="PriceListId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PaymentGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.PaymentGroup" ContainsTarget="true"><ReferentialConstraint Property="PaymentGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DiscountGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerDiscountGroup" ContainsTarget="true" /><NavigationProperty Name="DeliveryTerm" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryTerm" ContainsTarget="true"><ReferentialConstraint Property="DeliveryTermId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryMode" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryMode" ContainsTarget="true"><ReferentialConstraint Property="DeliveryModeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContactPersons" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ContactPerson)" ContainsTarget="true" /><NavigationProperty Name="Users" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.CustomerUser)" ContainsTarget="true" /><NavigationProperty Name="Webshops" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Webshop)" ContainsTarget="true" /><NavigationProperty Name="PriceConfigs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PriceConfig)" ContainsTarget="true" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductCatalogs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductCatalog)" /></EntityType><EntityType Name="Vendor" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="VendorId" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="IsShipmentVendor" Type="Edm.Boolean" /><Property Name="IsPayrollVendor" Type="Edm.Boolean" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="EAN" Type="Edm.String" /><Property Name="GlnNumber" Type="Edm.String" /><Property Name="EORINumber" Type="Edm.String" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="PriceListId" Type="Edm.Guid" /><Property Name="Phone" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="ResourceColor" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="WWW" Type="Edm.String" /><Property Name="WebShop" Type="Edm.String" /><Property Name="Block" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PriceList" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceList" ContainsTarget="true"><ReferentialConstraint Property="PriceListId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContactPersons" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ContactPerson)" ContainsTarget="true" /><NavigationProperty Name="Users" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VendorUser)" ContainsTarget="true" /></EntityType><EntityType Name="BarcodeSegment" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SegmentId" Type="Edm.String" /><Property Name="TagName" Type="Edm.String" /><Property Name="Length" Type="Edm.Int32" Nullable="false" /><Property Name="Value" Type="Edm.String" /><Property Name="SegmentTypeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><NavigationProperty Name="SegmentType" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegmentType" ContainsTarget="true" /></EntityType><EntityType Name="Barcode" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BarcodeString" Type="Edm.String" /><Property Name="BarcodeTypeId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="PalletId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="ContainerId" Type="Edm.Guid" /><Property Name="ToadId" Type="Edm.Guid" /><Property Name="PackagingBoxId" Type="Edm.Guid" /><Property Name="PickingTableId" Type="Edm.Guid" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="PurchaseLineId" Type="Edm.Guid" /><Property Name="InventObjectId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><NavigationProperty Name="BarcodeType" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeType" ContainsTarget="true"><ReferentialConstraint Property="BarcodeTypeId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="BarcodeType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /></EntityType><EntityType Name="BarcodeSegmentType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /><Property Name="Standard" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /><Property Name="Length" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="PositionalBarcodeConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ConfigId" Type="Edm.String" /><Property Name="ConfigTypeId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="VendorId" Type="Edm.Guid" /><Property Name="StartTag" Type="Edm.String" /><Property Name="EndTag" Type="Edm.String" /><NavigationProperty Name="ConfigType" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfigType" ContainsTarget="true" /><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" ContainsTarget="true"><ReferentialConstraint Property="VendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Segments" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PositionalBarcodeSegment)" ContainsTarget="true" /></EntityType><EntityType Name="PositionalBarcodeSegment" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SegmentId" Type="Edm.String" /><Property Name="StartPosition" Type="Edm.Int32" Nullable="false" /><Property Name="Length" Type="Edm.Int32" Nullable="false" /><Property Name="Value" Type="Edm.String" /><Property Name="SegmentTypeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><NavigationProperty Name="SegmentType" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegmentType" ContainsTarget="true" /></EntityType><EntityType Name="Beacon" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BeaconId" Type="Edm.String" /><Property Name="Major" Type="Edm.String" /><Property Name="Minor" Type="Edm.String" /><Property Name="HtmlText" Type="Edm.String" /><Property Name="Power" Type="Edm.Decimal" Scale="variable" /><Property Name="Battery" Type="Edm.Decimal" Scale="variable" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.BeaconType" Nullable="false" /><Property Name="ScanTime" Type="Edm.Int32" /><Property Name="UUID" Type="Edm.String" /><Property Name="DMAC" Type="Edm.String" /><Property Name="TrackingID" Type="Edm.String" /><Property Name="X" Type="Edm.Int32" /><Property Name="Y" Type="Edm.Int32" /><Property Name="Z" Type="Edm.Int32" /><Property Name="Temperature" Type="Edm.Decimal" Scale="variable" /><Property Name="Version" Type="Edm.Int32" /><Property Name="RSSI" Type="Edm.Int32" /><Property Name="SID" Type="Edm.String" /><Property Name="NID" Type="Edm.String" /><Property Name="Url" Type="Edm.String" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="GroupId" Type="Edm.Guid" /><Property Name="SchemaTypeId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Group" Type="MobiSolutions.Cloud.Api.MobiManagement.BeaconGroup" ContainsTarget="true" /><NavigationProperty Name="SchemaType" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" ContainsTarget="true"><ReferentialConstraint Property="SchemaTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="MetaDataList" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BeaconMetaData)" ContainsTarget="true" /></EntityType><EntityType Name="ProjectLocation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Note" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="ContactPerson" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="Building" Type="Edm.String" /><Property Name="Block" Type="Edm.String" /><Property Name="Area" Type="Edm.String" /><Property Name="Floor" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="OpenTime" Type="Edm.Duration" /><Property Name="CloseTime" Type="Edm.Duration" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="TimeZone" Type="Edm.String" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /></EntityType><EntityType Name="Image" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject" Abstract="true"><Property Name="ImageId" Type="Edm.String" /><Property Name="IsStorageAccountImage" Type="Edm.Boolean" /><Property Name="IsLocalImage" Type="Edm.Boolean" /><Property Name="Context" Type="Edm.String" /></EntityType><EntityType Name="StorageAccountImage" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Image"><Property Name="StorageAccountName" Type="Edm.String" /><Property Name="BlobContainerName" Type="Edm.String" /><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><Property Name="FolderId" Type="Edm.Guid" /><NavigationProperty Name="Folder" Type="MobiSolutions.Cloud.Api.MobiManagement.ImageFolder" ContainsTarget="true" /></EntityType><EntityType Name="BeaconGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><NavigationProperty Name="Beacons" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Beacon)" ContainsTarget="true" /></EntityType><EntityType Name="SchemaType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /><Property Name="RequireDocumentation" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireSignatureType" Type="MobiSolutions.Cloud.Api.MobiManagement.SignatureType" Nullable="false" /><NavigationProperty Name="FieldTypes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType)" ContainsTarget="true" /></EntityType><EntityType Name="BeaconMetaData" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Data" Type="Edm.String" /><Property Name="HtmlText" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Brand" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BrandId" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /></EntityType><EntityType Name="CompanyInfo" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Key" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="CVR" Type="Edm.String" /><Property Name="EAN" Type="Edm.String" /><Property Name="GlnNumber" Type="Edm.String" /><Property Name="EORINumber" Type="Edm.String" /><Property Name="LogoImageId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="PayrollVendorId" Type="Edm.Guid" /><Property Name="ShipmentVendorId" Type="Edm.Guid" /><Property Name="LabelPrinterId" Type="Edm.Guid" /><Property Name="DocumentPrinterId" Type="Edm.Guid" /><Property Name="VatPercent_Default" Type="Edm.Decimal" Scale="variable" /><Property Name="SalesOrderType_Default" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderType" Nullable="false" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="AccrualAccountingType" Type="MobiSolutions.Cloud.Api.MobiManagement.AccrualAccountingType" Nullable="false" /><NavigationProperty Name="LogoImage" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="PayrollVendor" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollVendor" ContainsTarget="true"><ReferentialConstraint Property="PayrollVendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ShipmentVendor" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" ContainsTarget="true"><ReferentialConstraint Property="ShipmentVendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LabelPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="DocumentPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="PayrollVendor" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Vendor"><Property Name="PayrollProvider" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollProviderType" Nullable="false" /><Property Name="RefreshToken" Type="Edm.String" /><Property Name="SubscriptionKey" Type="Edm.String" /><Property Name="AuthenticationUrl" Type="Edm.String" /><Property Name="APIUrl" Type="Edm.String" /><Property Name="APIFilePath" Type="Edm.String" /><NavigationProperty Name="PayrollConfigs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.FileConfig)" ContainsTarget="true" /></EntityType><EntityType Name="ShipmentVendor" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Vendor"><Property Name="ShipmentProvider" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentProviderType" Nullable="false" /><Property Name="TestMode" Type="Edm.Boolean" /><Property Name="APIFilePath" Type="Edm.String" /><Property Name="APIUser" Type="Edm.String" /><Property Name="APIKey" Type="Edm.String" /><Property Name="APIUrl" Type="Edm.String" /><Property Name="APIToken" Type="Edm.String" /><Property Name="SenderName" Type="Edm.String" /><Property Name="SenderAttention" Type="Edm.String" /><Property Name="SenderAddress1" Type="Edm.String" /><Property Name="SenderAddress2" Type="Edm.String" /><Property Name="SenderZipcode" Type="Edm.String" /><Property Name="SenderCity" Type="Edm.String" /><Property Name="SenderState" Type="Edm.String" /><Property Name="SenderCountryCode" Type="Edm.String" /><Property Name="SenderEmail" Type="Edm.String" /><Property Name="SenderMobile" Type="Edm.String" /><Property Name="SenderTelephone" Type="Edm.String" /><Property Name="LabelFormat" Type="Edm.String" /><Property Name="ProductChannel" Type="Edm.String" /><Property Name="CutOffTime" Type="Edm.Int64" /><Property Name="DeliveryDelayTime" Type="Edm.Int64" /><Property Name="ShipmentPrinterId" Type="Edm.Guid" /><Property Name="ShipmentIncoterm_Default" Type="Edm.String" /><Property Name="OwnShipmentProviderAgreement" Type="Edm.Boolean" Nullable="false" /><Property Name="DSV_Carrier_Id" Type="Edm.String" /><Property Name="DSV_Vendor_Id" Type="Edm.Guid" /><NavigationProperty Name="DSV_Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" ContainsTarget="true" /><NavigationProperty Name="ShipmentPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="LabelConfigs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.FileConfig)" ContainsTarget="true" /><NavigationProperty Name="ShipmentFlowLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ShipmentFlowLine)" ContainsTarget="true" /><NavigationProperty Name="ShipmentSettings" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ShipmentSetting)" /></EntityType><EntityType Name="GatewayPrinter" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PrinterId" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="GatewayInstallationName" Type="Edm.String" /><Property Name="PrinterName" Type="Edm.String" /><Property Name="GatewayType" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayType" Nullable="false" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Settings" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinterSetting)" ContainsTarget="true" /></EntityType><EntityType Name="InventLocation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="InventLocationId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="Length" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="SiteId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Site" Type="MobiSolutions.Cloud.Api.MobiManagement.LocationSite" ContainsTarget="true" /><NavigationProperty Name="WmsLocations" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WMSLocation)" ContainsTarget="true" /><NavigationProperty Name="Containers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.InventContainer)" /></EntityType><EntityType Name="Currency" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CurrencyId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /></EntityType><EntityType Name="ContactPerson" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ContactPersonId" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="WWW" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="ProfileImageId" Type="Edm.Guid" /><Property Name="Title" Type="Edm.String" /><Property Name="CellPhone" Type="Edm.String" /><Property Name="LinkedIn" Type="Edm.String" /><Property Name="PriceVisible" Type="Edm.Boolean" Nullable="false" /><Property Name="VendorId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="ProfileImage" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" ContainsTarget="true"><ReferentialConstraint Property="VendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" ContainsTarget="true" /></EntityType><EntityType Name="CountingJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournalStatus" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Aisle" Type="Edm.String" /><Property Name="Row" Type="Edm.String" /><Property Name="Shelf" Type="Edm.String" /><Property Name="Bin" Type="Edm.String" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.CountingJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="Product" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ParentId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.String" /><Property Name="SKU" Type="Edm.String" /><Property Name="ItemType" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemType" Nullable="false" /><Property Name="ItemTrackingType" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemTrackingType" Nullable="false" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSimpleProduct" Type="Edm.Boolean" /><Property Name="IsBundledProduct" Type="Edm.Boolean" /><Property Name="DisplayName" Type="Edm.String" /><Property Name="TeaserText" Type="Edm.String" /><Property Name="ProductText" Type="Edm.String" /><Property Name="TechnicalText" Type="Edm.String" /><Property Name="SalesPrice" Type="Edm.Decimal" Scale="variable" /><Property Name="CostPrice" Type="Edm.Decimal" Scale="variable" /><Property Name="Quantity" Type="Edm.Decimal" Scale="variable" /><Property Name="VatPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="UnitId" Type="Edm.Guid" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Depth" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="Blocked" Type="Edm.Boolean" Nullable="false" /><Property Name="Printer" Type="Edm.String" /><Property Name="OnRequest" Type="Edm.Boolean" /><Property Name="VendorId" Type="Edm.Guid" /><Property Name="DiscountGroupId" Type="Edm.Guid" /><Property Name="ImageReferenceId" Type="Edm.Guid" /><Property Name="ProductGroupId" Type="Edm.Guid" /><Property Name="ItemGroupId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="Customs_CommodityCode" Type="Edm.String" /><Property Name="Customs_Content" Type="Edm.String" /><Property Name="Customs_CountryCode" Type="Edm.String" /><Property Name="RequiresBatch" Type="Edm.Boolean" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="BrandId" Type="Edm.Guid" /><Property Name="LastCounted" Type="Edm.DateTimeOffset" /><Property Name="DG_ClassNumber" Type="Edm.String" /><Property Name="DG_UNNumber" Type="Edm.String" /><Property Name="DG_CompatibilityLetters" Type="Edm.String" /><Property Name="DG_Color" Type="Edm.String" /><Property Name="DG_Words" Type="Edm.String" /><Property Name="DG_Graphics" Type="Edm.String" /><Property Name="DG_TunnelRestrictionCode" Type="Edm.String" /><Property Name="AI_Url" Type="Edm.String" /><Property Name="AI_Id" Type="Edm.String" /><Property Name="AI_Text" Type="Edm.String" /><Property Name="Warrenty_Ticks" Type="Edm.Int64" /><Property Name="MrpLevel" Type="MobiSolutions.Cloud.Api.MobiManagement.MrpLevel" Nullable="false" /><Property Name="EAN" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="DG_LimitedQty" Type="Edm.Boolean" Nullable="false" /><Property Name="DG_ProperShippingName" Type="Edm.String" /><Property Name="DG_TechnicalName" Type="Edm.String" /><Property Name="DG_PackingGroup" Type="Edm.String" /><NavigationProperty Name="UnitConversions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.UnitConversion)" ContainsTarget="true" /><NavigationProperty Name="Colors" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ColorDimension)" ContainsTarget="true" /><NavigationProperty Name="Sizes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SizeDimension)" ContainsTarget="true" /><NavigationProperty Name="Configs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension)" ContainsTarget="true" /><NavigationProperty Name="SerialNumbers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductSerialNo)" ContainsTarget="true" /><NavigationProperty Name="ImageReferences" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductImageReference)" ContainsTarget="true" /><NavigationProperty Name="RelatedProducts" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" ContainsTarget="true" /><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /><NavigationProperty Name="Categories" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductCategory)" ContainsTarget="true" /><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" ContainsTarget="true"><ReferentialConstraint Property="VendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DiscountGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.DiscountGroup" ContainsTarget="true"><ReferentialConstraint Property="DiscountGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ImageReference" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductImageReference" ContainsTarget="true" /><NavigationProperty Name="ProductGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" ContainsTarget="true"><ReferentialConstraint Property="ProductGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Spareparts" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" ContainsTarget="true" /><NavigationProperty Name="SparepartIn" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" ContainsTarget="true" /><NavigationProperty Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit"><ReferentialConstraint Property="UnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ItemGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup"><ReferentialConstraint Property="ItemGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Brand" Type="MobiSolutions.Cloud.Api.MobiManagement.Brand"><ReferentialConstraint Property="BrandId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="CountingJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalLineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="JournalId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="OnHand" Type="Edm.Decimal" Scale="variable" /><Property Name="Counted" Type="Edm.Decimal" Scale="variable" /><Property Name="Difference" Type="Edm.Decimal" Scale="variable" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.JournalLineStatus" Nullable="false" /><Property Name="PhysicalDate" Type="Edm.DateTimeOffset" /><Property Name="FinanceDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournal" ContainsTarget="true" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="NumberSequence" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="IsRoot" Type="Edm.Boolean" Nullable="false" /><Property Name="Prefix" Type="Edm.String" /><Property Name="NextNumber" Type="Edm.Int64" Nullable="false" /><Property Name="Mask" Type="Edm.String" /><Property Name="SequenceMode" Type="MobiSolutions.Cloud.Api.MobiManagement.SequenceMode" Nullable="false" /></EntityType><EntityType Name="WMSLocation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="WMSLocationId" Type="Edm.String" /><Property Name="IsAbstract" Type="Edm.Boolean" Nullable="false" /><Property Name="ParentId" Type="Edm.Guid" /><Property Name="Aisle" Type="Edm.String" /><Property Name="Row" Type="Edm.String" /><Property Name="Shelf" Type="Edm.String" /><Property Name="Bin" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="PlacementType" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPlacementType" Nullable="false" /><Property Name="X" Type="Edm.Int32" /><Property Name="Y" Type="Edm.Int32" /><Property Name="Z" Type="Edm.Int32" /><Property Name="LengthInMeters" Type="Edm.Decimal" Scale="variable" /><Property Name="WidthInMeters" Type="Edm.Decimal" Scale="variable" /><Property Name="LocationTypeId" Type="Edm.Guid" /><Property Name="SortCode" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="ZoneId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><NavigationProperty Name="Parent" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true" /><NavigationProperty Name="LocationType" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocationType" ContainsTarget="true" /><NavigationProperty Name="Zone" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSZone" ContainsTarget="true" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /><NavigationProperty Name="PalletTypeConfigs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WMSPalletTypeConfig)" /></EntityType><EntityType Name="ProductDimension" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="IsColor" Type="Edm.Boolean" /><Property Name="IsSize" Type="Edm.Boolean" /><Property Name="IsConfig" Type="Edm.Boolean" /><Property Name="Code" Type="Edm.String" /></EntityType><EntityType Name="ColorDimension" BaseType="MobiSolutions.Cloud.Api.MobiManagement.ProductDimension"><Property Name="ColorId" Type="Edm.String" /></EntityType><EntityType Name="SizeDimension" BaseType="MobiSolutions.Cloud.Api.MobiManagement.ProductDimension"><Property Name="SizeId" Type="Edm.String" /></EntityType><EntityType Name="ConfigDimension" BaseType="MobiSolutions.Cloud.Api.MobiManagement.ProductDimension"><Property Name="ConfigId" Type="Edm.String" /></EntityType><EntityType Name="ServiceObject" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ServiceObjectId" Type="Edm.String" /><Property Name="Serialnumber" Type="Edm.String" /><Property Name="Placement" Type="Edm.String" /><Property Name="OrderReference" Type="Edm.String" /><Property Name="DigitalId" Type="Edm.String" /><Property Name="LastServiceDate" Type="Edm.DateTimeOffset" /><Property Name="NextServiceDate" Type="Edm.DateTimeOffset" /><Property Name="ExpireDate" Type="Edm.DateTimeOffset" /><Property Name="Type" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /><Property Name="Brand" Type="Edm.String" /><Property Name="Model" Type="Edm.String" /><Property Name="ModelYear" Type="Edm.Int32" /><Property Name="Version" Type="Edm.String" /><Property Name="InitialDate" Type="Edm.DateTimeOffset" /><Property Name="Weight" Type="Edm.Decimal" Scale="variable" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Depth" Type="Edm.Decimal" Scale="variable" /><Property Name="Length" Type="Edm.Decimal" Scale="variable" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="AssetId" Type="Edm.Guid" /><Property Name="SchemaTypeId" Type="Edm.Guid" /><Property Name="OwnerName" Type="Edm.String" /><Property Name="OwnerStreet" Type="Edm.String" /><Property Name="OwnerStreet2" Type="Edm.String" /><Property Name="OwnerZipCode" Type="Edm.String" /><Property Name="OwnerCity" Type="Edm.String" /><Property Name="OwnerContact" Type="Edm.String" /><Property Name="OwnerEmail" Type="Edm.String" /><Property Name="OwnerPhone" Type="Edm.String" /><Property Name="OwnerCountry" Type="Edm.String" /><Property Name="OwnerState" Type="Edm.String" /><Property Name="ServiceInterval_Ticks" Type="Edm.Int64" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObjectStatus" Nullable="false" /><Property Name="ServiceAreaId" Type="Edm.Guid" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="SchemaType" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" ContainsTarget="true"><ReferentialConstraint Property="SchemaTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ServiceObjectLine)" ContainsTarget="true" /><NavigationProperty Name="Tasks" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PlanableTask)" ContainsTarget="true" /><NavigationProperty Name="SchemaInstances" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SchemaInstance)" ContainsTarget="true" /><NavigationProperty Name="SalesOrders" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SalesOrder)" ContainsTarget="true" /><NavigationProperty Name="Asset" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset"><ReferentialConstraint Property="AssetId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ServiceArea" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea"><ReferentialConstraint Property="ServiceAreaId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProfitLossJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournalStatus" Nullable="false" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="ProfitLossJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalLineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="JournalId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.JournalLineStatus" Nullable="false" /><Property Name="PhysicalDate" Type="Edm.DateTimeOffset" /><Property Name="FinanceDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournal" ContainsTarget="true" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Country"><Key><PropertyRef Name="Code2" /></Key><Property Name="Code2" Type="Edm.String" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="Code3" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="NameOfficial" Type="Edm.String" /><Property Name="LocalName" Type="Edm.String" /><Property Name="LocalNameOfficial" Type="Edm.String" /><Property Name="Flag_32" Type="Edm.String" /><Property Name="Flag_128" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Decimal" Scale="variable" /><Property Name="Longitude" Type="Edm.Decimal" Scale="variable" /><Property Name="zoom" Type="Edm.Int32" /><Property Name="TradeArea" Type="Edm.String" /><Property Name="Language" Type="Edm.String" /><Property Name="Shipping_Require_State" Type="Edm.Boolean" /></EntityType><EntityType Name="CountryState"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Name_Native" Type="Edm.String" /><Property Name="CountryId" Type="Edm.Int32" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="CountryName" Type="Edm.String" /><Property Name="CountryLocalName" Type="Edm.String" /><Property Name="StateCode" Type="Edm.String" /><Property Name="Type" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Decimal" Scale="variable" /><Property Name="Longitude" Type="Edm.Decimal" Scale="variable" /></EntityType><EntityType Name="CountryCity"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="StateId" Type="Edm.Int32" /><Property Name="StateCode" Type="Edm.String" /><Property Name="StateName" Type="Edm.String" /><Property Name="StateName_Native" Type="Edm.String" /><Property Name="CountryId" Type="Edm.Int32" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="CountryName" Type="Edm.String" /><Property Name="CountryLocalName" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Decimal" Scale="variable" /><Property Name="Longitude" Type="Edm.Decimal" Scale="variable" /></EntityType><EntityType Name="CountryPostalCode"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="PostalCode" Type="Edm.String" /><Property Name="CountryId" Type="Edm.Int32" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="CountryName" Type="Edm.String" /><Property Name="CountryLocalName" Type="Edm.String" /><Property Name="AdminName1" Type="Edm.String" /><Property Name="AdminName1_Native" Type="Edm.String" /><Property Name="AdminCode1" Type="Edm.String" /><Property Name="AdminName2" Type="Edm.String" /><Property Name="AdminCode2" Type="Edm.String" /><Property Name="AdminName3" Type="Edm.String" /><Property Name="AdminCode3" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Decimal" Scale="variable" /><Property Name="Longitude" Type="Edm.Decimal" Scale="variable" /></EntityType><EntityType Name="CustomerGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><Property Name="SalesLedgerId" Type="Edm.Guid" /><Property Name="DebtorsControlLedgerId" Type="Edm.Guid" /><Property Name="ConsumptionLedgerId" Type="Edm.Guid" /><NavigationProperty Name="Customers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" ContainsTarget="true" /><NavigationProperty Name="SalesLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="DebtorsControlLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="ConsumptionLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /></EntityType><EntityType Name="PriceList" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PriceListId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceListStatus" Nullable="false" /><Property Name="From" Type="Edm.DateTimeOffset" /><Property Name="To" Type="Edm.DateTimeOffset" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceListType" Nullable="false" /><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PriceListLine)" ContainsTarget="true" /></EntityType><EntityType Name="PaymentGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><NavigationProperty Name="Customers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" ContainsTarget="true" /></EntityType><EntityType Name="CustomerDiscountGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><NavigationProperty Name="Customers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" ContainsTarget="true" /></EntityType><EntityType Name="DeliveryTerm" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="DeliveryTermId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /></EntityType><EntityType Name="DeliveryMode" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="DeliveryModeId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryModeType" Nullable="false" /><Property Name="ShipmentVendorId" Type="Edm.Guid" /><Property Name="LabelConfigId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="ShipmentVendor" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" ContainsTarget="true"><ReferentialConstraint Property="ShipmentVendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LabelConfig" Type="MobiSolutions.Cloud.Api.MobiManagement.FileConfig" ContainsTarget="true" /></EntityType><EntityType Name="CustomerUser" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Active" Type="Edm.Boolean" /><Property Name="Substitute" Type="Edm.Boolean" /><Property Name="Gender" Type="MobiSolutions.Cloud.Api.MobiManagement.GenderType" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Initials" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="ResourceColor" Type="Edm.String" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="Username" Type="Edm.String" /><Property Name="ResetPasswordPending" Type="Edm.Boolean" /><Property Name="CustomerId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Webshop" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="WebshopId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="SignatureKey" Type="Edm.String" /><Property Name="ShopDomain" Type="Edm.String" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.WebshopProviderType" Nullable="false" /><Property Name="API_ClientId" Type="Edm.String" /><Property Name="API_ClientSecret" Type="Edm.String" /><Property Name="API_ShopUrl" Type="Edm.String" /><NavigationProperty Name="Customers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" ContainsTarget="true" /></EntityType><EntityType Name="PriceConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ConfigId" Type="Edm.String" /><Property Name="Price" Type="Edm.Decimal" Scale="variable" /><Property Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceUnit" Nullable="false" /><Property Name="PriceType" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceType" Nullable="false" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="TimeCategoryId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="TimeCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true"><ReferentialConstraint Property="TimeCategoryId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LedgerAccount" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="AccountNumber" Type="Edm.String" /><Property Name="Blocked" Type="Edm.Boolean" Nullable="false" /><Property Name="AccountType" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccountType" Nullable="false" /><Property Name="DebitCredit" Type="MobiSolutions.Cloud.Api.MobiManagement.DebitCreditType" Nullable="false" /><Property Name="FinancialKeyFigureCode" Type="MobiSolutions.Cloud.Api.MobiManagement.FinancialKeyFigureCodeType" Nullable="false" /><Property Name="VatAccountId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><NavigationProperty Name="VatAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccountVat" ContainsTarget="true" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Location" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LocationId" Type="Edm.String" /><Property Name="LocationType" Type="MobiSolutions.Cloud.Api.MobiManagement.LocationType" Nullable="false" /><Property Name="Note" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="EAN" Type="Edm.String" /><Property Name="GlnNumber" Type="Edm.String" /><Property Name="EORINumber" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="Building" Type="Edm.String" /><Property Name="Block" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="OpenCloseTimesId" Type="Edm.Guid" /><Property Name="TimeZone" Type="Edm.String" /><Property Name="LabelPrinterId" Type="Edm.Guid" /><Property Name="ShipmentPrinterId" Type="Edm.Guid" /><Property Name="DocumentPrinterId" Type="Edm.Guid" /><Property Name="SiteId" Type="Edm.Guid" /><NavigationProperty Name="OpenCloseTimes" Type="MobiSolutions.Cloud.Api.MobiManagement.OpenCloseTimes" ContainsTarget="true"><ReferentialConstraint Property="OpenCloseTimesId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LabelPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="ShipmentPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="DocumentPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Site" Type="MobiSolutions.Cloud.Api.MobiManagement.LocationSite" ContainsTarget="true" /><NavigationProperty Name="Resources" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Resource)" ContainsTarget="true" /><NavigationProperty Name="POSTerminals" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.POSTerminal)" ContainsTarget="true" /></EntityType><EntityType Name="FilterChannelInput" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ChannelId" Type="Edm.Guid" /><Property Name="Filter" Type="Edm.String" /><NavigationProperty Name="Channel" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannel" ContainsTarget="true" /></EntityType><EntityType Name="FilterChannel" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ChannelId" Type="Edm.String" /><NavigationProperty Name="Input" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelInput" ContainsTarget="true" /><NavigationProperty Name="Output" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelOutput" ContainsTarget="true" /></EntityType><EntityType Name="FilterChannelOutput" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ChannelId" Type="Edm.Guid" /><Property Name="Filter" Type="Edm.String" /><NavigationProperty Name="Channel" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannel" ContainsTarget="true" /></EntityType><EntityType Name="DataConnection" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ConnectionType" Type="Edm.String" /></EntityType><EntityType Name="SqlDataConnection" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DataConnection"><Property Name="Server" Type="Edm.String" /><Property Name="Database" Type="Edm.String" /><Property Name="Username" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /><Property Name="IntegratedSecurity" Type="Edm.Boolean" /><Property Name="Connectionstring" Type="Edm.String" /></EntityType><EntityType Name="FileConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject" Abstract="true"><Property Name="ConfigId" Type="Edm.String" /><Property Name="IsFlatFileConfig" Type="Edm.Boolean" /><Property Name="ShipmentVendorId" Type="Edm.Guid" /><Property Name="PayrollVendorId" Type="Edm.Guid" /><NavigationProperty Name="ShipmentVendor" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" ContainsTarget="true"><ReferentialConstraint Property="ShipmentVendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PayrollVendor" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollVendor" ContainsTarget="true"><ReferentialConstraint Property="PayrollVendorId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Department" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="DepartmentId" Type="Edm.String" /><Property Name="ParentId" Type="Edm.Guid" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" ContainsTarget="true" /></EntityType><EntityType Name="DiscountGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /></EntityType><EntityType Name="DimensionDataSourceColumn" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Caption" Type="Edm.String" /><Property Name="FieldName" Type="Edm.String" /><Property Name="Width" Type="Edm.Int32" Nullable="false" /><Property Name="FieldTypeId" Type="Edm.Guid" /><NavigationProperty Name="FieldType" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" ContainsTarget="true" /></EntityType><EntityType Name="DimensionFieldType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Caption" Type="Edm.String" /><Property Name="DimensionTypeId" Type="Edm.Guid" /><Property Name="SchemaTypeId" Type="Edm.Guid" /><Property Name="PageName" Type="Edm.String" /><Property Name="GroupName" Type="Edm.String" /><Property Name="TabName" Type="Edm.String" /><Property Name="TypeName" Type="Edm.String" /><Property Name="DataSourceName" Type="Edm.String" /><Property Name="DataSourceFilter" Type="Edm.String" /><Property Name="Value_ListId" Type="Edm.Guid" /><Property Name="SubGroupName" Type="Edm.String" /><Property Name="Value_Range_Start" Type="Edm.Double" /><Property Name="Value_Range_End" Type="Edm.Double" /><Property Name="HintText" Type="Edm.String" /><Property Name="FixedText" Type="Edm.String" /><Property Name="LabelAlignment" Type="MobiSolutions.Cloud.Api.MobiManagement.LabelAlignmentType" Nullable="false" /><Property Name="columnCount" Type="Edm.Int32" Nullable="false" /><Property Name="columnCount_Group" Type="Edm.Int32" Nullable="false" /><Property Name="columnCount_SubGroup" Type="Edm.Int32" Nullable="false" /><Property Name="Required" Type="Edm.Boolean" /><Property Name="IsKeyField" Type="Edm.Boolean" /><NavigationProperty Name="DimensionType" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionType"><ReferentialConstraint Property="DimensionTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SchemaType" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType"><ReferentialConstraint Property="SchemaTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DataSourceColumns" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionDataSourceColumn)" /></EntityType><EntityType Name="DimensionField" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="FieldTypeId" Type="Edm.Guid" /><Property Name="ObjectExtensionId" Type="Edm.Guid" /><Property Name="Value_String" Type="Edm.String" /><Property Name="Value_Number" Type="Edm.Double" /><Property Name="Value_DateTime" Type="Edm.DateTimeOffset" /><Property Name="Value_DataSourceObjectId" Type="Edm.Guid" /><Property Name="Value_ListElementId" Type="Edm.Guid" /><Property Name="Value_Boolean" Type="Edm.Boolean" /><Property Name="AI_Id" Type="Edm.String" /><Property Name="AI_Url" Type="Edm.String" /><Property Name="AI_Text" Type="Edm.String" /><NavigationProperty Name="FieldType" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" ContainsTarget="true" /></EntityType><EntityType Name="DimensionList" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ElementTypeName" Type="Edm.String" /><NavigationProperty Name="Elements" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionListElement)" ContainsTarget="true" /></EntityType><EntityType Name="DimensionListElement" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Caption" Type="Edm.String" /><Property Name="Value_String" Type="Edm.String" /><Property Name="Value_Number" Type="Edm.Double" /><Property Name="Value_DateTime" Type="Edm.DateTimeOffset" /><Property Name="Value_Boolean" Type="Edm.Boolean" /><Property Name="DimensionListId" Type="Edm.Guid" /><NavigationProperty Name="DimensionList" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionList" ContainsTarget="true"><ReferentialConstraint Property="DimensionListId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="DimensionType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="EntityType" Type="Edm.String" /><NavigationProperty Name="FieldTypes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType)" ContainsTarget="true" /></EntityType><EntityType Name="DocumentCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CategoryId" Type="Edm.String" /></EntityType><EntityType Name="Document" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="IsStorageAccountDocument" Type="Edm.Boolean" /><Property Name="DocumentId" Type="Edm.String" /><Property Name="DocumentTypeId" Type="Edm.Guid" /><Property Name="MainCategoryId" Type="Edm.Guid" /><Property Name="SecurityVisibility" Type="MobiSolutions.Cloud.Api.MobiManagement.SecurityFlag" Nullable="false" /><NavigationProperty Name="DocumentType" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentType" ContainsTarget="true"><ReferentialConstraint Property="DocumentTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="MainCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentCategory" ContainsTarget="true" /><NavigationProperty Name="Categories" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DocumentCategory)" ContainsTarget="true" /></EntityType><EntityType Name="DocumentType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /></EntityType><EntityType Name="DocumentFolder" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ParentId" Type="Edm.Guid" /><Property Name="SecurityVisibility" Type="MobiSolutions.Cloud.Api.MobiManagement.SecurityFlag" Nullable="false" /></EntityType><EntityType Name="DocumentReference" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Text" Type="Edm.String" /><Property Name="Position" Type="Edm.Int32" Nullable="false" /><Property Name="Version" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="DocumentId" Type="Edm.Guid" /><Property Name="ObjectExtensionId" Type="Edm.Guid" /><Property Name="X_CoordinateReference" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Y_CoordinateReference" Type="Edm.Decimal" Nullable="false" Scale="variable" /><NavigationProperty Name="Document" Type="MobiSolutions.Cloud.Api.MobiManagement.Document" ContainsTarget="true"><ReferentialConstraint Property="DocumentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="StorageAccountDocument" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountDocument" ContainsTarget="true" /></EntityType><EntityType Name="StorageAccountDocument" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Document"><Property Name="StorageAccountName" Type="Edm.String" /><Property Name="BlobContainerName" Type="Edm.String" /><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><Property Name="FolderId" Type="Edm.Guid" /><Property Name="Url" Type="Edm.String" /><Property Name="PosterUrl" Type="Edm.String" /><NavigationProperty Name="Folder" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentFolder" ContainsTarget="true" /></EntityType><EntityType Name="EntityTransaction" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectExtensionId" Type="Edm.Guid" /><Property Name="EntityType_Owner" Type="Edm.String" /><Property Name="TransactionType" Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransactionType" Nullable="false" /><Property Name="TransactionDate" Type="Edm.DateTimeOffset" /><Property Name="TransactionUID" Type="Edm.String" /><Property Name="TransactionCorrelationUID" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="ResponsDate" Type="Edm.DateTimeOffset" /><Property Name="ResponsText" Type="Edm.String" /><Property Name="ResponsIP" Type="Edm.String" /><Property Name="ResponsUID" Type="Edm.String" /><Property Name="Group" Type="Edm.String" /><Property Name="Document1Id" Type="Edm.Guid" /><Property Name="Document2Id" Type="Edm.Guid" /><Property Name="Document3Id" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="User_Id" Type="Edm.Guid" /><Property Name="User_Name" Type="Edm.String" /><Property Name="User_Username" Type="Edm.String" /><Property Name="User_UserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="EntityId" Type="Edm.Guid" /><Property Name="EntityType" Type="Edm.String" /><Property Name="CustomText1" Type="Edm.String" /><Property Name="CustomText2" Type="Edm.String" /><Property Name="CustomText3" Type="Edm.String" /><Property Name="CustomNumber1" Type="Edm.Decimal" Scale="variable" /><Property Name="CustomNumber2" Type="Edm.Decimal" Scale="variable" /><Property Name="CustomNumber3" Type="Edm.Decimal" Scale="variable" /><Property Name="CustomDate1" Type="Edm.DateTimeOffset" /><Property Name="CustomDate2" Type="Edm.DateTimeOffset" /><Property Name="ErrorWarning" Type="MobiSolutions.Cloud.Api.MobiManagement.EntityErrorWarningType" /><Property Name="ErrorWarningText" Type="Edm.String" /><Property Name="ResolvedAt" Type="Edm.DateTimeOffset" /><Property Name="ResolvedText" Type="Edm.String" /><Property Name="ResolvedBy_Id" Type="Edm.Guid" /><NavigationProperty Name="Document1" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentReference" ContainsTarget="true" /><NavigationProperty Name="Document2" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentReference" ContainsTarget="true" /><NavigationProperty Name="Document3" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentReference" ContainsTarget="true" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ResolvedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="StorageAccountDocument1" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountDocument" /><NavigationProperty Name="StorageAccountDocument2" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountDocument" /><NavigationProperty Name="StorageAccountDocument3" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountDocument" /></EntityType><EntityType Name="EmailTemplate" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Type" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body_Html" Type="Edm.String" /><Property Name="Body_Text" Type="Edm.String" /><Property Name="EmailFrom_Address" Type="Edm.String" /><Property Name="EmailFrom_DisplayName" Type="Edm.String" /><Property Name="Language" Type="Edm.String" /><Property Name="Group" Type="Edm.String" /><Property Name="Default" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="PayrollInterval" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="IntervalId" Type="Edm.String" /><Property Name="Days" Type="Edm.Int32" /></EntityType><EntityType Name="EmployeeGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><Property Name="WorkruleId" Type="Edm.Guid" /><NavigationProperty Name="Workrule" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" ContainsTarget="true"><ReferentialConstraint Property="WorkruleId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Holidays" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Holiday)" ContainsTarget="true" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" ContainsTarget="true" /></EntityType><EntityType Name="PlanableTask" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject" Abstract="true"><Property Name="Planable" Type="Edm.Boolean" Nullable="false" /><Property Name="PlanableTaskId" Type="Edm.String" /><Property Name="IsProject" Type="Edm.Boolean" /><Property Name="IsProjectTask" Type="Edm.Boolean" /><Property Name="ParentId" Type="Edm.Guid" /><Property Name="EstimatedDuration" Type="Edm.Int64" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.TaskStatus" Nullable="false" /><Property Name="TimeZoneId" Type="Edm.String" /><Property Name="AllDay" Type="Edm.Boolean" Nullable="false" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="TaskTypeId" Type="Edm.Guid" /><Property Name="FinancialType" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectFinancialType" Nullable="false" /><Property Name="RequireSignature" Type="Edm.Boolean" /><Property Name="ProjectType" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectType" Nullable="false" /><Property Name="SchemaTypeId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="Followup" Type="Edm.Boolean" /><Property Name="FinancialStatus" Type="MobiSolutions.Cloud.Api.MobiManagement.FinancialStatus" Nullable="false" /><Property Name="Hours_Estimated" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><NavigationProperty Name="Parent" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask" ContainsTarget="true" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="TaskType" Type="MobiSolutions.Cloud.Api.MobiManagement.TaskType" ContainsTarget="true"><ReferentialConstraint Property="TaskTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SchemaType" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" ContainsTarget="true"><ReferentialConstraint Property="SchemaTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="AllTasks" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PlanableTask)" ContainsTarget="true" /><NavigationProperty Name="Beacons" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Beacon)" ContainsTarget="true" /><NavigationProperty Name="ServiceObjects" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ServiceObject)" ContainsTarget="true" /><NavigationProperty Name="SchemaInstances" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SchemaInstance)" ContainsTarget="true" /><NavigationProperty Name="TaskParts" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart)" ContainsTarget="true" /></EntityType><EntityType Name="Project" BaseType="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask"><Property Name="ProjectId" Type="Edm.String" /><Property Name="IsHeaderProject" Type="Edm.Boolean" Nullable="false" /><Property Name="ResponsibleId" Type="Edm.Guid" /><Property Name="SalesResponsibleId" Type="Edm.Guid" /><Property Name="ImplementationResponsibleId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><NavigationProperty Name="Responsible" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true" /><NavigationProperty Name="SalesResponsible" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true" /><NavigationProperty Name="ImplementationResponsible" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Projects" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Project)" ContainsTarget="true" /><NavigationProperty Name="ProjectTasks" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProjectTask)" ContainsTarget="true" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" ContainsTarget="true" /><NavigationProperty Name="TimeCategories" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeCategory)" ContainsTarget="true" /><NavigationProperty Name="PieceWorks" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProjectPieceWork)" ContainsTarget="true" /><NavigationProperty Name="PriceConfigs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PriceConfig)" ContainsTarget="true" /><NavigationProperty Name="InventoryActivities" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.InventoryActivity)" /><NavigationProperty Name="Assets" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Asset)" /></EntityType><EntityType Name="PayrollCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CategoryId" Type="Edm.String" /></EntityType><EntityType Name="ExpenseCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CategoryId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /><Property Name="ExternalLedgerAccount" Type="Edm.String" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" ContainsTarget="true" /></EntityType><EntityType Name="ServiceArea" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="AreaId" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" ContainsTarget="true" /></EntityType><EntityType Name="TimeCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CategoryId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="MaxHoursEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="MaxHoursPerDay" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Rounding" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeRoundingType" Nullable="false" /><Property Name="RegistrationType" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeRegistrationType" Nullable="false" /><Property Name="WorkType" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeRegistrationWorkType" Nullable="false" /><Property Name="ResourceRequired" Type="Edm.Boolean" /><Property Name="FlexSaldo" Type="Edm.Boolean" Nullable="false" /><Property Name="Factor" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="PayrollCategoryId" Type="Edm.Guid" /><Property Name="PayrollSupplementCategoryId" Type="Edm.Guid" /><Property Name="GroupText" Type="Edm.String" /><Property Name="ResourceColor" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Visible" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="PayrollCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory" ContainsTarget="true"><ReferentialConstraint Property="PayrollCategoryId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PayrollSupplementCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory" ContainsTarget="true"><ReferentialConstraint Property="PayrollCategoryId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SplitRules" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule)" ContainsTarget="true" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" ContainsTarget="true" /><NavigationProperty Name="PriceConfigs" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PriceConfig)" ContainsTarget="true" /></EntityType><EntityType Name="TimeSplitRule" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="RuleId" Type="Edm.String" /><Property Name="DayOfWeek" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekDays" Nullable="false" /><Property Name="ParentId" Type="Edm.Guid" /><Property Name="Enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="StartTime" Type="Edm.Int64" Nullable="false" /><Property Name="StopTime" Type="Edm.Int64" Nullable="false" /><Property Name="DurationTime" Type="Edm.Int64" Nullable="false" /><Property Name="StandardTime" Type="Edm.Boolean" /><Property Name="ExcludePastTime" Type="Edm.Boolean" /><Property Name="SpecificDate" Type="Edm.Boolean" /><Property Name="SpecificDate_Start" Type="Edm.DateTimeOffset" /><Property Name="SpecificDate_End" Type="Edm.DateTimeOffset" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="OverrideCategoryId" Type="Edm.Guid" /><Property Name="OwnerCategoryId" Type="Edm.Guid" /><NavigationProperty Name="Parent" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" ContainsTarget="true" /><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true" /><NavigationProperty Name="OverrideCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true" /><NavigationProperty Name="OwnerCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true" /><NavigationProperty Name="Supplements" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeSplitSupplement)" ContainsTarget="true" /><NavigationProperty Name="Decompositions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule)" ContainsTarget="true" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" /></EntityType><EntityType Name="Workrule" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="RuleId" Type="Edm.String" /><Property Name="StartTime" Type="Edm.Int64" Nullable="false" /><Property Name="StopTime" Type="Edm.Int64" Nullable="false" /><Property Name="AutoCreate" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="WorkBreaks" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WorkBreak)" ContainsTarget="true" /><NavigationProperty Name="WorkruleDeviations" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WorkruleDeviation)" ContainsTarget="true" /><NavigationProperty Name="EmployeeGroups" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup)" ContainsTarget="true" /></EntityType><EntityType Name="Holiday" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="EmployeeTimeJournalView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="Image_StorageAccountName" Type="Edm.String" /><Property Name="Image_BlobContainerName" Type="Edm.String" /><Property Name="Image_BlobName" Type="Edm.String" /><Property Name="Image_BlobFullName" Type="Edm.String" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /></EntityType><EntityType Name="ExpenseJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseJournalStatus" Nullable="false" /><Property Name="Purpose" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="Start" Type="Edm.DateTimeOffset" /><Property Name="End" Type="Edm.DateTimeOffset" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="TripLocationId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="TripLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Expenses" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceipt)" ContainsTarget="true" /></EntityType><EntityType Name="ExpenseReceipt" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ExpenseId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceiptStatus" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="JournalId" Type="Edm.Guid" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="Amount" Type="Edm.Decimal" Scale="variable" /><Property Name="VatAmount" Type="Edm.Decimal" Scale="variable" /><Property Name="AmountExclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="Note" Type="Edm.String" /><Property Name="Reference" Type="Edm.String" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="FinancialType" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLineFinancialType" Nullable="false" /><Property Name="ExpenseLocationId" Type="Edm.Guid" /><Property Name="VendorId" Type="Edm.String" /><Property Name="VendorName" Type="Edm.String" /><Property Name="VendorCountry" Type="Edm.String" /><Property Name="VendorPhone" Type="Edm.String" /><Property Name="PaymentMethod" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpensePaymentMethod" Nullable="false" /><Property Name="PaymentMethod_Value1" Type="Edm.String" /><Property Name="PaymentMethod_Value2" Type="Edm.String" /><Property Name="PaymentMethod_Value3" Type="Edm.String" /><Property Name="PaymentMethod_Value4" Type="Edm.String" /><Property Name="ExpenseSource" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseSourceType" Nullable="false" /><Property Name="ErrorMessage" Type="Edm.String" /><Property Name="OwnExpense" Type="Edm.Boolean" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseJournal" ContainsTarget="true" /><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseCategory" ContainsTarget="true" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ExpenseLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /></EntityType><EntityType Name="SalesOrderCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CategoryId" Type="Edm.String" /></EntityType><EntityType Name="FlatFileConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.FileConfig"><Property Name="RecordDelimitter" Type="Edm.String" /><Property Name="FieldDelimitter" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /><Property Name="FileEncoding" Type="Edm.String" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.FlatFieldType" Nullable="false" /><NavigationProperty Name="Fields" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.FlatFileField)" ContainsTarget="true" /></EntityType><EntityType Name="FlatFileField" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="FieldId" Type="Edm.String" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="EntityProperty" Type="Edm.String" /><Property Name="Length" Type="Edm.Int32" Nullable="false" /><Property Name="Format" Type="Edm.String" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.FieldContentType" Nullable="false" /><Property Name="Required" Type="Edm.Boolean" /><Property Name="ContentType" Type="MobiSolutions.Cloud.Api.MobiManagement.FieldDetailType" Nullable="false" /></EntityType><EntityType Name="FileContent" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ContentId" Type="Edm.String" /><Property Name="Content" Type="Edm.Binary" /><Property Name="FileName" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /></EntityType><EntityType Name="GatewayPrinterSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Value" Type="Edm.String" /><Property Name="ValueType" Type="Edm.String" /><Property Name="ProtectedValue" Type="Edm.Boolean" Nullable="false" /><Property Name="GatewayPrinterId" Type="Edm.Guid" /><NavigationProperty Name="GatewayPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true"><ReferentialConstraint Property="GatewayPrinterId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ImageFolder" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ParentId" Type="Edm.Guid" /></EntityType><EntityType Name="LocalImage" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Image"><Property Name="Content" Type="Edm.Binary" /><Property Name="FileName" Type="Edm.String" /></EntityType><EntityType Name="Batch" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BatchId" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" /><Property Name="ExpireDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="InventContainer" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ContainerId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="SizeType" Type="MobiSolutions.Cloud.Api.MobiManagement.ContainerSizeType" Nullable="false" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="SSCC_Code" Type="Edm.String" /><Property Name="WeightInKg" Type="Edm.Decimal" Scale="variable" /><Property Name="TypeId" Type="Edm.Guid" /><Property Name="ContainerTypeValue" Type="Edm.Decimal" Scale="variable" /><Property Name="ContainerLocationId" Type="Edm.Guid" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerType" /><NavigationProperty Name="ContainerLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerLocation" /></EntityType><EntityType Name="InventContainerLocation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LocationId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="X" Type="Edm.Int32" Nullable="false" /><Property Name="Y" Type="Edm.Int32" Nullable="false" /><Property Name="Z" Type="Edm.Int32" Nullable="false" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="InventContainerType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.ContainerSizeType" Nullable="false" /><Property Name="AreaM2" Type="Edm.Decimal" Scale="variable" /><Property Name="NumberOfItems" Type="Edm.Decimal" Scale="variable" /><Property Name="Length" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Value" Type="Edm.Decimal" Scale="variable" /></EntityType><EntityType Name="InventoryActivity" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ActivityId" Type="Edm.String" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.InventoryActivityStatus" Nullable="false" /><Property Name="ActivityType" Type="MobiSolutions.Cloud.Api.MobiManagement.InventoryActivityType" Nullable="false" /><Property Name="Terminate" Type="Edm.Boolean" Nullable="false" /><Property Name="ObjectType" Type="MobiSolutions.Cloud.Api.MobiManagement.InventoryActivityObjectType" Nullable="false" /><Property Name="TimeConsumed" Type="Edm.Int64" Nullable="false" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="PalletId" Type="Edm.Guid" /><Property Name="PalletTypeId" Type="Edm.Guid" /><Property Name="ContainerId" Type="Edm.Guid" /><Property Name="ContainerTypeId" Type="Edm.Guid" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Pallet" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPallet" ContainsTarget="true" /><NavigationProperty Name="PalletType" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletType" ContainsTarget="true" /><NavigationProperty Name="Container" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainer" ContainsTarget="true" /><NavigationProperty Name="ContainerType" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerType" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="WMSPallet" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PalletId" Type="Edm.String" /><Property Name="SSCC_Code" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="WeightInKg" Type="Edm.Decimal" Scale="variable" /><Property Name="CubicMeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Length" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="AddressId" Type="Edm.Guid" /><Property Name="TypeId" Type="Edm.Guid" /><Property Name="PalletTypeValue" Type="Edm.Decimal" Scale="variable" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="External_CaseId" Type="Edm.String" /><Property Name="External_PurchRef" Type="Edm.String" /><Property Name="DeActivated" Type="Edm.DateTimeOffset" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletType" ContainsTarget="true" /><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /><NavigationProperty Name="Address" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /></EntityType><EntityType Name="WMSPalletType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.PalletType" Nullable="false" /><Property Name="AreaM2" Type="Edm.Decimal" Scale="variable" /><Property Name="NumberOfItems" Type="Edm.Decimal" Scale="variable" /><Property Name="Length" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Value" Type="Edm.Decimal" Scale="variable" /><Property Name="ProductId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LocationSite" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SiteId" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Address" Type="Edm.String" /><Property Name="Address2" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="Building" Type="Edm.String" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="EAN" Type="Edm.String" /><Property Name="GlnNumber" Type="Edm.String" /><Property Name="EORINumber" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="TimeZone" Type="Edm.String" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /></EntityType><EntityType Name="InventObject" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ObjectId" Type="Edm.String" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" /><Property Name="ExpireDate" Type="Edm.DateTimeOffset" /><Property Name="CubicMeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Length" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="WeightInKg" Type="Edm.Decimal" Scale="variable" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="AddressId" Type="Edm.Guid" /><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /><NavigationProperty Name="Address" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /></EntityType><EntityType Name="ProductSerialNo" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SerialNo" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" /><Property Name="ExpireDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="InventTrans" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TransactionId" Type="Edm.String" /><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="CostPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="SalesPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Time" Type="Edm.DateTimeOffset" /><Property Name="Text" Type="Edm.String" /><Property Name="EntityId" Type="Edm.Guid" Nullable="false" /><Property Name="EntityType" Type="Edm.String" /><Property Name="TransactionType" Type="MobiSolutions.Cloud.Api.MobiManagement.InventTransType" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="PRODUCT_PRODUCTID" Type="Edm.String" /><Property Name="PRODUCT_SKU" Type="Edm.String" /><Property Name="PRODUCT_NAME" Type="Edm.String" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="COLOR_CODE" Type="Edm.String" /><Property Name="COLOR_NAME" Type="Edm.String" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="SIZE_CODE" Type="Edm.String" /><Property Name="SIZE_NAME" Type="Edm.String" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="CONFIG_CODE" Type="Edm.String" /><Property Name="CONFIG_NAME" Type="Edm.String" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="INVENTLOCATION_INVENTLOCATIONID" Type="Edm.String" /><Property Name="INVENTLOCATION_NAME" Type="Edm.String" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="WMSLOCATION_WMSLOCATIONID" Type="Edm.String" /><Property Name="WMSLOCATION_NAME" Type="Edm.String" /><Property Name="WMSPalletId" Type="Edm.Guid" /><Property Name="WMSPALLET_WMSPALLETID" Type="Edm.String" /><Property Name="WMSPALLET_NAME" Type="Edm.String" /><Property Name="BatchId" Type="Edm.Guid" /><Property Name="BATCH_BATCHID" Type="Edm.String" /><Property Name="BATCH_NAME" Type="Edm.String" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="SERVICEOBJECT_SERVICEOBJECTID" Type="Edm.String" /><Property Name="SERVICEOBJECT_NAME" Type="Edm.String" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="PROJECT_PROJECTID" Type="Edm.String" /><Property Name="PROJECT_NAME" Type="Edm.String" /><Property Name="ContainerId" Type="Edm.Guid" /><Property Name="CONTAINER_CONTAINERID" Type="Edm.String" /><Property Name="CONTAINER_NAME" Type="Edm.String" /><Property Name="ProductSerialNoId" Type="Edm.Guid" /><Property Name="PRODUCTSERIALNO_SERIALNO" Type="Edm.String" /><Property Name="PRODUCTSERIALNO_NAME" Type="Edm.String" /><Property Name="InventObjectId" Type="Edm.Guid" /><Property Name="INVENTOBJECT_OBJECTID" Type="Edm.String" /><Property Name="INVENTOBJECT_NAME" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="BEACON_UUID" Type="Edm.String" /><Property Name="BEACON_TYPE" Type="MobiSolutions.Cloud.Api.MobiManagement.BeaconType" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="PRODUCTION_PRODUCTIONID" Type="Edm.String" /><Property Name="PRODUCTION_NAME" Type="Edm.Int32" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSPallet" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPallet"><ReferentialConstraint Property="WMSPalletId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Batch" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch"><ReferentialConstraint Property="BatchId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Container" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainer" /><NavigationProperty Name="ProductSerialNo" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductSerialNo"><ReferentialConstraint Property="ProductSerialNoId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventObject" Type="MobiSolutions.Cloud.Api.MobiManagement.InventObject"><ReferentialConstraint Property="InventObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="InventItemSetup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="QtyMin" Type="Edm.Decimal" Scale="variable" /><Property Name="QtyMax" Type="Edm.Decimal" Scale="variable" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="WMSLocationType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocationActivityType" Nullable="false" /><Property Name="AreaM2" Type="Edm.Decimal" Scale="variable" /><Property Name="NumberOfItems" Type="Edm.Decimal" Scale="variable" /><Property Name="NumberOfPallets" Type="Edm.Decimal" Scale="variable" /><Property Name="NumberOfContainers" Type="Edm.Decimal" Scale="variable" /><Property Name="Length" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /></EntityType><EntityType Name="WMSZone" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ZoneId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="ClosedZone" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="WMSLocations" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WMSLocation)" ContainsTarget="true" /></EntityType><EntityType Name="WMSPalletTypeConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ConfigId" Type="Edm.String" /><Property Name="Quantity" Type="Edm.Decimal" Scale="variable" /><Property Name="PalletTypeId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><NavigationProperty Name="PalletType" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletType" ContainsTarget="true" /><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LedgerAccountVat" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="VatCode" Type="Edm.String" /><Property Name="Blocked" Type="Edm.Boolean" Nullable="false" /><Property Name="VatType" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerVatType" Nullable="false" /><Property Name="VatRatePercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="VatPrinciple" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerVatPrincipleType" Nullable="false" /><Property Name="VatRateType" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerVatRateType" Nullable="false" /><Property Name="AccountId" Type="Edm.Guid" /><NavigationProperty Name="Account" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /></EntityType><EntityType Name="LedgerJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalStatus" Nullable="false" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalType" Nullable="false" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="LedgerJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="JournalId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="LineType" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalLineType" Nullable="false" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalLineStatus" Nullable="false" /><Property Name="VoucherNo" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="AccountId" Type="Edm.Guid" /><Property Name="VatAccountId" Type="Edm.Guid" /><Property Name="DebitCredit" Type="MobiSolutions.Cloud.Api.MobiManagement.DebitCreditType" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="ContraAccountId" Type="Edm.Guid" /><Property Name="ContraVatAccountId" Type="Edm.Guid" /><Property Name="Text" Type="Edm.String" /><Property Name="MetaData" Type="Edm.String" /><Property Name="BankAccountId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournal" ContainsTarget="true" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Account" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="VatAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccountVat" ContainsTarget="true" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContraAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="ContraVatAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccountVat" ContainsTarget="true" /><NavigationProperty Name="BankAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.BankAccount" ContainsTarget="true"><ReferentialConstraint Property="BankAccountId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="BankAccount" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="AccountId" Type="Edm.String" /><Property Name="Blocked" Type="Edm.Boolean" Nullable="false" /><Property Name="LedgerAccountId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="Balance" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="EAN" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="BankAccountNo_Part1" Type="Edm.String" /><Property Name="BankAccountNo_Part2" Type="Edm.String" /><Property Name="SWIFT" Type="Edm.String" /><Property Name="IBAN" Type="Edm.String" /><Property Name="Contact_Name" Type="Edm.String" /><Property Name="Contact_Phone" Type="Edm.String" /><Property Name="Contact_Email" Type="Edm.String" /><NavigationProperty Name="LedgerAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true"><ReferentialConstraint Property="LedgerAccountId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="BankReconciliationJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="POSTerminalId" Type="Edm.Guid" /><Property Name="AccountId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalStatus" Nullable="false" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalType" Nullable="false" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="POSTerminal" Type="MobiSolutions.Cloud.Api.MobiManagement.POSTerminal" ContainsTarget="true"><ReferentialConstraint Property="POSTerminalId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Account" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="POSTerminal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TerminalId" Type="Edm.String" /><Property Name="DeviceId" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="LedgerAccountId" Type="Edm.Guid" /><Property Name="BankAccountId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LedgerAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true"><ReferentialConstraint Property="LedgerAccountId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="BankAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.BankAccount" ContainsTarget="true"><ReferentialConstraint Property="BankAccountId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="BankReconciliationJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="JournalId" Type="Edm.Guid" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="POSTerminalId" Type="Edm.Guid" /><Property Name="AccountId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="DebitCredit" Type="MobiSolutions.Cloud.Api.MobiManagement.DebitCreditType" Nullable="false" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="Amount" Type="Edm.Decimal" Scale="variable" /><Property Name="Text" Type="Edm.String" /><Property Name="MetaData" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalLineStatus" Nullable="false" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalLineType" Nullable="false" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournal" ContainsTarget="true" /><NavigationProperty Name="POSTerminal" Type="MobiSolutions.Cloud.Api.MobiManagement.POSTerminal" ContainsTarget="true"><ReferentialConstraint Property="POSTerminalId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Account" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="OpenCloseTimes" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="MondayOpen" Type="Edm.Int64" Nullable="false" /><Property Name="MondayClose" Type="Edm.Int64" Nullable="false" /><Property Name="TuesdayOpen" Type="Edm.Int64" Nullable="false" /><Property Name="TuesdayClose" Type="Edm.Int64" Nullable="false" /><Property Name="WednesdayOpen" Type="Edm.Int64" Nullable="false" /><Property Name="WednesdayClose" Type="Edm.Int64" Nullable="false" /><Property Name="ThursdayOpen" Type="Edm.Int64" Nullable="false" /><Property Name="ThursdayClose" Type="Edm.Int64" Nullable="false" /><Property Name="FridayOpen" Type="Edm.Int64" Nullable="false" /><Property Name="FridayClose" Type="Edm.Int64" Nullable="false" /><Property Name="SaturdayOpen" Type="Edm.Int64" Nullable="false" /><Property Name="SaturdayClose" Type="Edm.Int64" Nullable="false" /><Property Name="SundayOpen" Type="Edm.Int64" Nullable="false" /><Property Name="SundayClose" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="MilageJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageJournalStatus" Nullable="false" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><Property Name="TemplatePeriod" Type="MobiSolutions.Cloud.Api.MobiManagement.TemplatePeriodType" Nullable="false" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Trips" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.MilageTrip)" ContainsTarget="true" /></EntityType><EntityType Name="MilageTrip" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.Guid" /><Property Name="TripId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LineStatus" Nullable="false" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="FromName" Type="Edm.String" /><Property Name="FromContact" Type="Edm.String" /><Property Name="FromStreet" Type="Edm.String" /><Property Name="FromStreet2" Type="Edm.String" /><Property Name="FromZip" Type="Edm.String" /><Property Name="FromCity" Type="Edm.String" /><Property Name="FromCounty" Type="Edm.String" /><Property Name="FromCountry" Type="Edm.String" /><Property Name="FromState" Type="Edm.String" /><Property Name="FromReference" Type="Edm.String" /><Property Name="FromEmail" Type="Edm.String" /><Property Name="FromPhone" Type="Edm.String" /><Property Name="FromLatitude" Type="Edm.Single" Nullable="false" /><Property Name="FromLongitude" Type="Edm.Single" Nullable="false" /><Property Name="ToName" Type="Edm.String" /><Property Name="ToContact" Type="Edm.String" /><Property Name="ToStreet" Type="Edm.String" /><Property Name="ToStreet2" Type="Edm.String" /><Property Name="ToZip" Type="Edm.String" /><Property Name="ToCity" Type="Edm.String" /><Property Name="ToCounty" Type="Edm.String" /><Property Name="ToCountry" Type="Edm.String" /><Property Name="ToState" Type="Edm.String" /><Property Name="ToReference" Type="Edm.String" /><Property Name="ToEmail" Type="Edm.String" /><Property Name="ToPhone" Type="Edm.String" /><Property Name="ToLatitude" Type="Edm.Single" Nullable="false" /><Property Name="ToLongitude" Type="Edm.Single" Nullable="false" /><Property Name="DistanceKM" Type="Edm.Decimal" Scale="variable" /><Property Name="VehicleRegistrationNo" Type="Edm.String" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageJournal" /></EntityType><EntityType Name="WorkTimes" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="MondayStart" Type="Edm.Int64" Nullable="false" /><Property Name="MondayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="TuesdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="TuesdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="WednesdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="WednesdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="ThursdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="ThursdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="FridayStart" Type="Edm.Int64" Nullable="false" /><Property Name="FridayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="SaturdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="SaturdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="SundayStart" Type="Edm.Int64" Nullable="false" /><Property Name="SundayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="DailyBreaks" Type="Edm.Int64" /></EntityType><EntityType Name="OrganizationInfo"><Key><PropertyRef Name="OrganizationId" /></Key><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="AccountNumber" Type="Edm.String" /><Property Name="HashedPasswords" Type="Edm.Boolean" Nullable="false" /><Property Name="CertificateLogin" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSubOrganizations" Type="Edm.Boolean" Nullable="false" /><Property Name="Demo" Type="Edm.Boolean" Nullable="false" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="PartnerId" Type="Edm.Guid" /><Property Name="PartnerName" Type="Edm.String" /><Property Name="StorageAccountId" Type="Edm.Guid" /><Property Name="ServicebusId" Type="Edm.Guid" /><NavigationProperty Name="StorageAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountInfo" ContainsTarget="true" /><NavigationProperty Name="Servicebus" Type="MobiSolutions.Cloud.Api.MobiManagement.ServicebusInfo" ContainsTarget="true" /><NavigationProperty Name="SubOrganizations" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.OrganizationInfo)" ContainsTarget="true" /></EntityType><EntityType Name="StorageAccountInfo"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Key" Type="Edm.String" /></EntityType><EntityType Name="ServicebusInfo"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Key" Type="Edm.String" /><Property Name="Issuer" Type="Edm.String" /></EntityType><EntityType Name="UnitConversion" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="UnitId" Type="Edm.Guid" /><Property Name="Quantity" Type="Edm.Decimal" Scale="variable" /><Property Name="ProductId" Type="Edm.Guid" /><NavigationProperty Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" ContainsTarget="true"><ReferentialConstraint Property="UnitId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductImageReference" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Text" Type="Edm.String" /><Property Name="Position" Type="Edm.Int32" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="ImageId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ImageId" Type="Edm.Guid" /><Property Name="ParentId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /></EntityType><EntityType Name="ProductGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ImageId" Type="Edm.Guid" /><Property Name="ParentId" Type="Edm.Guid" /><Property Name="CatalogId" Type="Edm.Guid" /><Property Name="Customs_CommodityCode" Type="Edm.String" /><Property Name="Customs_Content" Type="Edm.String" /><Property Name="Customs_CountryCode" Type="Edm.String" /><Property Name="VatPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="Code" Type="Edm.String" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Products" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" ContainsTarget="true" /><NavigationProperty Name="ProductReferences" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductReference)" ContainsTarget="true" /></EntityType><EntityType Name="SimpleProduct" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Product"><Property Name="IsAbstract" Type="Edm.Boolean" Nullable="false" /><Property Name="VariantConfigSettingId" Type="Edm.Guid" /><NavigationProperty Name="Variants" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct)" /><NavigationProperty Name="VariantConfigSetting" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting"><ReferentialConstraint Property="VariantConfigSettingId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductReference" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Position" Type="Edm.Int32" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ProductGroupId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" ContainsTarget="true"><ReferentialConstraint Property="ProductGroupId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductCatalog" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ImageId" Type="Edm.String" /><Property Name="Exclude" Type="Edm.Boolean" /><Property Name="Default" Type="Edm.Boolean" /><Property Name="Filter" Type="Edm.String" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Groups" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductGroup)" ContainsTarget="true" /></EntityType><EntityType Name="ItemGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ImageId" Type="Edm.Guid" /><Property Name="ParentId" Type="Edm.Guid" /><Property Name="Customs_CommodityCode" Type="Edm.String" /><Property Name="Customs_Content" Type="Edm.String" /><Property Name="Customs_CountryCode" Type="Edm.String" /><Property Name="VatPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="Code" Type="Edm.String" /><Property Name="SalesLedgerId" Type="Edm.Guid" /><Property Name="PurchaseLedgerId" Type="Edm.Guid" /><Property Name="ConsumptionLedgerId" Type="Edm.Guid" /><Property Name="InventoryPurchaseLedgerId" Type="Edm.Guid" /><Property Name="InventoryConsumedLedgerId" Type="Edm.Guid" /><Property Name="InventoryShrinkageLedgerId" Type="Edm.Guid" /><Property Name="InventoryAdjustmentLedgerId" Type="Edm.Guid" /><Property Name="ProductionPurchaseLedgerId" Type="Edm.Guid" /><Property Name="ProductionConsumedLedgerId" Type="Edm.Guid" /><Property Name="ProductionCostAdjustmentLedgerId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Products" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" ContainsTarget="true" /><NavigationProperty Name="SalesLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="PurchaseLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="ConsumptionLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="InventoryPurchaseLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="InventoryConsumedLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="InventoryShrinkageLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="InventoryAdjustmentLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="ProductionPurchaseLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="ProductionConsumedLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /><NavigationProperty Name="ProductionCostAdjustmentLedger" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" ContainsTarget="true" /></EntityType><EntityType Name="PayrollJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.Guid" /><Property Name="JournalLineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><Property Name="UnitId" Type="Edm.Guid" /><Property Name="Rate" Type="Edm.Decimal" Scale="variable" /><Property Name="Amount" Type="Edm.Decimal" Scale="variable" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="DepartmentId" Type="Edm.Guid" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournalLineStatus" Nullable="false" /><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournal" ContainsTarget="true" /><NavigationProperty Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" ContainsTarget="true"><ReferentialConstraint Property="UnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Department" Type="MobiSolutions.Cloud.Api.MobiManagement.Department" ContainsTarget="true"><ReferentialConstraint Property="DepartmentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="PayrollJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournalStatus" Nullable="false" /><Property Name="PayrollDate" Type="Edm.DateTimeOffset" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="IntervalId" Type="Edm.Guid" /><Property Name="VendorId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Interval" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollInterval" ContainsTarget="true" /><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollVendor" ContainsTarget="true" /><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PayrollJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="Unit" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="UnitId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /></EntityType><EntityType Name="WorkBreak" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BreakId" Type="Edm.String" /><Property Name="StartTime" Type="Edm.Int64" Nullable="false" /><Property Name="StopTime" Type="Edm.Int64" Nullable="false" /><Property Name="Duration" Type="Edm.Int64" Nullable="false" /><Property Name="WorkruleId" Type="Edm.Guid" /><NavigationProperty Name="Workrule" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" ContainsTarget="true"><ReferentialConstraint Property="WorkruleId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="WorkruleDeviation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="StartTime" Type="Edm.Int64" Nullable="false" /><Property Name="StopTime" Type="Edm.Int64" Nullable="false" /><Property Name="ExtendedTime" Type="Edm.Int64" Nullable="false" /><Property Name="EnableExtendedTime" Type="Edm.Boolean" Nullable="false" /><Property Name="DayOfWeek" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekDays" Nullable="false" /><Property Name="WorkruleId" Type="Edm.Guid" /><NavigationProperty Name="Workrule" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" ContainsTarget="true"><ReferentialConstraint Property="WorkruleId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Toad" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ToadId" Type="Edm.String" /><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /></EntityType><EntityType Name="PaymentLedgerMapping" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PaymentType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentType" Nullable="false" /><Property Name="Value1" Type="Edm.String" /><Property Name="Value2" Type="Edm.String" /><Property Name="Value3" Type="Edm.String" /><Property Name="Value4" Type="Edm.String" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="LedgerAccount" Type="Edm.String" /><Property Name="BankAccountId" Type="Edm.Guid" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="BankAccount" Type="MobiSolutions.Cloud.Api.MobiManagement.BankAccount" ContainsTarget="true"><ReferentialConstraint Property="BankAccountId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Production" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ProductionId" Type="Edm.String" /><Property Name="DeliveryDate" Type="Edm.DateTimeOffset" /><Property Name="ScheduledStart" Type="Edm.DateTimeOffset" /><Property Name="ScheduledFinish" Type="Edm.DateTimeOffset" /><Property Name="ActualStart" Type="Edm.DateTimeOffset" /><Property Name="ActualFinish" Type="Edm.DateTimeOffset" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="QtyProduced" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="HoursConsumed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="HoursEstimated" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TimeConsumed_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="TimeEstimated_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="ProgressPct" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionStatus" Nullable="false" /><Property Name="MrpLevel" Type="MobiSolutions.Cloud.Api.MobiManagement.MrpLevel" Nullable="false" /><Property Name="Warrenty_Ticks" Type="Edm.Int64" /><Property Name="PackingGroup" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="BatchId" Type="Edm.Guid" /><Property Name="SchemaTypeId" Type="Edm.Guid" /><Property Name="ImageReferenceId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SchemaType" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" ContainsTarget="true"><ReferentialConstraint Property="SchemaTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Batch" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch" ContainsTarget="true"><ReferentialConstraint Property="BatchId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ImageReference" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductImageReference" ContainsTarget="true" /><NavigationProperty Name="Routes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductionRoute)" ContainsTarget="true" /><NavigationProperty Name="BOMLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductionBOMLine)" ContainsTarget="true" /><NavigationProperty Name="ProductionBatches" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductionBatch)" ContainsTarget="true" /><NavigationProperty Name="SchemaInstances" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SchemaInstance)" ContainsTarget="true" /><NavigationProperty Name="ProductionTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductionTransaction)" ContainsTarget="true" /><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /><NavigationProperty Name="Workstations" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductionWorkstation)" ContainsTarget="true" /><NavigationProperty Name="ImageReferences" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductImageReference)" ContainsTarget="true" /><NavigationProperty Name="Assets" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Asset)" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" /></EntityType><EntityType Name="PickingList" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PickingListId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingListStatus" Nullable="false" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Priority" Type="MobiSolutions.Cloud.Api.MobiManagement.PriorityType" Nullable="false" /><Property Name="Note" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="StartTime" Type="Edm.DateTimeOffset" /><Property Name="StopTime" Type="Edm.DateTimeOffset" /><Property Name="DeliveryDate" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="SalesOrderId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="PickingTableId" Type="Edm.Guid" /><Property Name="AssignedToId" Type="Edm.Guid" /><Property Name="AssignedTime" Type="Edm.DateTimeOffset" /><Property Name="ShipmentCarrierCode" Type="Edm.String" /><Property Name="ShipmentProductCode" Type="Edm.String" /><Property Name="ShipmentMethodCode" Type="Edm.String" /><Property Name="ShipmentIncoterm" Type="Edm.String" /><Property Name="FreightAmountExclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="FreightAmountInclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="ReferenceId" Type="Edm.String" /><Property Name="SalesReference" Type="Edm.String" /><Property Name="External_InvoiceId" Type="Edm.String" /><Property Name="DeliveryName" Type="Edm.String" /><Property Name="DeliveryContact" Type="Edm.String" /><Property Name="DeliveryStreet" Type="Edm.String" /><Property Name="DeliveryStreet2" Type="Edm.String" /><Property Name="DeliveryZip" Type="Edm.String" /><Property Name="DeliveryCity" Type="Edm.String" /><Property Name="DeliveryCounty" Type="Edm.String" /><Property Name="DeliveryState" Type="Edm.String" /><Property Name="DeliveryCountry" Type="Edm.String" /><Property Name="DeliveryReference" Type="Edm.String" /><Property Name="DeliveryEmail" Type="Edm.String" /><Property Name="DeliveryPhone" Type="Edm.String" /><Property Name="ParcelshopId" Type="Edm.String" /><Property Name="ParcelshopName" Type="Edm.String" /><Property Name="ParcelshopStreet" Type="Edm.String" /><Property Name="ParcelshopStreet2" Type="Edm.String" /><Property Name="ParcelshopZip" Type="Edm.String" /><Property Name="ParcelshopCity" Type="Edm.String" /><Property Name="ParcelshopCounty" Type="Edm.String" /><Property Name="ParcelshopCountry" Type="Edm.String" /><Property Name="ParcelshopState" Type="Edm.String" /><Property Name="ParcelshopReference" Type="Edm.String" /><Property Name="BillToName" Type="Edm.String" /><Property Name="BillToContact" Type="Edm.String" /><Property Name="BillToStreet" Type="Edm.String" /><Property Name="BillToStreet2" Type="Edm.String" /><Property Name="BillToZip" Type="Edm.String" /><Property Name="BillToCity" Type="Edm.String" /><Property Name="BillToCounty" Type="Edm.String" /><Property Name="BillToCountry" Type="Edm.String" /><Property Name="BillToState" Type="Edm.String" /><Property Name="BillToReference" Type="Edm.String" /><Property Name="BillToEmail" Type="Edm.String" /><Property Name="BillToPhone" Type="Edm.String" /><Property Name="BillTo_ProviderAccount" Type="Edm.String" /><Property Name="BillTo_ProviderAccount_Type" Type="Edm.String" /><Property Name="Webshop_Order_Id" Type="Edm.String" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesOrder" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" ContainsTarget="true"><ReferentialConstraint Property="SalesOrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingLine)" ContainsTarget="true" /><NavigationProperty Name="Shipments" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Shipment)" ContainsTarget="true" /><NavigationProperty Name="Toads" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Toad)" ContainsTarget="true" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PickingTable" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" ContainsTarget="true"><ReferentialConstraint Property="PickingTableId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="AssignedTo" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="SalesOrder" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SalesId" Type="Edm.String" /><Property Name="External_InvoiceId" Type="Edm.String" /><Property Name="OrderDate" Type="Edm.DateTimeOffset" /><Property Name="ReferenceId" Type="Edm.String" /><Property Name="RegisterId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderStatus" Nullable="false" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="ContactPersonId" Type="Edm.Guid" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="DeliveryTime" Type="Edm.DateTimeOffset" /><Property Name="DeliveryModeId" Type="Edm.Guid" /><Property Name="DeliveryTermId" Type="Edm.Guid" /><Property Name="DeliveryLocationId" Type="Edm.Guid" /><Property Name="Note" Type="Edm.String" /><Property Name="DeliveryName" Type="Edm.String" /><Property Name="DeliveryContact" Type="Edm.String" /><Property Name="DeliveryStreet" Type="Edm.String" /><Property Name="DeliveryStreet2" Type="Edm.String" /><Property Name="DeliveryZipCode" Type="Edm.String" /><Property Name="DeliveryCity" Type="Edm.String" /><Property Name="DeliveryCountry" Type="Edm.String" /><Property Name="DeliveryState" Type="Edm.String" /><Property Name="DeliveryReference" Type="Edm.String" /><Property Name="DeliveryEmail" Type="Edm.String" /><Property Name="DeliveryPhone" Type="Edm.String" /><Property Name="DeliveryLatitude" Type="Edm.Single" Nullable="false" /><Property Name="DeliveryLongitude" Type="Edm.Single" Nullable="false" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="OrderType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderType" Nullable="false" /><Property Name="FreightAmountExclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="FreightAmountInclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="SalesType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesType" Nullable="false" /><Property Name="ShipmentCarrierCode" Type="Edm.String" /><Property Name="ShipmentProductCode" Type="Edm.String" /><Property Name="ShipmentMethodCode" Type="Edm.String" /><Property Name="ShipmentIncoterm" Type="Edm.String" /><Property Name="ParcelshopId" Type="Edm.String" /><Property Name="ParcelshopName" Type="Edm.String" /><Property Name="ParcelshopStreet" Type="Edm.String" /><Property Name="ParcelshopStreet2" Type="Edm.String" /><Property Name="ParcelshopZip" Type="Edm.String" /><Property Name="ParcelshopCity" Type="Edm.String" /><Property Name="ParcelshopCounty" Type="Edm.String" /><Property Name="ParcelshopCountry" Type="Edm.String" /><Property Name="ParcelshopState" Type="Edm.String" /><Property Name="ParcelshopReference" Type="Edm.String" /><Property Name="ParcelshopLatitude" Type="Edm.Single" Nullable="false" /><Property Name="ParcelshopLongitude" Type="Edm.Single" Nullable="false" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="BillToName" Type="Edm.String" /><Property Name="BillToContact" Type="Edm.String" /><Property Name="BillToStreet" Type="Edm.String" /><Property Name="BillToStreet2" Type="Edm.String" /><Property Name="BillToZip" Type="Edm.String" /><Property Name="BillToCity" Type="Edm.String" /><Property Name="BillToCounty" Type="Edm.String" /><Property Name="BillToCountry" Type="Edm.String" /><Property Name="BillToState" Type="Edm.String" /><Property Name="BillToReference" Type="Edm.String" /><Property Name="BillToEmail" Type="Edm.String" /><Property Name="BillToPhone" Type="Edm.String" /><Property Name="BillTo_ProviderAccount" Type="Edm.String" /><Property Name="BillTo_ProviderAccount_Type" Type="Edm.String" /><Property Name="BillToLatitude" Type="Edm.Single" Nullable="false" /><Property Name="BillToLongitude" Type="Edm.Single" Nullable="false" /><Property Name="WebshopId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="ShipmentCarrierCode_Actual" Type="Edm.String" /><Property Name="ShipmentProductCode_Actual" Type="Edm.String" /><Property Name="Webshop_Order_Id" Type="Edm.String" /><Property Name="Webshop_Order_Name" Type="Edm.String" /><Property Name="ServiceOrderDuration_Ticks" Type="Edm.Int64" /><Property Name="Tag" Type="Edm.String" /><Property Name="CategoryId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContactPerson" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" ContainsTarget="true"><ReferentialConstraint Property="ContactPersonId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryMode" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryMode" ContainsTarget="true"><ReferentialConstraint Property="DeliveryModeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryTerm" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryTerm" ContainsTarget="true"><ReferentialConstraint Property="DeliveryTermId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /><NavigationProperty Name="Webshop" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" ContainsTarget="true"><ReferentialConstraint Property="WebshopId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SalesLine)" ContainsTarget="true" /><NavigationProperty Name="PaymentLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentLine)" ContainsTarget="true" /><NavigationProperty Name="PickingLists" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingList)" ContainsTarget="true" /><NavigationProperty Name="ServiceObjects" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ServiceObject)" ContainsTarget="true" /><NavigationProperty Name="Employees" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" ContainsTarget="true" /><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderCategory" ContainsTarget="true" /><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="PickingLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PickingListId" Type="Edm.Guid" /><Property Name="LineId" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="SalesLineId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="QtyPick" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="SortCode" Type="Edm.String" /><Property Name="WMSZone" Type="Edm.String" /><Property Name="WMSPalletId" Type="Edm.Guid" /><Property Name="BatchId" Type="Edm.Guid" /><Property Name="ShipmentId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingLineStatus" Nullable="false" /><Property Name="QA_QtyValidated" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="QA_QtyValidatedTime" Type="Edm.DateTimeOffset" /><Property Name="QA_QtyValidatedById" Type="Edm.Guid" /><Property Name="QA_QtyValidatedBy_UserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><NavigationProperty Name="PickingList" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" ContainsTarget="true"><ReferentialConstraint Property="PickingListId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesLine" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesLine" ContainsTarget="true"><ReferentialConstraint Property="SalesLineId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Shipment" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" ContainsTarget="true"><ReferentialConstraint Property="ShipmentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSPallet" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPallet" ContainsTarget="true"><ReferentialConstraint Property="WMSPalletId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Batch" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch" ContainsTarget="true"><ReferentialConstraint Property="BatchId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Shipment" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ShipmentId" Type="Edm.String" /><Property Name="Reference" Type="Edm.String" /><Property Name="ExternalReference" Type="Edm.String" /><Property Name="Comment" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="StatusText" Type="Edm.String" /><Property Name="CarrierId" Type="Edm.String" /><Property Name="CarrierCode" Type="Edm.String" /><Property Name="ProductCode" Type="Edm.String" /><Property Name="ServiceCodes" Type="Edm.String" /><Property Name="Price" Type="Edm.Decimal" Scale="variable" /><Property Name="SalesPrice" Type="Edm.Decimal" Scale="variable" /><Property Name="CurrencyCode" Type="Edm.String" /><Property Name="OwnAgreement" Type="Edm.Boolean" /><Property Name="Sender_Name" Type="Edm.String" /><Property Name="Sender_Attention" Type="Edm.String" /><Property Name="Sender_Address1" Type="Edm.String" /><Property Name="Sender_Address2" Type="Edm.String" /><Property Name="Sender_Zipcode" Type="Edm.String" /><Property Name="Sender_City" Type="Edm.String" /><Property Name="Sender_State" Type="Edm.String" /><Property Name="Sender_CountryCode" Type="Edm.String" /><Property Name="Sender_Email" Type="Edm.String" /><Property Name="Sender_Mobile" Type="Edm.String" /><Property Name="Sender_Telephone" Type="Edm.String" /><Property Name="Receiver_Name" Type="Edm.String" /><Property Name="Receiver_Attention" Type="Edm.String" /><Property Name="Receiver_Address1" Type="Edm.String" /><Property Name="Receiver_Address2" Type="Edm.String" /><Property Name="Receiver_Zipcode" Type="Edm.String" /><Property Name="Receiver_City" Type="Edm.String" /><Property Name="Receiver_State" Type="Edm.String" /><Property Name="Receiver_CountryCode" Type="Edm.String" /><Property Name="Receiver_Email" Type="Edm.String" /><Property Name="Receiver_Mobile" Type="Edm.String" /><Property Name="Receiver_Telephone" Type="Edm.String" /><Property Name="Receiver_Instruction" Type="Edm.String" /><Property Name="ServicePoint_Id" Type="Edm.String" /><Property Name="ServicePoint_Name" Type="Edm.String" /><Property Name="ServicePoint_Address1" Type="Edm.String" /><Property Name="ServicePoint_Address2" Type="Edm.String" /><Property Name="ServicePoint_Zipcode" Type="Edm.String" /><Property Name="ServicePoint_City" Type="Edm.String" /><Property Name="ServicePoint_State" Type="Edm.String" /><Property Name="ServicePoint_CountryCode" Type="Edm.String" /><Property Name="ShipmentId_Provider" Type="Edm.String" /><Property Name="RequestId" Type="Edm.String" /><Property Name="CallbackUrl" Type="Edm.String" /><Property Name="AWB" Type="Edm.String" /><Property Name="AWBAssetUrl" Type="Edm.String" /><Property Name="TrackingId" Type="Edm.String" /><Property Name="TrackAndTraceUrl" Type="Edm.String" /><Property Name="ShippingDate" Type="Edm.DateTimeOffset" /><Property Name="ReturnLabel" Type="Edm.Boolean" /><Property Name="Dutiable" Type="Edm.Boolean" /><Property Name="Addons" Type="Edm.String" /><Property Name="ShipmentProvider" Type="Edm.String" /><Property Name="InternalStatus" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentStatus" Nullable="false" /><Property Name="Customs_Amount" Type="Edm.Decimal" Scale="variable" /><Property Name="Customs_Currency" Type="Edm.String" /><Property Name="Customs_Code" Type="Edm.String" /><Property Name="Remarks" Type="Edm.String" /><Property Name="Incoterms_Identifier" Type="Edm.String" /><Property Name="NumberOfPallets" Type="Edm.Int32" /><Property Name="Export_Reason" Type="Edm.String" /><Property Name="Export_ReasonCode" Type="Edm.String" /><Property Name="DangerousGoods_Enabled" Type="Edm.Boolean" /><Property Name="DangerousGoods_Identifier" Type="Edm.String" /><Property Name="DangerousGoods_Weight_InKilos" Type="Edm.Decimal" Scale="variable" /><Property Name="DangerousGoods_Description" Type="Edm.String" /><Property Name="DangerousGoods_Un_Number" Type="Edm.String" /><Property Name="DangerousGoods_Un_Packingroup" Type="Edm.String" /><Property Name="DangerousGoods_PackingInstruction" Type="Edm.String" /><Property Name="DangerousGoods_Class" Type="Edm.String" /><Property Name="Pickup_Enabled" Type="Edm.Boolean" /><Property Name="Pickup_FromTime" Type="Edm.DateTimeOffset" /><Property Name="Pickup_ToTime" Type="Edm.DateTimeOffset" /><Property Name="Pickup_Description" Type="Edm.String" /><Property Name="Pickup_Name" Type="Edm.String" /><Property Name="Pickup_Attention" Type="Edm.String" /><Property Name="Pickup_Address1" Type="Edm.String" /><Property Name="Pickup_Address2" Type="Edm.String" /><Property Name="Pickup_Zipcode" Type="Edm.String" /><Property Name="Pickup_City" Type="Edm.String" /><Property Name="Pickup_State" Type="Edm.String" /><Property Name="Pickup_CountryCode" Type="Edm.String" /><Property Name="SalesOrderId" Type="Edm.Guid" /><Property Name="PickingListId" Type="Edm.Guid" /><Property Name="ShipmentVendorId" Type="Edm.Guid" /><Property Name="HasLabels" Type="Edm.Boolean" Nullable="false" /><Property Name="BillTo_Name" Type="Edm.String" /><Property Name="BillTo_Attention" Type="Edm.String" /><Property Name="BillTo_Address1" Type="Edm.String" /><Property Name="BillTo_Address2" Type="Edm.String" /><Property Name="BillTo_Zipcode" Type="Edm.String" /><Property Name="BillTo_City" Type="Edm.String" /><Property Name="BillTo_State" Type="Edm.String" /><Property Name="BillTo_CountryCode" Type="Edm.String" /><Property Name="BillTo_Email" Type="Edm.String" /><Property Name="BillTo_Mobile" Type="Edm.String" /><Property Name="BillTo_Telephone" Type="Edm.String" /><Property Name="BillTo_Reference" Type="Edm.String" /><Property Name="BillTo_ProviderAccount" Type="Edm.String" /><Property Name="StorageAccountName_Label" Type="Edm.String" /><Property Name="BlobContainerName_Label" Type="Edm.String" /><Property Name="BlobName_Label" Type="Edm.String" /><Property Name="BlobFullName_Label" Type="Edm.String" /><Property Name="ShipmentId_Provider_Actual" Type="Edm.String" /><Property Name="CarrierCode_Actual" Type="Edm.String" /><Property Name="ProductCode_Actual" Type="Edm.String" /><NavigationProperty Name="SalesOrder" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" ContainsTarget="true"><ReferentialConstraint Property="SalesOrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PickingList" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" ContainsTarget="true"><ReferentialConstraint Property="PickingListId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Parcels" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ShipmentParcel)" ContainsTarget="true" /><NavigationProperty Name="PickingLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingLine)" ContainsTarget="true" /><NavigationProperty Name="Labels" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ShipmentLabel)" ContainsTarget="true" /></EntityType><EntityType Name="PickingTable" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TableId" Type="Edm.String" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="LabelPrinterId" Type="Edm.Guid" /><Property Name="DocumentPrinterId" Type="Edm.Guid" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LabelPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="DocumentPrinter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" ContainsTarget="true" /><NavigationProperty Name="ItemGroups" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ItemGroup)" ContainsTarget="true" /><NavigationProperty Name="Products" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" ContainsTarget="true" /><NavigationProperty Name="PackagingBoxes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PackagingBox)" ContainsTarget="true" /><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /></EntityType><EntityType Name="SalesLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SalesOrderId" Type="Edm.Guid" /><Property Name="LineId" Type="Edm.String" /><Property Name="LineNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="Note" Type="Edm.String" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="UnitId" Type="Edm.Guid" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Depth" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="TotalAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Workstation" Type="Edm.String" /><Property Name="Printer" Type="Edm.String" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="VatPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="Customs_Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesLineStatus" Nullable="false" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="SalesQuoteLineId" Type="Edm.Guid" /><Property Name="Warrenty_Expire" Type="Edm.DateTimeOffset" /><NavigationProperty Name="SalesOrder" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" ContainsTarget="true"><ReferentialConstraint Property="SalesOrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" ContainsTarget="true"><ReferentialConstraint Property="UnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PickingLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingLine)" ContainsTarget="true" /><NavigationProperty Name="DeliveryNoteLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteLine)" ContainsTarget="true" /><NavigationProperty Name="InvoiceLineLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.InvoiceLine)" ContainsTarget="true" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesQuoteLine" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuoteLine"><ReferentialConstraint Property="SalesQuoteLineId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="PackagingBox" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BoxId" Type="Edm.String" /><Property Name="Length_InCm" Type="Edm.Int32" /><Property Name="Width_InCm" Type="Edm.Int32" /><Property Name="Height_InCm" Type="Edm.Int32" /><Property Name="Weight_InKg" Type="Edm.Int32" /><Property Name="BoxType" Type="MobiSolutions.Cloud.Api.MobiManagement.PackagingBoxType" Nullable="false" /><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" ContainsTarget="true" /><NavigationProperty Name="Settings" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PackagingBoxSetting)" ContainsTarget="true" /></EntityType><EntityType Name="PlanningMapSlideShow" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SlideShowId" Type="Edm.String" /><NavigationProperty Name="SlideShowEntries" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShowEntry)" ContainsTarget="true" /></EntityType><EntityType Name="PlanningMapSlideShowEntry" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="EntryId" Type="Edm.String" /><Property Name="SlideShowId" Type="Edm.Guid" /><Property Name="Duration" Type="Edm.Int64" Nullable="false" /><Property Name="MapZoomLevel" Type="Edm.Int32" Nullable="false" /><Property Name="MapCenter_Latitude" Type="Edm.Double" Nullable="false" /><Property Name="MapCenter_Longitude" Type="Edm.Double" Nullable="false" /><Property Name="DateType" Type="MobiSolutions.Cloud.Api.MobiManagement.ShowDateType" Nullable="false" /><Property Name="CustomDate" Type="Edm.DateTimeOffset" /><Property Name="DateNumberOfDays" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="SlideShow" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShow" ContainsTarget="true" /></EntityType><EntityType Name="PriceListLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="ListId" Type="Edm.Guid" Nullable="false" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><Property Name="Price" Type="Edm.Decimal" Scale="variable" /><Property Name="PriceDiscount" Type="Edm.Decimal" Scale="variable" /><Property Name="DB" Type="Edm.Decimal" Scale="variable" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceListLineType" Nullable="false" /><Property Name="ItemRelationId" Type="Edm.Guid" /><Property Name="CustomerType" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceListLineType" Nullable="false" /><Property Name="CustomerRelationId" Type="Edm.Guid" /><Property Name="DiscountGroupId" Type="Edm.Guid" /><Property Name="CustomerDiscountGroupId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceListLineStatus" Nullable="false" /><NavigationProperty Name="DiscountGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.DiscountGroup" ContainsTarget="true"><ReferentialConstraint Property="DiscountGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="CustomerDiscountGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerDiscountGroup" ContainsTarget="true"><ReferentialConstraint Property="CustomerDiscountGroupId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductConsumptionJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionJournalStatus" Nullable="false" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionLine)" ContainsTarget="true" /></EntityType><EntityType Name="ProductConsumptionLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.Guid" /><Property Name="LineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LineStatus" Nullable="false" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="BatchId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="TaskPartId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="QtyAjusted" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionJournal" ContainsTarget="true" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Batch" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch" ContainsTarget="true"><ReferentialConstraint Property="BatchId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionCategory" ContainsTarget="true" /><NavigationProperty Name="TaskPart" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" ContainsTarget="true" /></EntityType><EntityType Name="ProductConsumptionCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CategoryId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionItemType" Nullable="false" /></EntityType><EntityType Name="PlanableTaskPart" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TaskPartId" Type="Edm.String" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="TimeZoneId" Type="Edm.String" /><Property Name="TimeDuration" Type="Edm.Int64" /><Property Name="TaskId" Type="Edm.Guid" Nullable="false" /><Property Name="Followup" Type="Edm.Boolean" /><Property Name="AllDay" Type="Edm.Boolean" Nullable="false" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.TaskPartStatus" Nullable="false" /><Property Name="ContainerId" Type="Edm.Guid" /><Property Name="Conclusion" Type="Edm.String" /><Property Name="ConclusionById" Type="Edm.Guid" /><Property Name="ConclusionDate" Type="Edm.DateTimeOffset" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="Deadline" Type="Edm.DateTimeOffset" /><Property Name="Priority" Type="MobiSolutions.Cloud.Api.MobiManagement.TaskPriorityType" Nullable="false" /><Property Name="ProgressionPct" Type="Edm.Int32" Nullable="false" /><Property Name="Hours_Estimated" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Hours_Invoiced" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="PriceConfigId" Type="Edm.Guid" /><Property Name="ResponsibleId" Type="Edm.Guid" /><NavigationProperty Name="Task" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true" /><NavigationProperty Name="ConclusionBy" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true" /><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ResourceTasks" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ResourceTask)" ContainsTarget="true" /><NavigationProperty Name="EstimatedProductConsumptions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EstimatedProductConsumption)" ContainsTarget="true" /><NavigationProperty Name="PriceConfig" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceConfig" ContainsTarget="true"><ReferentialConstraint Property="PriceConfigId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Responsible" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true" /><NavigationProperty Name="Container" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPartContainer" /></EntityType><EntityType Name="EstimatedProductConsumption" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="TaskPartId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="TaskPart" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" ContainsTarget="true" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductionRoute" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="RouteId" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Qty_Consumed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Time_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="SetupTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="CleanTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="HoursConsumed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="HoursEstimated" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TimeConsumed_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="TimeEstimated_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="ActualStart" Type="Edm.DateTimeOffset" /><Property Name="ActualFinish" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionStatus" Nullable="false" /><Property Name="ScheduledStart" Type="Edm.DateTimeOffset" /><Property Name="ScheduledFinish" Type="Edm.DateTimeOffset" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="OperationId" Type="Edm.Guid" /><Property Name="OperationNextId" Type="Edm.Guid" /><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="MachineId" Type="Edm.Guid" /><Property Name="PickingLocationId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Operation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" ContainsTarget="true" /><NavigationProperty Name="OperationNext" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" ContainsTarget="true" /><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" ContainsTarget="true"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Machine" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" ContainsTarget="true"><ReferentialConstraint Property="MachineId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductionTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductionTransaction)" ContainsTarget="true" /><NavigationProperty Name="PickingLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" /></EntityType><EntityType Name="ProductionBOMLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="QtyConsumed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="QtyProposed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="WmsLocationId" Type="Edm.Guid" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="OperationId" Type="Edm.Guid" /><NavigationProperty Name="WmsLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true" /><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" ContainsTarget="true"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Operation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" ContainsTarget="true" /></EntityType><EntityType Name="ProductionBatch" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BatchId" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="From" Type="Edm.DateTimeOffset" /><Property Name="To" Type="Edm.DateTimeOffset" /><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="ProductionId" Type="Edm.Guid" /><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" ContainsTarget="true"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="SchemaInstance" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="InstanceId" Type="Edm.String" /><Property Name="SchemaTypeId" Type="Edm.Guid" /><Property Name="TaskId" Type="Edm.Guid" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="DocumentDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="SchemaType" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" ContainsTarget="true"><ReferentialConstraint Property="SchemaTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Task" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask" ContainsTarget="true" /><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Fields" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionField)" ContainsTarget="true" /></EntityType><EntityType Name="ProductionTransaction" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TransactionId" Type="Edm.String" /><Property Name="QtyGood" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="QtyBad" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="HoursConsumed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="StartTime" Type="Edm.DateTimeOffset" /><Property Name="EndTime" Type="Edm.DateTimeOffset" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="PRODUCTION_PRODUCTIONID" Type="Edm.String" /><Property Name="PRODUCTION_NAME" Type="Edm.String" /><Property Name="RouteId" Type="Edm.Guid" /><Property Name="PRODUCTIONROUTE_ROUTEID" Type="Edm.String" /><Property Name="PRODUCTIONROUTE_NAME" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="PRODUCT_PRODUCTID" Type="Edm.String" /><Property Name="PRODUCT_SKU" Type="Edm.String" /><Property Name="PRODUCT_NAME" Type="Edm.String" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="CONFIG_CODE" Type="Edm.String" /><Property Name="CONFIG_NAME" Type="Edm.String" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="EMPLOYEE_EMPLOYEENUMBER" Type="Edm.String" /><Property Name="EMPLOYEE_NAME" Type="Edm.String" /><Property Name="OperationId" Type="Edm.Guid" /><Property Name="PRODUCTOPERATION_OPERATIONID" Type="Edm.String" /><Property Name="PRODUCTOPERATION_NAME" Type="Edm.String" /><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="WORKCENTER_WORKCENTERID" Type="Edm.String" /><Property Name="WORKCENTER_NAME" Type="Edm.String" /><Property Name="MachineId" Type="Edm.Guid" /><Property Name="MACHINE_ASSETID" Type="Edm.String" /><Property Name="MACHINE_NAME" Type="Edm.String" /><Property Name="BatchId" Type="Edm.Guid" /><Property Name="BATCH_BATCHID" Type="Edm.String" /><Property Name="BATCH_NAME" Type="Edm.String" /><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Route" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionRoute" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Operation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" /><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Machine" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine"><ReferentialConstraint Property="MachineId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Batch" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch"><ReferentialConstraint Property="BatchId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductionWorkstation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="WorkstationId" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Qty_Consumed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Time_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="SetupTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="CleanTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="HoursConsumed" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="HoursEstimated" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TimeConsumed_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="TimeEstimated_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="ActualStart" Type="Edm.DateTimeOffset" /><Property Name="ActualFinish" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionStatus" Nullable="false" /><Property Name="ScheduledStart" Type="Edm.DateTimeOffset" /><Property Name="ScheduledFinish" Type="Edm.DateTimeOffset" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="MachineId" Type="Edm.Guid" /><Property Name="PickingLocationId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" ContainsTarget="true"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Machine" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" ContainsTarget="true"><ReferentialConstraint Property="MachineId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PickingLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Asset" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Resource" Abstract="true"><Property Name="AssetId" Type="Edm.String" /><Property Name="SerialNumber" Type="Edm.String" /><Property Name="Brand" Type="Edm.String" /><Property Name="Year" Type="Edm.Int32" Nullable="false" /><Property Name="Blocked" Type="Edm.Boolean" Nullable="false" /><Property Name="ChassisNumber" Type="Edm.String" /><Property Name="RegistrationNumber" Type="Edm.String" /><Property Name="ResponsibleId" Type="Edm.Guid" /><Property Name="DefaultHours" Type="Edm.Decimal" Scale="variable" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="OwnerId" Type="Edm.Guid" /><Property Name="OwnerFacilityId" Type="Edm.Guid" /><Property Name="ActualFacilityId" Type="Edm.Guid" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetStatus" Nullable="false" /><Property Name="LastViewed" Type="Edm.DateTimeOffset" /><Property Name="AssetGroupId" Type="Edm.Guid" /><Property Name="Category" Type="Edm.String" /><Property Name="SubCategory" Type="Edm.String" /><Property Name="Search1" Type="Edm.String" /><Property Name="Search2" Type="Edm.String" /><Property Name="ParentId" Type="Edm.Guid" /><Property Name="Quantity" Type="Edm.Decimal" Scale="variable" /><Property Name="EnsuranceCompany" Type="Edm.String" /><Property Name="EnsurancePolicyNo" Type="Edm.String" /><Property Name="PurchValue" Type="Edm.Decimal" Scale="variable" /><Property Name="CurrentDepreciationAmount" Type="Edm.Decimal" Scale="variable" /><Property Name="WriteDownAmount" Type="Edm.Decimal" Scale="variable" /><Property Name="ScrapValue" Type="Edm.Decimal" Scale="variable" /><Property Name="PurchDate" Type="Edm.DateTimeOffset" /><Property Name="DepreciationStartDate" Type="Edm.DateTimeOffset" /><Property Name="SalesDate" Type="Edm.DateTimeOffset" /><Property Name="DepreciationMethod" Type="MobiSolutions.Cloud.Api.MobiManagement.DepreciationMethod" Nullable="false" /><Property Name="DepreciationPeriod" Type="MobiSolutions.Cloud.Api.MobiManagement.DepreciationPeriod" Nullable="false" /><Property Name="DepreciationPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="DepreciationLifeTime" Type="Edm.Decimal" Scale="variable" /><Property Name="MainCategoryId" Type="Edm.Guid" /><NavigationProperty Name="Responsible" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Parent" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" ContainsTarget="true" /><NavigationProperty Name="AssetGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetGroup" ContainsTarget="true"><ReferentialConstraint Property="AssetGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="MainCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetCategory" ContainsTarget="true" /><NavigationProperty Name="Categories" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.AssetCategory)" ContainsTarget="true" /><NavigationProperty Name="Projects" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Project)" ContainsTarget="true" /><NavigationProperty Name="Productions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Production)" ContainsTarget="true" /><NavigationProperty Name="Owner" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><NavigationProperty Name="OwnerFacility" Type="MobiSolutions.Cloud.Api.MobiManagement.Facility" /><NavigationProperty Name="ActualFacility" Type="MobiSolutions.Cloud.Api.MobiManagement.Facility" /></EntityType><EntityType Name="ProductOperation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="OperationId" Type="Edm.String" /><Property Name="Code" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="WorkCenterId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="WorkCenter" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="WorkCenterId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" /><NavigationProperty Name="Machines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Machine)" ContainsTarget="true" /></EntityType><EntityType Name="Machine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Asset"><NavigationProperty Name="WorkCenters" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WorkCenter)" ContainsTarget="true" /></EntityType><EntityType Name="ProductRoute" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ProductRouteId" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Time_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="SetupTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="CleanTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="MachineId" Type="Edm.Guid" /><Property Name="OperationId" Type="Edm.Guid" /><Property Name="OperationNextId" Type="Edm.Guid" /><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="PickingLocationId" Type="Edm.Guid" /><NavigationProperty Name="Operation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" ContainsTarget="true" /><NavigationProperty Name="OperationNext" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" ContainsTarget="true" /><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" ContainsTarget="true"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Machine" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" ContainsTarget="true"><ReferentialConstraint Property="MachineId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PickingLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true" /></EntityType><EntityType Name="ProductWorkstation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ProductWorkstationId" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Time_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="SetupTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="CleanTime_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="MachineId" Type="Edm.Guid" /><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="PickingLocationId" Type="Edm.Guid" /><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" ContainsTarget="true"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Machine" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" ContainsTarget="true"><ReferentialConstraint Property="MachineId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PickingLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true" /></EntityType><EntityType Name="ProductionOverviewSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><NavigationProperty Name="WorkCenterSettings" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WorkCenterSetting)" ContainsTarget="true" /></EntityType><EntityType Name="WorkCenterSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="WorkCenterId" Type="Edm.Guid" /><Property Name="ProductionOverviewSettingId" Type="Edm.Guid" /><Property Name="Priority" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenterPriority" Nullable="false" /><NavigationProperty Name="WorkCenter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" ContainsTarget="true"><ReferentialConstraint Property="WorkCenterId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductionOverviewSetting" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionOverviewSetting" ContainsTarget="true"><ReferentialConstraint Property="ProductionOverviewSettingId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductBOMLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="OperationNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ProductBOMId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="Sparepart" Type="Edm.Boolean" Nullable="false" /><Property Name="OperationId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductBOM" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductBOM" ContainsTarget="true"><ReferentialConstraint Property="ProductBOMId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Operation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" /></EntityType><EntityType Name="ProductBOM" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="BOMId" Type="Edm.String" /><Property Name="DateFrom" Type="Edm.DateTimeOffset" /><Property Name="DateTo" Type="Edm.DateTimeOffset" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="Version" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Sparepart" Type="Edm.Boolean" Nullable="false" /><Property Name="SparepartProductId" Type="Edm.Guid" /><Property Name="SchemaTypeId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SparepartProduct" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SchemaType" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" ContainsTarget="true"><ReferentialConstraint Property="SchemaTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductBOMLine)" ContainsTarget="true" /></EntityType><EntityType Name="ProductionProductType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TypeId" Type="Edm.String" /><Property Name="Group" Type="Edm.String" /></EntityType><EntityType Name="ProductionAddonField" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TableName" Type="Edm.String" /><Property Name="Code1" Type="Edm.String" /><Property Name="Value1" Type="Edm.String" /><Property Name="Code2" Type="Edm.String" /><Property Name="Value2" Type="Edm.String" /><Property Name="Code3" Type="Edm.String" /><Property Name="Value3" Type="Edm.String" /><Property Name="Code4" Type="Edm.String" /><Property Name="Value4" Type="Edm.String" /><Property Name="Code5" Type="Edm.String" /><Property Name="Value5" Type="Edm.String" /></EntityType><EntityType Name="TaskType" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TaskTypeId" Type="Edm.String" /><Property Name="Color" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /></EntityType><EntityType Name="ProjectTask" BaseType="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask"><Property Name="TaskId" Type="Edm.String" /><Property Name="ResponsibleId" Type="Edm.Guid" /><NavigationProperty Name="Responsible" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></EntityType><EntityType Name="ProjectPieceWork" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PieceWorkId" Type="Edm.String" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ExpireDate" Type="Edm.DateTimeOffset" /><Property Name="ProjectId" Type="Edm.Guid" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ResourceTask" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ResourceTaskId" Type="Edm.String" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTaskType" Nullable="false" /><Property Name="TimeZoneId" Type="Edm.String" /><Property Name="TimeDuration" Type="Edm.Int64" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTaskStatus" Nullable="false" /><Property Name="TaskId" Type="Edm.Guid" /><Property Name="ResourceId" Type="Edm.Guid" /><Property Name="TaskPartId" Type="Edm.Guid" /><Property Name="Conclusion" Type="Edm.String" /><NavigationProperty Name="Task" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true" /><NavigationProperty Name="Resource" Type="MobiSolutions.Cloud.Api.MobiManagement.Resource" ContainsTarget="true"><ReferentialConstraint Property="ResourceId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="TaskPart" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" ContainsTarget="true" /></EntityType><EntityType Name="PlanableTaskPartContainer" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ContainerId" Type="Edm.String" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="TaskParts" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart)" ContainsTarget="true" /></EntityType><EntityType Name="PlanningSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SettingId" Type="Edm.String" /><Property Name="WorkTimeStart" Type="Edm.Int64" Nullable="false" /><Property Name="WorkTimeEnd" Type="Edm.Int64" Nullable="false" /><Property Name="Planboard_CellDuration" Type="Edm.Int64" Nullable="false" /><Property Name="Planboard_MaxTasksPerCell" Type="Edm.Int32" /><Property Name="Planboard_ShowProfileImage" Type="Edm.Boolean" /></EntityType><EntityType Name="ProjectTimeJournalView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="ProjectId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="CustomerName" Type="Edm.String" /><Property Name="CustomerAccountNumber" Type="Edm.String" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="QtySUM" Type="Edm.Decimal" Scale="variable" /><Property Name="EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="ServicesSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Monday_QtySUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Monday_EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Monday_AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Monday_ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Monday_ServicesSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Tuesday_QtySUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Tuesday_EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Tuesday_AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Tuesday_ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Tuesday_ServicesSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Wednessday_QtySUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Wednessday_EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Wednessday_AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Wednessday_ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Wednessday_ServicesSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Thursday_QtySUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Thursday_EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Thursday_AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Thursday_ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Thursday_ServicesSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Friday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Friday_AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Friday_ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Friday_ServicesSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Saturday_QtySUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Saturday_EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Saturday_AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Saturday_ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Saturday_ServicesSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Sunday_QtySUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Sunday_EmployeeTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Sunday_AssetTimeSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Sunday_ItemConsumptionSUM" Type="Edm.Decimal" Scale="variable" /><Property Name="Sunday_ServicesSUM" Type="Edm.Decimal" Scale="variable" /></EntityType><EntityType Name="PurchaseOrder" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PurchaseId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrderStatus" Nullable="false" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="OrderDate" Type="Edm.DateTimeOffset" /><Property Name="ReceiveTime" Type="Edm.DateTimeOffset" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="Note" Type="Edm.String" /><Property Name="VendorId" Type="Edm.Guid" /><Property Name="ContactPersonId" Type="Edm.Guid" /><Property Name="ReferenceId" Type="Edm.String" /><Property Name="ReferenceName" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" ContainsTarget="true"><ReferentialConstraint Property="VendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContactPerson" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" ContainsTarget="true"><ReferentialConstraint Property="ContactPersonId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PurchaseLine)" ContainsTarget="true" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="PurchaseLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PurchaseOrderId" Type="Edm.Guid" /><Property Name="LineId" Type="Edm.String" /><Property Name="LineNumber" Type="Edm.Int32" Nullable="false" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="QtyReceived" Type="Edm.Decimal" Scale="variable" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="BatchId" Type="Edm.Guid" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TotalAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Note" Type="Edm.String" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseLineStatus" Nullable="false" /><Property Name="BeaconId" Type="Edm.Guid" /><NavigationProperty Name="PurchaseOrder" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrder" ContainsTarget="true"><ReferentialConstraint Property="PurchaseOrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Batch" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch" ContainsTarget="true"><ReferentialConstraint Property="BatchId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Barcodes" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Barcode)" /><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ReceivingJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="ReferenceId" Type="Edm.String" /><Property Name="VendorId" Type="Edm.Guid" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournalStatus" Nullable="false" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" ContainsTarget="true"><ReferentialConstraint Property="VendorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="ReceivingJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalLineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="JournalId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="ReferenceId" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="BatchId" Type="Edm.String" /><Property Name="SerialNumber" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.JournalLineStatus" Nullable="false" /><Property Name="PhysicalDate" Type="Edm.DateTimeOffset" /><Property Name="FinanceDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournal" ContainsTarget="true" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /></EntityType><EntityType Name="Report" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ReportId" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="FileContentId" Type="Edm.Guid" /><Property Name="DataSourceFileId" Type="Edm.Guid" /><Property Name="DataSourceType" Type="MobiSolutions.Cloud.Api.MobiManagement.DataSourceType" Nullable="false" /><Property Name="DataSourceTypeInfo" Type="Edm.String" /><Property Name="ReportType" Type="MobiSolutions.Cloud.Api.MobiManagement.ReportType" Nullable="false" /><NavigationProperty Name="FileContent" Type="MobiSolutions.Cloud.Api.MobiManagement.FileContent" ContainsTarget="true"><ReferentialConstraint Property="FileContentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DataSourceFile" Type="MobiSolutions.Cloud.Api.MobiManagement.FileContent" ContainsTarget="true"><ReferentialConstraint Property="FileContentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Parameters" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ReportParameter)" ContainsTarget="true" /></EntityType><EntityType Name="ReportParameter" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ReportId" Type="Edm.Guid" /><Property Name="TypeName" Type="Edm.String" /><Property Name="EntityProperty" Type="Edm.String" /><NavigationProperty Name="Report" Type="MobiSolutions.Cloud.Api.MobiManagement.Report" ContainsTarget="true"><ReferentialConstraint Property="ReportId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Dashboard" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="DashboardId" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /><Property Name="FileContentId" Type="Edm.Guid" /><Property Name="DashboardType" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardType" Nullable="false" /><Property Name="DashboardOrientation" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardOrientation" Nullable="false" /><Property Name="DataSourceType" Type="MobiSolutions.Cloud.Api.MobiManagement.DataSourceType" Nullable="false" /><Property Name="DataSourceTypeInfo" Type="Edm.String" /><Property Name="DataSourceFileId" Type="Edm.Guid" /><NavigationProperty Name="FileContent" Type="MobiSolutions.Cloud.Api.MobiManagement.FileContent" ContainsTarget="true"><ReferentialConstraint Property="FileContentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DataSourceFile" Type="MobiSolutions.Cloud.Api.MobiManagement.FileContent" ContainsTarget="true"><ReferentialConstraint Property="FileContentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Parameters" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DashboardParameter)" ContainsTarget="true" /></EntityType><EntityType Name="DashboardParameter" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="DashboardId" Type="Edm.Guid" /><Property Name="TypeName" Type="Edm.String" /><Property Name="EntityProperty" Type="Edm.String" /><NavigationProperty Name="Dashboard" Type="MobiSolutions.Cloud.Api.MobiManagement.Dashboard" ContainsTarget="true"><ReferentialConstraint Property="DashboardId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="DashboardSlideShowEntry" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="EntryId" Type="Edm.String" /><Property Name="SlideShowId" Type="Edm.Guid" /><Property Name="DashboardId" Type="Edm.Guid" /><Property Name="Duration" Type="Edm.Int64" Nullable="false" /><NavigationProperty Name="SlideShow" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShow" ContainsTarget="true" /><NavigationProperty Name="Dashboard" Type="MobiSolutions.Cloud.Api.MobiManagement.Dashboard"><ReferentialConstraint Property="DashboardId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ResourceJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalStatus" Nullable="false" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="AssetId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><Property Name="TemplatePeriod" Type="MobiSolutions.Cloud.Api.MobiManagement.TemplatePeriodType" Nullable="false" /><NavigationProperty Name="Asset" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" ContainsTarget="true"><ReferentialConstraint Property="AssetId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="ResourceJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.Guid" /><Property Name="JournalLineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Start" Type="Edm.DateTimeOffset" /><Property Name="End" Type="Edm.DateTimeOffset" /><Property Name="AssetId" Type="Edm.Guid" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="Hours" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="HoursAjusted" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LineStatus" Nullable="false" /><Property Name="TimeType" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeType" Nullable="false" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournal" ContainsTarget="true" /><NavigationProperty Name="Asset" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" ContainsTarget="true"><ReferentialConstraint Property="AssetId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ResourceJournalView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="AssetId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="Image_StorageAccountName" Type="Edm.String" /><Property Name="Image_BlobContainerName" Type="Edm.String" /><Property Name="Image_BlobName" Type="Edm.String" /><Property Name="Image_BlobFullName" Type="Edm.String" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Monday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Tuesday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Wednessday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Thursday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Friday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Saturday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_QtySUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_TimeSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_MilageSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_SupplementSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Sunday_AbsenceSUM" Type="Edm.Decimal" Nullable="false" Scale="variable" /></EntityType><EntityType Name="AssetGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><NavigationProperty Name="Assets" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Asset)" ContainsTarget="true" /></EntityType><EntityType Name="AssetCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="CategoryId" Type="Edm.String" /><NavigationProperty Name="Assets" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Asset)" ContainsTarget="true" /></EntityType><EntityType Name="AssetTrans" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TransNo" Type="Edm.Int64" Nullable="false" /><Property Name="TransRef" Type="Edm.String" /><Property Name="TransId" Type="Edm.String" /><Property Name="TransDate" Type="Edm.DateTimeOffset" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Price" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Text" Type="Edm.String" /><Property Name="EntityId" Type="Edm.Guid" Nullable="false" /><Property Name="EntityType" Type="Edm.String" /><Property Name="Direction" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetTransDirection" Nullable="false" /><Property Name="TransType" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetTransType" Nullable="false" /><Property Name="ID_ApprovedBy" Type="Edm.Guid" /><Property Name="ApprovedBy_UserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="AssetId" Type="Edm.Guid" /><Property Name="ASSET_ASSETID" Type="Edm.String" /><Property Name="ASSET_TYPE" Type="Edm.String" /><Property Name="ASSET_NAME" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="PRODUCT_PRODUCTID" Type="Edm.String" /><Property Name="PRODUCT_SKU" Type="Edm.String" /><Property Name="PRODUCT_NAME" Type="Edm.String" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="INVENTLOCATION_INVENTLOCATIONID" Type="Edm.String" /><Property Name="INVENTLOCATION_NAME" Type="Edm.String" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="PROJECT_PROJECTID" Type="Edm.String" /><Property Name="PROJECT_NAME" Type="Edm.String" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="PRODUCTION_PRODUCTIONID" Type="Edm.String" /><Property Name="PRODUCTION_NAME" Type="Edm.Int32" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="SERVICEOBJECT_SERVICEOBJECTID" Type="Edm.String" /><Property Name="SERVICEOBJECT_NAME" Type="Edm.String" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="EMPLOYEE_EMPLOYEEID" Type="Edm.String" /><Property Name="EMPLOYEE_NAME" Type="Edm.String" /><Property Name="FacilityId" Type="Edm.Guid" /><Property Name="FACILITY_FACILITYID" Type="Edm.String" /><Property Name="FACILITY_NAME" Type="Edm.String" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="CUSTOMER_CUSTOMERID" Type="Edm.String" /><Property Name="CUSTOMER_ACCOUNT" Type="Edm.String" /><Property Name="CUSTOMER_NAME" Type="Edm.String" /><NavigationProperty Name="Asset" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" ContainsTarget="true"><ReferentialConstraint Property="AssetId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Facility" Type="MobiSolutions.Cloud.Api.MobiManagement.Facility" ContainsTarget="true"><ReferentialConstraint Property="FacilityId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Facility" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Asset" /><EntityType Name="AssetReservation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ReservationNo" Type="Edm.Int64" Nullable="false" /><Property Name="ReservationId" Type="Edm.String" /><Property Name="ReservationRef" Type="Edm.String" /><Property Name="ReservationDate" Type="Edm.DateTimeOffset" /><Property Name="From" Type="Edm.DateTimeOffset" /><Property Name="To" Type="Edm.DateTimeOffset" /><Property Name="HandedOver" Type="Edm.DateTimeOffset" /><Property Name="HandedIn" Type="Edm.DateTimeOffset" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Text" Type="Edm.String" /><Property Name="AssetId" Type="Edm.Guid" /><Property Name="ASSET_ASSETID" Type="Edm.String" /><Property Name="ASSET_TYPE" Type="Edm.String" /><Property Name="ASSET_NAME" Type="Edm.String" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="EMPLOYEE_EMPLOYEEID" Type="Edm.String" /><Property Name="EMPLOYEE_NAME" Type="Edm.String" /><Property Name="FacilityId" Type="Edm.Guid" /><Property Name="FACILITY_FACILITYID" Type="Edm.String" /><Property Name="FACILITY_NAME" Type="Edm.String" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="CUSTOMER_CUSTOMERID" Type="Edm.String" /><Property Name="CUSTOMER_ACCOUNT" Type="Edm.String" /><Property Name="CUSTOMER_NAME" Type="Edm.String" /><NavigationProperty Name="Asset" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" ContainsTarget="true"><ReferentialConstraint Property="AssetId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Facility" Type="MobiSolutions.Cloud.Api.MobiManagement.Facility" ContainsTarget="true"><ReferentialConstraint Property="FacilityId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="BoxAsset" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Asset"><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BoxAssetLine)" ContainsTarget="true" /></EntityType><EntityType Name="BoxAssetLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><Property Name="BoxAssetId" Type="Edm.Guid" /><NavigationProperty Name="BoxAsset" Type="MobiSolutions.Cloud.Api.MobiManagement.BoxAsset" ContainsTarget="true"><ReferentialConstraint Property="BoxAssetId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Equipment" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Asset" /><EntityType Name="Tool" BaseType="MobiSolutions.Cloud.Api.MobiManagement.Asset" /><EntityType Name="SalesPaymentLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SalesOrderId" Type="Edm.Guid" /><Property Name="InvoiceId" Type="Edm.Guid" /><Property Name="LineId" Type="Edm.String" /><Property Name="PaymentType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentType" Nullable="false" /><Property Name="PaymentTime" Type="Edm.DateTimeOffset" /><Property Name="PaymentAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="PaymentRef" Type="Edm.String" /><Property Name="PaymentId" Type="Edm.String" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentLineStatus" Nullable="false" /><Property Name="PaymentMethod" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpensePaymentMethod" Nullable="false" /><Property Name="PaymentMethod_Value1" Type="Edm.String" /><Property Name="PaymentMethod_Value2" Type="Edm.String" /><Property Name="PaymentMethod_Value3" Type="Edm.String" /><Property Name="PaymentMethod_Value4" Type="Edm.String" /></EntityType><EntityType Name="DeliveryNoteLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="LineNumber" Type="Edm.Int32" Nullable="false" /><Property Name="DeliveryNoteId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="UnitId" Type="Edm.Guid" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Depth" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="Note" Type="Edm.String" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteLineStatus" Nullable="false" /><Property Name="SalesLineId" Type="Edm.Guid" /><NavigationProperty Name="DeliveryNote" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNote" ContainsTarget="true"><ReferentialConstraint Property="DeliveryNoteId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" ContainsTarget="true"><ReferentialConstraint Property="UnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesLine" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesLine" ContainsTarget="true"><ReferentialConstraint Property="SalesLineId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="InvoiceLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="InvoiceId" Type="Edm.Guid" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.InvoiceLineStatus" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="LineNumber" Type="Edm.Int32" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TotalAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="VatPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="UnitId" Type="Edm.Guid" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Depth" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="Customs_Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Note" Type="Edm.String" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><Property Name="SalesLineId" Type="Edm.Guid" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" ContainsTarget="true"><ReferentialConstraint Property="UnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesLine" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesLine" ContainsTarget="true"><ReferentialConstraint Property="SalesLineId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Invoice" Type="MobiSolutions.Cloud.Api.MobiManagement.Invoice"><ReferentialConstraint Property="InvoiceId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Invoice" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="InvoiceId" Type="Edm.String" /><Property Name="External_InvoiceId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.InvoiceStatus" Nullable="false" /><Property Name="InvoiceDate" Type="Edm.DateTimeOffset" /><Property Name="DeliveryTime" Type="Edm.DateTimeOffset" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="DeliveryLocationId" Type="Edm.Guid" /><Property Name="DeliveryModeId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="FreightAmountExclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="FreightAmountInclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="SalesType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesType" Nullable="false" /><Property Name="Note" Type="Edm.String" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="DeliveryName" Type="Edm.String" /><Property Name="DeliveryContact" Type="Edm.String" /><Property Name="DeliveryStreet" Type="Edm.String" /><Property Name="DeliveryStreet2" Type="Edm.String" /><Property Name="DeliveryZipCode" Type="Edm.String" /><Property Name="DeliveryCity" Type="Edm.String" /><Property Name="DeliveryCountry" Type="Edm.String" /><Property Name="DeliveryState" Type="Edm.String" /><Property Name="DeliveryReference" Type="Edm.String" /><Property Name="DeliveryEmail" Type="Edm.String" /><Property Name="DeliveryPhone" Type="Edm.String" /><Property Name="DeliveryLatitude" Type="Edm.Single" Nullable="false" /><Property Name="DeliveryLongitude" Type="Edm.Single" Nullable="false" /><Property Name="ContactPersonId" Type="Edm.Guid" /><Property Name="ReferenceId" Type="Edm.String" /><Property Name="RegisterId" Type="Edm.String" /><Property Name="DeliveryTermId" Type="Edm.Guid" /><Property Name="InvoiceType" Type="MobiSolutions.Cloud.Api.MobiManagement.InvoiceType" Nullable="false" /><Property Name="BillToName" Type="Edm.String" /><Property Name="BillToContact" Type="Edm.String" /><Property Name="BillToStreet" Type="Edm.String" /><Property Name="BillToStreet2" Type="Edm.String" /><Property Name="BillToZip" Type="Edm.String" /><Property Name="BillToCity" Type="Edm.String" /><Property Name="BillToCounty" Type="Edm.String" /><Property Name="BillToCountry" Type="Edm.String" /><Property Name="BillToState" Type="Edm.String" /><Property Name="BillToReference" Type="Edm.String" /><Property Name="BillToEmail" Type="Edm.String" /><Property Name="BillToPhone" Type="Edm.String" /><Property Name="BillToLatitude" Type="Edm.Single" Nullable="false" /><Property Name="BillToLongitude" Type="Edm.Single" Nullable="false" /><Property Name="WebshopId" Type="Edm.Guid" /><Property Name="Webshop_Order_Id" Type="Edm.String" /><Property Name="Webshop_Order_Name" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="SalesOrderId" Type="Edm.Guid" /><Property Name="ShipmentId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /><NavigationProperty Name="DeliveryMode" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryMode" ContainsTarget="true"><ReferentialConstraint Property="DeliveryModeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContactPerson" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" ContainsTarget="true"><ReferentialConstraint Property="ContactPersonId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryTerm" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryTerm" ContainsTarget="true"><ReferentialConstraint Property="DeliveryTermId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesOrder" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" ContainsTarget="true"><ReferentialConstraint Property="SalesOrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Shipment" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" ContainsTarget="true"><ReferentialConstraint Property="ShipmentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Webshop" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" ContainsTarget="true"><ReferentialConstraint Property="WebshopId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.InvoiceLine)" ContainsTarget="true" /><NavigationProperty Name="PaymentLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentLine)" ContainsTarget="true" /></EntityType><EntityType Name="DeliveryNote" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="NoteId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteStatus" Nullable="false" /><Property Name="NoteDate" Type="Edm.DateTimeOffset" /><Property Name="Sender_Name" Type="Edm.String" /><Property Name="Sender_Attention" Type="Edm.String" /><Property Name="Sender_Address1" Type="Edm.String" /><Property Name="Sender_Address2" Type="Edm.String" /><Property Name="Sender_Zipcode" Type="Edm.String" /><Property Name="Sender_City" Type="Edm.String" /><Property Name="Sender_State" Type="Edm.String" /><Property Name="Sender_CountryCode" Type="Edm.String" /><Property Name="Sender_Email" Type="Edm.String" /><Property Name="Sender_Mobile" Type="Edm.String" /><Property Name="Sender_Telephone" Type="Edm.String" /><Property Name="Receiver_Name" Type="Edm.String" /><Property Name="Receiver_Attention" Type="Edm.String" /><Property Name="Receiver_Address1" Type="Edm.String" /><Property Name="Receiver_Address2" Type="Edm.String" /><Property Name="Receiver_Zipcode" Type="Edm.String" /><Property Name="Receiver_City" Type="Edm.String" /><Property Name="Receiver_State" Type="Edm.String" /><Property Name="Receiver_CountryCode" Type="Edm.String" /><Property Name="Receiver_Email" Type="Edm.String" /><Property Name="Receiver_Mobile" Type="Edm.String" /><Property Name="Receiver_Telephone" Type="Edm.String" /><Property Name="Receiver_Instruction" Type="Edm.String" /><Property Name="ServicePoint_Id" Type="Edm.String" /><Property Name="ServicePoint_Name" Type="Edm.String" /><Property Name="ServicePoint_Address1" Type="Edm.String" /><Property Name="ServicePoint_Address2" Type="Edm.String" /><Property Name="ServicePoint_Zipcode" Type="Edm.String" /><Property Name="ServicePoint_City" Type="Edm.String" /><Property Name="ServicePoint_State" Type="Edm.String" /><Property Name="ServicePoint_CountryCode" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="OrderId" Type="Edm.Guid" /><Property Name="ShipmentId" Type="Edm.Guid" /><NavigationProperty Name="Order" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" ContainsTarget="true" /><NavigationProperty Name="Shipment" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" ContainsTarget="true"><ReferentialConstraint Property="ShipmentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteLine)" ContainsTarget="true" /></EntityType><EntityType Name="SalesQuote" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="QuoteId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuoteStatus" Nullable="false" /><Property Name="QuoteDate" Type="Edm.DateTimeOffset" /><Property Name="QuoteExpires" Type="Edm.DateTimeOffset" /><Property Name="DeliveryTime" Type="Edm.DateTimeOffset" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="DeliveryLocationId" Type="Edm.Guid" /><Property Name="DeliveryModeId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="FreightAmountExclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="FreightAmountInclTax" Type="Edm.Decimal" Scale="variable" /><Property Name="SalesType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesType" Nullable="false" /><Property Name="Note" Type="Edm.String" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="BusinessRelationId" Type="Edm.Guid" /><Property Name="DeliveryName" Type="Edm.String" /><Property Name="DeliveryContact" Type="Edm.String" /><Property Name="DeliveryStreet" Type="Edm.String" /><Property Name="DeliveryStreet2" Type="Edm.String" /><Property Name="DeliveryZipCode" Type="Edm.String" /><Property Name="DeliveryCity" Type="Edm.String" /><Property Name="DeliveryCountry" Type="Edm.String" /><Property Name="DeliveryState" Type="Edm.String" /><Property Name="DeliveryReference" Type="Edm.String" /><Property Name="DeliveryEmail" Type="Edm.String" /><Property Name="DeliveryPhone" Type="Edm.String" /><Property Name="DeliveryLatitude" Type="Edm.Single" Nullable="false" /><Property Name="DeliveryLongitude" Type="Edm.Single" Nullable="false" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="SalesOrderId" Type="Edm.Guid" /><Property Name="ReferenceId" Type="Edm.String" /><Property Name="ContactPersonId" Type="Edm.Guid" /><Property Name="RegisterId" Type="Edm.String" /><Property Name="DeliveryTermId" Type="Edm.Guid" /><Property Name="OrderType" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderType" Nullable="false" /><Property Name="BillToName" Type="Edm.String" /><Property Name="BillToContact" Type="Edm.String" /><Property Name="BillToStreet" Type="Edm.String" /><Property Name="BillToStreet2" Type="Edm.String" /><Property Name="BillToZip" Type="Edm.String" /><Property Name="BillToCity" Type="Edm.String" /><Property Name="BillToCounty" Type="Edm.String" /><Property Name="BillToCountry" Type="Edm.String" /><Property Name="BillToState" Type="Edm.String" /><Property Name="BillToReference" Type="Edm.String" /><Property Name="BillToEmail" Type="Edm.String" /><Property Name="BillToPhone" Type="Edm.String" /><Property Name="BillTo_ProviderAccount" Type="Edm.String" /><Property Name="BillTo_ProviderAccount_Type" Type="Edm.String" /><Property Name="BillToLatitude" Type="Edm.Single" Nullable="false" /><Property Name="BillToLongitude" Type="Edm.Single" Nullable="false" /><Property Name="WebshopId" Type="Edm.Guid" /><Property Name="Webshop_Order_Id" Type="Edm.String" /><Property Name="Webshop_Order_Name" Type="Edm.String" /><Property Name="BeaconId" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" ContainsTarget="true" /><NavigationProperty Name="DeliveryMode" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryMode" ContainsTarget="true"><ReferentialConstraint Property="DeliveryModeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ContactPerson" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" ContainsTarget="true"><ReferentialConstraint Property="ContactPersonId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryTerm" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryTerm" ContainsTarget="true"><ReferentialConstraint Property="DeliveryTermId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesOrder" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" ContainsTarget="true"><ReferentialConstraint Property="SalesOrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="BusinessRelation" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation" ContainsTarget="true"><ReferentialConstraint Property="BusinessRelationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Webshop" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" ContainsTarget="true"><ReferentialConstraint Property="WebshopId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SalesQuoteLine)" ContainsTarget="true" /></EntityType><EntityType Name="BusinessRelation" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="RelationId" Type="Edm.String" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="Zipcode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="Note" Type="Edm.String" /><Property Name="Progress" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="LastFollowUp" Type="Edm.DateTimeOffset" /><Property Name="InitialAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ContactPersonId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="ProgressStateId" Type="Edm.Guid" /><Property Name="BusinessGroupId" Type="Edm.Guid" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelationType" Nullable="false" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelationStatus" Nullable="false" /><Property Name="Priority" Type="MobiSolutions.Cloud.Api.MobiManagement.PriorityType" Nullable="false" /><Property Name="ParentId" Type="Edm.Guid" /><NavigationProperty Name="ContactPerson" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" ContainsTarget="true"><ReferentialConstraint Property="ContactPersonId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProgressState" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessProgressState" ContainsTarget="true" /><NavigationProperty Name="BusinessGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessGroup" ContainsTarget="true"><ReferentialConstraint Property="BusinessGroupId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Parent" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation" ContainsTarget="true" /><NavigationProperty Name="Activities" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BusinessActivity)" ContainsTarget="true" /><NavigationProperty Name="ContactPersons" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ContactPerson)" /></EntityType><EntityType Name="SalesQuoteLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="QuoteId" Type="Edm.Guid" /><Property Name="LineId" Type="Edm.String" /><Property Name="LineNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DiscountPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TotalAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="VatPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="UnitId" Type="Edm.Guid" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Depth" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="Customs_Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Note" Type="Edm.String" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuoteLineStatus" Nullable="false" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocationId" Type="Edm.Guid" /><NavigationProperty Name="Quote" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuote" ContainsTarget="true" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" ContainsTarget="true"><ReferentialConstraint Property="UnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="InventLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true"><ReferentialConstraint Property="InventLocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="WMSLocation" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true"><ReferentialConstraint Property="WMSLocationId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ServiceObjectLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LineId" Type="Edm.String" /><Property Name="Serialnumber" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /><Property Name="InitialDate" Type="Edm.DateTimeOffset" /><Property Name="LastServiceDate" Type="Edm.DateTimeOffset" /><Property Name="NextServiceDate" Type="Edm.DateTimeOffset" /><Property Name="ExpireDate" Type="Edm.DateTimeOffset" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObjectLineStatus" Nullable="false" /><Property Name="ServiceInterval_Ticks" Type="Edm.Int64" /><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" ContainsTarget="true"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="BusinessProgressState" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="StateId" Type="Edm.String" /><NavigationProperty Name="BusinessRelations" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation)" ContainsTarget="true" /></EntityType><EntityType Name="BusinessGroup" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><NavigationProperty Name="BusinessRelations" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation)" ContainsTarget="true" /></EntityType><EntityType Name="BusinessActivity" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ActivityId" Type="Edm.String" /><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessActivityType" Nullable="false" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessActivityStatus" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Start" Type="Edm.DateTimeOffset" /><Property Name="End" Type="Edm.DateTimeOffset" /><Property Name="Deadline" Type="Edm.DateTimeOffset" /><Property Name="Note" Type="Edm.String" /><Property Name="Progress" Type="Edm.Int32" /><Property Name="Closed" Type="Edm.Boolean" Nullable="false" /><Property Name="ActivityText" Type="Edm.String" /><Property Name="BusinessRelationId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="ExecuterId" Type="Edm.Guid" /><NavigationProperty Name="BusinessRelation" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation" ContainsTarget="true"><ReferentialConstraint Property="BusinessRelationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Executer" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ShipmentParcel" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ParcelId" Type="Edm.String" /><Property Name="ShipmentId" Type="Edm.Guid" /><Property Name="ShippingId" Type="Edm.String" /><Property Name="PackageNumber" Type="Edm.String" /><Property Name="TrackingId" Type="Edm.String" /><Property Name="TrackAndTraceUrl" Type="Edm.String" /><Property Name="ColliType" Type="Edm.String" /><Property Name="CarrierCode" Type="Edm.String" /><Property Name="ProductCode" Type="Edm.String" /><Property Name="ServiceCodes" Type="Edm.String" /><Property Name="NumberOfParcels" Type="Edm.Int32" /><Property Name="Weight_InGrams" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight_InKilos" Type="Edm.Decimal" Scale="variable" /><Property Name="Width_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Height_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Length_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="RunningMetre" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="ParcelDescription" Type="Edm.String" /><Property Name="ParcelPackaging" Type="Edm.String" /><Property Name="PackageContent" Type="Edm.String" /><Property Name="Reference" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="StatusText" Type="Edm.String" /><Property Name="StatusLocation" Type="Edm.String" /><Property Name="StatusTime" Type="Edm.DateTimeOffset" /><Property Name="StatusLatitude" Type="Edm.Double" /><Property Name="StatusLongitude" Type="Edm.Double" /><Property Name="Price" Type="Edm.Decimal" Scale="variable" /><Property Name="OwnAgreement" Type="Edm.Boolean" /><Property Name="GoodsIdentifier" Type="Edm.String" /><Property Name="NonStackable" Type="Edm.Boolean" /><Property Name="Customs_Amount" Type="Edm.Decimal" Scale="variable" /><Property Name="Customs_Currency" Type="Edm.String" /><Property Name="Customs_Code" Type="Edm.String" /><Property Name="ShipmentCreated" Type="Edm.DateTimeOffset" /><Property Name="ShipmentUpdated" Type="Edm.DateTimeOffset" /><Property Name="Manufacture_CountryName" Type="Edm.String" /><Property Name="Manufacture_CountryCode" Type="Edm.String" /><Property Name="Sender_Name" Type="Edm.String" /><Property Name="Sender_Attention" Type="Edm.String" /><Property Name="Sender_Address1" Type="Edm.String" /><Property Name="Sender_Address2" Type="Edm.String" /><Property Name="Sender_Zipcode" Type="Edm.String" /><Property Name="Sender_City" Type="Edm.String" /><Property Name="Sender_State" Type="Edm.String" /><Property Name="Sender_CountryCode" Type="Edm.String" /><Property Name="Sender_Email" Type="Edm.String" /><Property Name="Sender_Mobile" Type="Edm.String" /><Property Name="Sender_Telephone" Type="Edm.String" /><Property Name="Receiver_Name" Type="Edm.String" /><Property Name="Receiver_Attention" Type="Edm.String" /><Property Name="Receiver_Address1" Type="Edm.String" /><Property Name="Receiver_Address2" Type="Edm.String" /><Property Name="Receiver_Zipcode" Type="Edm.String" /><Property Name="Receiver_City" Type="Edm.String" /><Property Name="Receiver_State" Type="Edm.String" /><Property Name="Receiver_CountryCode" Type="Edm.String" /><Property Name="Receiver_Email" Type="Edm.String" /><Property Name="Receiver_Mobile" Type="Edm.String" /><Property Name="Receiver_Telephone" Type="Edm.String" /><Property Name="Receiver_Instruction" Type="Edm.String" /><Property Name="ServicePoint_Id" Type="Edm.String" /><Property Name="ServicePoint_Name" Type="Edm.String" /><Property Name="ServicePoint_Address1" Type="Edm.String" /><Property Name="ServicePoint_Address2" Type="Edm.String" /><Property Name="ServicePoint_Zipcode" Type="Edm.String" /><Property Name="ServicePoint_City" Type="Edm.String" /><Property Name="ServicePoint_State" Type="Edm.String" /><Property Name="ServicePoint_CountryCode" Type="Edm.String" /><NavigationProperty Name="Shipment" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" ContainsTarget="true"><ReferentialConstraint Property="ShipmentId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Labels" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ShipmentLabel)" ContainsTarget="true" /></EntityType><EntityType Name="ShipmentLabel" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LabelId" Type="Edm.String" /><Property Name="LabelFormat" Type="Edm.String" /><Property Name="Content" Type="Edm.Binary" /><Property Name="FileFormat" Type="Edm.String" /><Property Name="ParcelId" Type="Edm.Guid" /><Property Name="ShipmentId" Type="Edm.Guid" /><Property Name="StorageAccountName" Type="Edm.String" /><Property Name="BlobContainerName" Type="Edm.String" /><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><NavigationProperty Name="Parcel" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentParcel" ContainsTarget="true" /><NavigationProperty Name="Shipment" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" ContainsTarget="true"><ReferentialConstraint Property="ShipmentId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="PackagingBoxSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SettingId" Type="Edm.String" /><Property Name="CarrierCode" Type="Edm.String" /><Property Name="ProductCode" Type="Edm.String" /><Property Name="SenderCountry" Type="Edm.String" /><Property Name="ReceiverCountry" Type="Edm.String" /><Property Name="PackageType_Name" Type="Edm.String" /><Property Name="PackageType_Value" Type="Edm.String" /><Property Name="PackagingBoxId" Type="Edm.Guid" /><NavigationProperty Name="PackagingBox" Type="MobiSolutions.Cloud.Api.MobiManagement.PackagingBox" ContainsTarget="true"><ReferentialConstraint Property="PackagingBoxId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ExternalPackageInfo" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GroupId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Length_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Width_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Height_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight_InKilos" Type="Edm.Decimal" Scale="variable" /><Property Name="VolumeWeight_InKilos" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /></EntityType><EntityType Name="ShipmentFlowLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="FlowLineId" Type="Edm.String" /><Property Name="FlowType" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentFlowType" Nullable="false" /><Property Name="CarrierCode" Type="Edm.String" /><Property Name="ProductCode" Type="Edm.String" /><Property Name="ShipmentVendorId" Type="Edm.Guid" /><NavigationProperty Name="ShipmentVendor" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" ContainsTarget="true"><ReferentialConstraint Property="ShipmentVendorId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ShipmentSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SettingId" Type="Edm.String" /><Property Name="CarrierCode" Type="Edm.String" /><Property Name="ProductCode" Type="Edm.String" /><Property Name="SenderCountry" Type="Edm.String" /><Property Name="ReceiverCountry" Type="Edm.String" /><Property Name="IncoTerm" Type="Edm.String" /><Property Name="Paperless" Type="Edm.Boolean" /><Property Name="ExportReason" Type="Edm.String" /><Property Name="OwnAgreementAccountNo" Type="Edm.String" /><Property Name="ServiceCode" Type="Edm.String" /><Property Name="ServiceValue" Type="Edm.String" /><Property Name="AddonCode" Type="Edm.String" /><Property Name="AddonValue" Type="Edm.String" /><Property Name="ShipmentVendorId" Type="Edm.Guid" /><NavigationProperty Name="ShipmentVendor" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" ContainsTarget="true"><ReferentialConstraint Property="ShipmentVendorId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="SystemUser"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Admin" Type="Edm.Boolean" /><Property Name="ApplicationOwner" Type="Edm.String" /><Property Name="ApplicationUserId" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="EmployeeNumber" Type="Edm.String" /><Property Name="Username" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /><Property Name="PasswordSalt" Type="Edm.String" /><Property Name="ResetPasswordCode" Type="Edm.String" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="ResetPasswordPending" Type="Edm.Boolean" /></EntityType><EntityType Name="VariantConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Code" Type="Edm.String" /><Property Name="ConfigSettingId_1" Type="Edm.Guid" /><Property Name="ConfigSettingId_2" Type="Edm.Guid" /><Property Name="ConfigSettingId_3" Type="Edm.Guid" /><Property Name="ConfigSettingId_4" Type="Edm.Guid" /><Property Name="ConfigSettingId_5" Type="Edm.Guid" /><NavigationProperty Name="ConfigSetting_1" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting" ContainsTarget="true" /><NavigationProperty Name="ConfigSetting_2" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting" ContainsTarget="true" /><NavigationProperty Name="ConfigSetting_3" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting" ContainsTarget="true" /><NavigationProperty Name="ConfigSetting_4" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting" ContainsTarget="true" /><NavigationProperty Name="ConfigSetting_5" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting" ContainsTarget="true" /></EntityType><EntityType Name="VariantConfigSetting" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Key" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /><Property Name="Default" Type="Edm.Boolean" Nullable="false" /><Property Name="VariantConfig_Name_1" Type="Edm.String" /><Property Name="VariantConfig_Name_2" Type="Edm.String" /><Property Name="VariantConfig_Name_3" Type="Edm.String" /><Property Name="VariantConfig_Name_4" Type="Edm.String" /><Property Name="VariantConfig_Name_5" Type="Edm.String" /><NavigationProperty Name="VariantConfigs_1" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VariantConfig)" ContainsTarget="true" /><NavigationProperty Name="VariantConfigs_2" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VariantConfig)" ContainsTarget="true" /><NavigationProperty Name="VariantConfigs_3" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VariantConfig)" ContainsTarget="true" /><NavigationProperty Name="VariantConfigs_4" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VariantConfig)" ContainsTarget="true" /><NavigationProperty Name="VariantConfigs_5" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VariantConfig)" ContainsTarget="true" /></EntityType><EntityType Name="VendorUser" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Active" Type="Edm.Boolean" /><Property Name="Substitute" Type="Edm.Boolean" /><Property Name="Gender" Type="MobiSolutions.Cloud.Api.MobiManagement.GenderType" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Initials" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="ImageId" Type="Edm.Guid" /><Property Name="ResourceColor" Type="Edm.String" /><Property Name="LocationId" Type="Edm.Guid" /><Property Name="Username" Type="Edm.String" /><Property Name="ResetPasswordPending" Type="Edm.Boolean" /><Property Name="VendorId" Type="Edm.Guid" /><NavigationProperty Name="Image" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" ContainsTarget="true" /><NavigationProperty Name="Location" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" ContainsTarget="true"><ReferentialConstraint Property="LocationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Vendor" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" ContainsTarget="true"><ReferentialConstraint Property="VendorId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="TimeSplitSupplement" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="SupplementId" Type="Edm.String" /><Property Name="TimeUnit" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeQuantityUnit" Nullable="false" /><Property Name="Qty" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="SplitRuleId" Type="Edm.Guid" /><Property Name="StartTime" Type="Edm.Int64" Nullable="false" /><Property Name="StopTime" Type="Edm.Int64" Nullable="false" /><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true" /><NavigationProperty Name="SplitRule" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" ContainsTarget="true" /></EntityType><EntityType Name="TimeForecast" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ForecastId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecastStatus" Nullable="false" /><Property Name="Start" Type="Edm.DateTimeOffset" /><Property Name="End" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="TimeJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournalStatus" Nullable="false" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovedById" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><Property Name="TemplatePeriod" Type="MobiSolutions.Cloud.Api.MobiManagement.TemplatePeriodType" Nullable="false" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="TimeJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.Guid" /><Property Name="JournalLineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Start" Type="Edm.DateTimeOffset" /><Property Name="End" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="CategoryId" Type="Edm.Guid" /><Property Name="Hours" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="HoursAjusted" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="PayrollCategoryId" Type="Edm.Guid" /><Property Name="PieceWorkId" Type="Edm.Guid" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LineStatus" Nullable="false" /><Property Name="FinancialType" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLineFinancialType" Nullable="false" /><Property Name="TimeType" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeType" Nullable="false" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="Latitude" Type="Edm.Double" Nullable="false" /><Property Name="Longitude" Type="Edm.Double" Nullable="false" /><Property Name="Breaks_Ticks" Type="Edm.Int64" Nullable="false" /><Property Name="Start_Actual" Type="Edm.DateTimeOffset" /><Property Name="End_Actual" Type="Edm.DateTimeOffset" /><Property Name="ResourceTaskId" Type="Edm.Guid" /><Property Name="BeaconId" Type="Edm.Guid" /><Property Name="ProductionId" Type="Edm.Guid" /><Property Name="BatchId" Type="Edm.Guid" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplateName" Type="Edm.String" /><Property Name="TemplateUserId" Type="Edm.Guid" /><Property Name="TemplateUserType" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" Nullable="false" /><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournal" ContainsTarget="true" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" ContainsTarget="true" /><NavigationProperty Name="Project" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" ContainsTarget="true"><ReferentialConstraint Property="ProjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PayrollCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory" ContainsTarget="true"><ReferentialConstraint Property="PayrollCategoryId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="PieceWork" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectPieceWork" ContainsTarget="true" /><NavigationProperty Name="ResourceTask" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" ContainsTarget="true"><ReferentialConstraint Property="ResourceTaskId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Beacon" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" ContainsTarget="true"><ReferentialConstraint Property="BeaconId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Production" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" ContainsTarget="true"><ReferentialConstraint Property="ProductionId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Batch" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch" ContainsTarget="true"><ReferentialConstraint Property="BatchId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="TransferJournal" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalId" Type="Edm.String" /><Property Name="PeriodeStart" Type="Edm.DateTimeOffset" /><Property Name="PeriodeEnd" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.TransferJournalStatus" Nullable="false" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TransferJournalLine)" ContainsTarget="true" /></EntityType><EntityType Name="TransferJournalLine" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="JournalLineId" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="JournalId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="InventLocationFromId" Type="Edm.Guid" /><Property Name="InventLocationToId" Type="Edm.Guid" /><Property Name="WMSLocationFromId" Type="Edm.Guid" /><Property Name="WMSLocationToId" Type="Edm.Guid" /><Property Name="ColorId" Type="Edm.Guid" /><Property Name="SizeId" Type="Edm.Guid" /><Property Name="ConfigId" Type="Edm.Guid" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><Property Name="ServiceObjectId" Type="Edm.Guid" /><Property Name="Id_ApprovedBy" Type="Edm.Guid" /><Property Name="UserType_ApprovedBy" Type="MobiSolutions.Cloud.Api.MobiManagement.UserType" /><Property Name="ApprovedDate" Type="Edm.DateTimeOffset" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.JournalLineStatus" Nullable="false" /><Property Name="PhysicalDate" Type="Edm.DateTimeOffset" /><Property Name="FinanceDate" Type="Edm.DateTimeOffset" /><Property Name="OnHold" Type="Edm.Boolean" /><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Journal" Type="MobiSolutions.Cloud.Api.MobiManagement.TransferJournal" ContainsTarget="true" /><NavigationProperty Name="InventLocationFrom" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true" /><NavigationProperty Name="InventLocationTo" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" ContainsTarget="true" /><NavigationProperty Name="WMSLocationFrom" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true" /><NavigationProperty Name="WMSLocationTo" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" ContainsTarget="true" /><NavigationProperty Name="Color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" ContainsTarget="true" /><NavigationProperty Name="Size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" ContainsTarget="true" /><NavigationProperty Name="Config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" ContainsTarget="true" /><NavigationProperty Name="ServiceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" ContainsTarget="true"><ReferentialConstraint Property="ServiceObjectId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="WeekCapacity" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="MondayStart" Type="Edm.Int64" Nullable="false" /><Property Name="MondayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="TuesdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="TuesdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="WednesdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="WednesdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="ThursdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="ThursdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="FridayStart" Type="Edm.Int64" Nullable="false" /><Property Name="FridayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="SaturdayStart" Type="Edm.Int64" Nullable="false" /><Property Name="SaturdayEnd" Type="Edm.Int64" Nullable="false" /><Property Name="SundayStart" Type="Edm.Int64" Nullable="false" /><Property Name="SundayEnd" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="WeekCapacityChannel" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ChannelId" Type="Edm.String" /><NavigationProperty Name="ChannelEntries" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannelEntry)" ContainsTarget="true" /></EntityType><EntityType Name="WeekCapacityChannelEntry" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="EntryId" Type="Edm.String" /><Property Name="EntityType" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityEntityType" Nullable="false" /><Property Name="FilterType" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityFilterType" Nullable="false" /><Property Name="Filter" Type="Edm.String" /><Property Name="FromDate" Type="Edm.DateTimeOffset" /><Property Name="ToDate" Type="Edm.DateTimeOffset" /><Property Name="ChannelId" Type="Edm.Guid" /><Property Name="WeekCapacityId" Type="Edm.Guid" /><NavigationProperty Name="Channel" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannel" ContainsTarget="true" /><NavigationProperty Name="WeekCapacity" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity" ContainsTarget="true"><ReferentialConstraint Property="WeekCapacityId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="GiftCard" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="GiftCardId" Type="Edm.String" /><Property Name="AccessToken" Type="Edm.String" /><Property Name="CardNumber" Type="Edm.String" /><Property Name="CurrentBalance" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="InitialAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherStatus" Nullable="false" /><Property Name="ExpiryDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="IssuedDate" Type="Edm.DateTimeOffset" /><Property Name="IssuedToEmail" Type="Edm.String" /><Property Name="IssuedToName" Type="Edm.String" /><Property Name="IssuedToPhone" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Transactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction)" ContainsTarget="true" /></EntityType><EntityType Name="VoucherTransaction" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="TransactionId" Type="Edm.String" /><Property Name="VoucherType" Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherType" Nullable="false" /><Property Name="TransactionType" Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransactionType" Nullable="false" /><Property Name="GiftCardId" Type="Edm.Guid" /><Property Name="VoucherId" Type="Edm.Guid" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="BalanceAfter" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="TransactionDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="TransactionUID" Type="Edm.String" /><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="SalesPaymentLineId" Type="Edm.Guid" /><Property Name="ReferenceTransactionId" Type="Edm.Guid" /><Property Name="Note" Type="Edm.String" /><NavigationProperty Name="GiftCard" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" ContainsTarget="true"><ReferentialConstraint Property="GiftCardId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Voucher" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" ContainsTarget="true"><ReferentialConstraint Property="VoucherId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesPaymentLine" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentLine" ContainsTarget="true"><ReferentialConstraint Property="SalesPaymentLineId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Voucher" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="VoucherId" Type="Edm.String" /><Property Name="AccessToken" Type="Edm.String" /><Property Name="CardNumber" Type="Edm.String" /><Property Name="CurrentBalance" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="InitialAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherStatus" Nullable="false" /><Property Name="ExpiryDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="IssuedDate" Type="Edm.DateTimeOffset" /><Property Name="IssuedToEmail" Type="Edm.String" /><Property Name="IssuedToName" Type="Edm.String" /><Property Name="IssuedToPhone" Type="Edm.String" /><Property Name="Note" Type="Edm.String" /><Property Name="CustomerId" Type="Edm.Guid" /><Property Name="CurrencyId" Type="Edm.Guid" /><Property Name="EmployeeId" Type="Edm.Guid" /><NavigationProperty Name="Customer" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" ContainsTarget="true"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Currency" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" ContainsTarget="true"><ReferentialConstraint Property="CurrencyId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" ContainsTarget="true"><ReferentialConstraint Property="EmployeeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Transactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction)" ContainsTarget="true" /></EntityType><EntityType Name="B2CMember" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Email" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="PasswordHash" Type="Edm.String" /><Property Name="FirebaseUid" Type="Edm.String" /><Property Name="Tier" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyTier" Nullable="false" /><Property Name="Points" Type="Edm.Int32" Nullable="false" /><Property Name="LifetimePoints" Type="Edm.Int32" Nullable="false" /><Property Name="WalletBalance" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMemberStatus" Nullable="false" /><Property Name="OtpVerified" Type="Edm.Boolean" Nullable="false" /><Property Name="MemberCode" Type="Edm.String" /><Property Name="LastLoginAt" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Preferences" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMemberPreference" /><NavigationProperty Name="SocialLogins" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.B2CMemberSocialLogin)" /><NavigationProperty Name="DeviceTokens" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.B2CMemberDeviceToken)" /><NavigationProperty Name="LinkedCards" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyLinkedCard)" /><NavigationProperty Name="PointsTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPointsTransaction)" /><NavigationProperty Name="WalletTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyWalletTransaction)" /><NavigationProperty Name="Purchases" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPurchase)" /><NavigationProperty Name="Redemptions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyRedemption)" /></EntityType><EntityType Name="B2CMemberPreference" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="NotificationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="PushOffers" Type="Edm.Boolean" Nullable="false" /><Property Name="PushPoints" Type="Edm.Boolean" Nullable="false" /><Property Name="PushWallet" Type="Edm.Boolean" Nullable="false" /><Property Name="Language" Type="Edm.String" /><NavigationProperty Name="Member" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember" /></EntityType><EntityType Name="B2CMemberSocialLogin" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Provider" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CAuthProvider" Nullable="false" /><Property Name="ProviderUid" Type="Edm.String" /><Property Name="LinkedAt" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="B2CMemberId" Type="Edm.Guid" /><NavigationProperty Name="B2CMember" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember"><ReferentialConstraint Property="B2CMemberId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="B2CMemberDeviceToken" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Token" Type="Edm.String" /><Property Name="DeviceType" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CDeviceType" Nullable="false" /><Property Name="RegisteredAt" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="B2CMemberId" Type="Edm.Guid" /><NavigationProperty Name="B2CMember" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember"><ReferentialConstraint Property="B2CMemberId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LoyaltyLinkedCard" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="LastFour" Type="Edm.String" /><Property Name="CardHolder" Type="Edm.String" /><Property Name="Expiry" Type="Edm.String" /><Property Name="B2CMemberId" Type="Edm.Guid" /><NavigationProperty Name="B2CMember" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember"><ReferentialConstraint Property="B2CMemberId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LoyaltyPointsTransaction" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPointsType" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Points" Type="Edm.Int32" Nullable="false" /><Property Name="Reason" Type="Edm.String" /><Property Name="ExpiresAt" Type="Edm.DateTimeOffset" /><Property Name="RemainingPoints" Type="Edm.Int32" /><Property Name="B2CMemberId" Type="Edm.Guid" /><Property Name="LoyaltyOfferId" Type="Edm.Guid" /><Property Name="LoyaltyPurchaseId" Type="Edm.Guid" /><NavigationProperty Name="B2CMember" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember"><ReferentialConstraint Property="B2CMemberId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LoyaltyOffer" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyOffer"><ReferentialConstraint Property="LoyaltyOfferId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LoyaltyPurchase" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPurchase"><ReferentialConstraint Property="LoyaltyPurchaseId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LoyaltyOffer" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Title" Type="Edm.String" /><Property Name="DiscountPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="PointsCost" Type="Edm.Int32" Nullable="false" /><Property Name="RequiredTier" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyTier" /><Property Name="IsFeatured" Type="Edm.Boolean" Nullable="false" /><Property Name="CustomCouponCode" Type="Edm.String" /><Property Name="ValidUntil" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="RedemptionCount" Type="Edm.Int32" Nullable="false" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyOfferStatus" Nullable="false" /><Property Name="LoyaltyCategoryId" Type="Edm.Guid" /><NavigationProperty Name="LoyaltyCategory" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyCategory"><ReferentialConstraint Property="LoyaltyCategoryId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Redemptions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyRedemption)" /><NavigationProperty Name="PointsTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPointsTransaction)" /></EntityType><EntityType Name="LoyaltyCategory" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Icon" Type="Edm.String" /><Property Name="Color" Type="Edm.String" /><NavigationProperty Name="Offers" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyOffer)" /></EntityType><EntityType Name="LoyaltyRedemption" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="RedemptionCode" Type="Edm.String" /><Property Name="RedeemedAt" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Status" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyRedemptionStatus" Nullable="false" /><Property Name="B2CMemberId" Type="Edm.Guid" /><Property Name="LoyaltyOfferId" Type="Edm.Guid" /><NavigationProperty Name="B2CMember" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember"><ReferentialConstraint Property="B2CMemberId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LoyaltyOffer" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyOffer"><ReferentialConstraint Property="LoyaltyOfferId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LoyaltyPurchase" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="PurchaseDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="TotalAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="PointsEarned" Type="Edm.Int32" Nullable="false" /><Property Name="CashbackAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="B2CMemberId" Type="Edm.Guid" /><Property Name="LoyaltyStoreId" Type="Edm.Guid" /><Property Name="SalesOrderId" Type="Edm.Guid" /><NavigationProperty Name="B2CMember" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember"><ReferentialConstraint Property="B2CMemberId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LoyaltyStore" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyStore"><ReferentialConstraint Property="LoyaltyStoreId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="SalesOrder" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder"><ReferentialConstraint Property="SalesOrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPurchaseItem)" /><NavigationProperty Name="PointsTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPointsTransaction)" /><NavigationProperty Name="WalletTransactions" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyWalletTransaction)" /></EntityType><EntityType Name="LoyaltyStore" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Address" Type="Edm.String" /><Property Name="PostalCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="OpeningHoursJson" Type="Edm.String" /><Property Name="Latitude" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Longitude" Type="Edm.Decimal" Nullable="false" Scale="variable" /><NavigationProperty Name="Purchases" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPurchase)" /></EntityType><EntityType Name="LoyaltyPurchaseItem" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="ProductName" Type="Edm.String" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Total" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="LoyaltyPurchaseId" Type="Edm.Guid" /><NavigationProperty Name="LoyaltyPurchase" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPurchase"><ReferentialConstraint Property="LoyaltyPurchaseId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LoyaltyWalletTransaction" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Type" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyWalletType" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="B2CMemberId" Type="Edm.Guid" /><Property Name="LoyaltyPurchaseId" Type="Edm.Guid" /><Property Name="LoyaltyStoreId" Type="Edm.Guid" /><NavigationProperty Name="B2CMember" Type="MobiSolutions.Cloud.Api.MobiManagement.B2CMember"><ReferentialConstraint Property="B2CMemberId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LoyaltyPurchase" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyPurchase"><ReferentialConstraint Property="LoyaltyPurchaseId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="LoyaltyStore" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyStore"><ReferentialConstraint Property="LoyaltyStoreId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="LoyaltyAdmin" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="Email" Type="Edm.String" /><Property Name="PasswordHash" Type="Edm.String" /><Property Name="Role" Type="MobiSolutions.Cloud.Api.MobiManagement.LoyaltyAdminRole" Nullable="false" /><Property Name="IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="LastLoginAt" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="LoyaltyProgrammeConfig" BaseType="MobiSolutions.Cloud.Api.MobiManagement.DomainObject"><Property Name="EarnRate" Type="Edm.Int32" Nullable="false" /><Property Name="ConversionRate" Type="Edm.Int32" Nullable="false" /><Property Name="CashbackRate" Type="Edm.Int32" Nullable="false" /><Property Name="PointsExpiryDays" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="UserType"><Member Name="Unknown" Value="0" /><Member Name="Employee" Value="1" /><Member Name="SystemUser" Value="2" /><Member Name="CustomerUser" Value="3" /><Member Name="VendorUser" Value="4" /><Member Name="MasterUser" Value="5" /><Member Name="Organization" Value="6" /><Member Name="Partner" Value="7" /></EnumType><EnumType Name="EntityTransactionType"><Member Name="None" Value="0" /><Member Name="EmailSent" Value="20" /><Member Name="EmailDeliverError" Value="22" /><Member Name="EmailProcessed" Value="24" /><Member Name="EmailDelivered" Value="28" /><Member Name="EmailOpened" Value="32" /><Member Name="Started" Value="100" /><Member Name="Completed" Value="105" /><Member Name="Approved" Value="110" /><Member Name="ReportCreated" Value="115" /></EnumType><EnumType Name="SecurityFlag" IsFlags="true"><Member Name="None" Value="0" /><Member Name="OrganizationUser" Value="1" /><Member Name="Employee" Value="2" /><Member Name="Vendor" Value="4" /><Member Name="Customer" Value="8" /></EnumType><EnumType Name="EntityErrorWarningType"><Member Name="None" Value="0" /><Member Name="Warning" Value="10" /><Member Name="Error" Value="20" /></EnumType><EnumType Name="EntityTransactionStatus"><Member Name="None" Value="0" /><Member Name="Info" Value="5" /><Member Name="Warning" Value="10" /><Member Name="Error" Value="20" /></EnumType><EnumType Name="TimeRegistrationType"><Member Name="Hour" Value="0" /><Member Name="Day" Value="1" /></EnumType><EnumType Name="BankReconciliationJournalStatus"><Member Name="Open" Value="0" /><Member Name="Approved" Value="5" /><Member Name="Commited" Value="10" /><Member Name="Closed" Value="20" /></EnumType><EnumType Name="BankReconciliationJournalType"><Member Name="None" Value="0" /><Member Name="Daily" Value="10" /></EnumType><EnumType Name="ConsignmentEmployeeValidation"><Member Name="None" Value="0" /><Member Name="ConfirmAll" Value="10" /></EnumType><EnumType Name="PickingEmployeeValidation"><Member Name="ConfirmLinesQty" Value="0" /><Member Name="ConfirmLines" Value="10" /><Member Name="None" Value="20" /></EnumType><EnumType Name="EmployeeRecognitionType"><Member Name="None" Value="0" /><Member Name="Pincode" Value="10" /><Member Name="Image" Value="20" /></EnumType><EnumType Name="EmployeeSecurityRoleType"><Member Name="None" Value="0" /><Member Name="SuperUser" Value="20" /><Member Name="Accountant" Value="60" /><Member Name="Admin" Value="100" /></EnumType><EnumType Name="GenderType"><Member Name="Unknown" Value="0" /><Member Name="Male" Value="1" /><Member Name="Female" Value="2" /><Member Name="Other" Value="3" /></EnumType><EnumType Name="DebitCreditType"><Member Name="None" Value="0" /><Member Name="Debet" Value="10" /><Member Name="Credit" Value="20" /></EnumType><EnumType Name="BankReconciliationJournalLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Approved" Value="15" /><Member Name="Commited" Value="20" /><Member Name="Closed" Value="30" /></EnumType><EnumType Name="BankReconciliationJournalLineType"><Member Name="None" Value="0" /><Member Name="Primo" Value="10" /><Member Name="Expense" Value="12" /><Member Name="LocalCash" Value="15" /><Member Name="ForeignCash" Value="17" /><Member Name="Transaction" Value="20" /><Member Name="Bank" Value="23" /><Member Name="LocalCashDifference" Value="26" /><Member Name="Ultimo" Value="30" /></EnumType><EnumType Name="BeaconType"><Member Name="Beacon" Value="0" /><Member Name="RFID" Value="10" /></EnumType><EnumType Name="BusinessActivityType"><Member Name="Action" Value="0" /><Member Name="Appointment" Value="10" /><Member Name="Quotation" Value="20" /></EnumType><EnumType Name="BusinessActivityStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="20" /></EnumType><EnumType Name="BusinessRelationType"><Member Name="Lead" Value="0" /><Member Name="Prospect" Value="10" /><Member Name="Customer" Value="20" /><Member Name="Partner" Value="30" /><Member Name="Declined" Value="40" /></EnumType><EnumType Name="BusinessRelationStatus"><Member Name="Cold" Value="0" /><Member Name="Warm" Value="10" /></EnumType><EnumType Name="PriorityType"><Member Name="A" Value="0" /><Member Name="B" Value="1" /><Member Name="C" Value="2" /><Member Name="Blank" Value="3" /></EnumType><EnumType Name="SalesOrderType"><Member Name="None" Value="0" /><Member Name="B2B" Value="10" /><Member Name="B2C" Value="20" /><Member Name="ReturnForRepair" Value="30" /><Member Name="ReturnAfterRepair" Value="35" /><Member Name="ReturnToOrigin" Value="38" /><Member Name="Sample" Value="40" /><Member Name="Gift" Value="50" /></EnumType><EnumType Name="AccrualAccountingType"><Member Name="Customer" Value="0" /><Member Name="ItemGroup" Value="10" /></EnumType><EnumType Name="DeliveryModeType"><Member Name="None" Value="0" /><Member Name="Pickup" Value="1" /><Member Name="Delivery" Value="2" /><Member Name="Place" Value="3" /></EnumType><EnumType Name="GatewayType"><Member Name="OnPremiseGateway" Value="0" /><Member Name="EventGateway" Value="10" /></EnumType><EnumType Name="ContainerSizeType"><Member Name="Unknown" Value="0" /><Member Name="Full" Value="10" /><Member Name="Half" Value="20" /><Member Name="Small" Value="30" /><Member Name="Box" Value="40" /></EnumType><EnumType Name="WMSPlacementType"><Member Name="None" Value="0" /><Member Name="Down" Value="10" /><Member Name="Up" Value="20" /></EnumType><EnumType Name="SalesABC"><Member Name="None" Value="0" /><Member Name="A" Value="1" /><Member Name="B" Value="2" /><Member Name="C" Value="3" /></EnumType><EnumType Name="InventoryActivityStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="10" /><Member Name="InProgess" Value="20" /><Member Name="Closed" Value="30" /></EnumType><EnumType Name="InventoryActivityType"><Member Name="None" Value="0" /><Member Name="Loading" Value="10" /><Member Name="Unloading" Value="20" /></EnumType><EnumType Name="InventoryActivityObjectType"><Member Name="None" Value="0" /><Member Name="Container" Value="10" /><Member Name="Pallet" Value="20" /></EnumType><EnumType Name="AssetStatus"><Member Name="Created" Value="0" /><Member Name="Depreciated" Value="1" /><Member Name="Active" Value="2" /><Member Name="OnLoan" Value="3" /><Member Name="LocationInternal" Value="4" /><Member Name="Missing" Value="5" /><Member Name="LocationExternal" Value="6" /></EnumType><EnumType Name="DepreciationMethod"><Member Name="LinearDepreciation" Value="0" /><Member Name="BalanceValuePct" Value="10" /><Member Name="ImmediateDepreciation" Value="15" /></EnumType><EnumType Name="DepreciationPeriod"><Member Name="Year" Value="0" /><Member Name="HalfYear" Value="10" /><Member Name="Quarter" Value="15" /><Member Name="Month" Value="20" /></EnumType><EnumType Name="TaskStatus"><Member Name="None" Value="0" /><Member Name="InPlanning" Value="1" /><Member Name="PartiallyPlanned" Value="2" /><Member Name="Planned" Value="3" /><Member Name="Executing" Value="4" /><Member Name="Executed" Value="10" /><Member Name="Cancelled" Value="20" /><Member Name="Closed" Value="30" /></EnumType><EnumType Name="ProjectFinancialType"><Member Name="None" Value="0" /><Member Name="Internal" Value="1" /><Member Name="Fixed" Value="2" /><Member Name="Invoice" Value="3" /><Member Name="NoInvoice" Value="4" /></EnumType><EnumType Name="ProjectType"><Member Name="None" Value="0" /><Member Name="ServiceOrder" Value="1" /><Member Name="InventLoading" Value="2" /><Member Name="InventUnLoading" Value="3" /></EnumType><EnumType Name="TaskPartStatus"><Member Name="Open" Value="0" /><Member Name="Started" Value="10" /><Member Name="Completed" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Invoiced" Value="40" /></EnumType><EnumType Name="TaskPriorityType"><Member Name="None" Value="0" /><Member Name="Low" Value="10" /><Member Name="Normal" Value="20" /><Member Name="High" Value="30" /><Member Name="Critical" Value="40" /></EnumType><EnumType Name="FinancialStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="ClosePending" Value="2" /><Member Name="Closed" Value="3" /></EnumType><EnumType Name="InventTransType"><Member Name="Sales" Value="0" /><Member Name="Production" Value="2" /><Member Name="Inventory" Value="4" /><Member Name="InventProfitLoss" Value="5" /><Member Name="InventTransfer" Value="6" /><Member Name="Purchase" Value="9" /><Member Name="Project" Value="12" /><Member Name="InventCounting" Value="13" /></EnumType><EnumType Name="ItemType"><Member Name="Product" Value="0" /><Member Name="Material" Value="1" /><Member Name="Service" Value="2" /></EnumType><EnumType Name="ItemTrackingType"><Member Name="None" Value="0" /><Member Name="SerialNo" Value="1" /><Member Name="Batch" Value="2" /></EnumType><EnumType Name="MrpLevel"><Member Name="None" Value="0" /><Member Name="MRP_I" Value="1" /><Member Name="MRP_II" Value="2" /><Member Name="MRP_III" Value="3" /></EnumType><EnumType Name="PayrollProviderType"><Member Name="Custom" Value="0" /><Member Name="Dataløn" Value="1" /><Member Name="Danløn" Value="2" /><Member Name="Lessorløn" Value="3" /></EnumType><EnumType Name="ShipmentProviderType"><Member Name="Custom" Value="0" /><Member Name="GLS" Value="1" /><Member Name="Shipmondo" Value="2" /><Member Name="Cargoflux" Value="3" /><Member Name="Webshipper" Value="4" /><Member Name="DSV" Value="5" /></EnumType><EnumType Name="ProductionStatus"><Member Name="Unknown" Value="0" /><Member Name="Scheduled" Value="1" /><Member Name="Started" Value="2" /><Member Name="Finished" Value="3" /></EnumType><EnumType Name="ServiceObjectStatus"><Member Name="Active" Value="0" /><Member Name="Inactive" Value="10" /></EnumType><EnumType Name="LocationType"><Member Name="Store" Value="0" /><Member Name="Warehouse" Value="10" /><Member Name="Service" Value="20" /><Member Name="Other" Value="100" /></EnumType><EnumType Name="SequenceMode"><Member Name="Append" Value="0" /><Member Name="New" Value="1" /></EnumType><EnumType Name="SalesPaymentType"><Member Name="None" Value="0" /><Member Name="Cash" Value="1" /><Member Name="Dankort" Value="2" /><Member Name="Debitcard" Value="3" /><Member Name="Creditcard" Value="4" /><Member Name="MobilePay" Value="5" /><Member Name="Bank" Value="6" /><Member Name="ApplePay" Value="7" /><Member Name="GooglePay" Value="8" /><Member Name="IBAN" Value="9" /><Member Name="Giftcard" Value="10" /><Member Name="Voucher" Value="11" /></EnumType><EnumType Name="WeekCapacityEntityType"><Member Name="Employee" Value="0" /><Member Name="Asset" Value="10" /></EnumType><EnumType Name="WeekCapacityFilterType"><Member Name="Entity" Value="0" /><Member Name="Group" Value="10" /><Member Name="All" Value="20" /></EnumType><EnumType Name="WMSLocationActivityType"><Member Name="Unknown" Value="0" /><Member Name="Inbound" Value="1" /><Member Name="Outbound" Value="2" /><Member Name="Pick" Value="3" /><Member Name="Area" Value="4" /><Member Name="Pallet" Value="5" /><Member Name="Container" Value="6" /></EnumType><EnumType Name="PalletType"><Member Name="Unknown" Value="0" /><Member Name="EURPallet" Value="1" /><Member Name="HalfPallet" Value="2" /><Member Name="QuarterPallet" Value="3" /><Member Name="OceanPallet" Value="4" /></EnumType><EnumType Name="CountingJournalStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Closed" Value="2" /></EnumType><EnumType Name="JournalLineStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Closed" Value="2" /></EnumType><EnumType Name="DashboardType"><Member Name="None" Value="0" /><Member Name="Entity" Value="1" /><Member Name="Global" Value="2" /></EnumType><EnumType Name="DashboardOrientation"><Member Name="Portrait" Value="0" /><Member Name="Landscape" Value="1" /></EnumType><EnumType Name="DataSourceType"><Member Name="None" Value="0" /><Member Name="Sqlite" Value="1" /><Member Name="Object" Value="2" /><Member Name="MobiJson" Value="3" /><Member Name="Sql" Value="4" /></EnumType><EnumType Name="DeliveryNoteStatus"><Member Name="Open" Value="0" /><Member Name="Created" Value="10" /></EnumType><EnumType Name="DeliveryNoteLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Closed" Value="20" /><Member Name="Approved" Value="30" /></EnumType><EnumType Name="SignatureType"><Member Name="None" Value="0" /><Member Name="Internal" Value="10" /><Member Name="External" Value="20" /><Member Name="All" Value="30" /></EnumType><EnumType Name="LabelAlignmentType"><Member Name="None" Value="0" /><Member Name="Right" Value="1" /><Member Name="Bottom" Value="2" /><Member Name="Left" Value="3" /><Member Name="Top" Value="4" /><Member Name="Hidden" Value="5" /></EnumType><EnumType Name="ExpenseJournalStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="ExpenseReceiptStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Closed" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Posted" Value="40" /><Member Name="Invoiced" Value="50" /></EnumType><EnumType Name="ProjectLineFinancialType"><Member Name="None" Value="0" /><Member Name="Invoice" Value="1" /><Member Name="NoInvoice" Value="2" /></EnumType><EnumType Name="ExpensePaymentMethod"><Member Name="Cash" Value="0" /><Member Name="Creditcard" Value="10" /><Member Name="Bank" Value="20" /><Member Name="Mobilepay" Value="30" /></EnumType><EnumType Name="ExpenseSourceType"><Member Name="Manuel" Value="0" /><Member Name="Workflow" Value="10" /></EnumType><EnumType Name="FlatFieldType"><Member Name="Delimited" Value="0" /><Member Name="Positional" Value="1" /></EnumType><EnumType Name="FieldContentType"><Member Name="AlphaNumeric" Value="0" /><Member Name="Numeric" Value="1" /></EnumType><EnumType Name="FieldDetailType"><Member Name="Raw" Value="0" /><Member Name="Country" Value="1" /><Member Name="ParcelType" Value="2" /><Member Name="ShipmentType" Value="3" /></EnumType><EnumType Name="InvoiceStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /><Member Name="Posted" Value="20" /></EnumType><EnumType Name="SalesType"><Member Name="None" Value="0" /><Member Name="Order" Value="5" /><Member Name="Webshop" Value="10" /><Member Name="POS" Value="15" /><Member Name="Service" Value="20" /><Member Name="TransferOrder" Value="30" /></EnumType><EnumType Name="InvoiceType"><Member Name="Invoice" Value="0" /><Member Name="CreditNote" Value="10" /></EnumType><EnumType Name="InvoiceLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Closed" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Posted" Value="40" /></EnumType><EnumType Name="LedgerAccountType"><Member Name="Operation" Value="0" /><Member Name="Balance" Value="10" /><Member Name="Headline" Value="20" /></EnumType><EnumType Name="FinancialKeyFigureCodeType"><Member Name="None" Value="0" /><Member Name="Revenue" Value="1" /><Member Name="Costs" Value="10" /><Member Name="DirectPayrolls" Value="20" /><Member Name="OtherDirectCosts" Value="30" /><Member Name="CapacityCosts" Value="40" /><Member Name="Depreciation" Value="50" /><Member Name="FinancialItems" Value="60" /><Member Name="ExtraordinaryItems" Value="70" /><Member Name="CorporateTax" Value="80" /><Member Name="FixedAssets" Value="90" /><Member Name="Inventories_Work_in_Process" Value="100" /><Member Name="Customers" Value="110" /><Member Name="OtherCurrentAssets" Value="120" /><Member Name="LiquidAssets" Value="130" /><Member Name="Equity" Value="140" /><Member Name="OwnersContribution_Withdrawal" Value="150" /><Member Name="Provisions" Value="160" /><Member Name="LongTermDebt" Value="170" /><Member Name="Creditinstitutions" Value="180" /><Member Name="Vendors" Value="190" /><Member Name="OtherShortTermDebt" Value="200" /></EnumType><EnumType Name="LedgerVatType"><Member Name="InputVAT" Value="0" /><Member Name="OutputVAT" Value="10" /><Member Name="PurchReverseVAT" Value="20" /></EnumType><EnumType Name="LedgerVatPrincipleType"><Member Name="Netto" Value="0" /><Member Name="Brutto" Value="10" /></EnumType><EnumType Name="LedgerVatRateType"><Member Name="Input_Purchase_Domestic" Value="0" /><Member Name="Output_Sales_Domestic" Value="100" /><Member Name="Output_Sales_Service_OtherEU" Value="110" /><Member Name="Output_Sales_Goods_OtherEU" Value="120" /><Member Name="Output_Sales_NotReportable_EU" Value="130" /><Member Name="Output_Sales_NonEU" Value="140" /><Member Name="Output_Sales_Service_EU" Value="150" /><Member Name="Output_Sales_Goods_EU" Value="160" /><Member Name="Output_Sales_Domestic_NoVAT" Value="170" /><Member Name="PurchReverse_GoodsPurchase_Foreign" Value="200" /><Member Name="PurchReverse_ServicesPurchase_Foreign" Value="210" /><Member Name="PurchReverse_GoodsPurchase_Domestic" Value="220" /><Member Name="PurchReverse_GoodsPurchase_EU" Value="230" /><Member Name="PurchReverse_ServicesPurchase_EU" Value="240" /></EnumType><EnumType Name="LedgerJournalStatus"><Member Name="Open" Value="0" /><Member Name="Approved" Value="5" /><Member Name="Commited" Value="10" /><Member Name="Closed" Value="20" /></EnumType><EnumType Name="LedgerJournalType"><Member Name="None" Value="0" /><Member Name="Daily" Value="10" /></EnumType><EnumType Name="LedgerJournalLineType"><Member Name="None" Value="0" /></EnumType><EnumType Name="LedgerJournalLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Approved" Value="15" /><Member Name="Commited" Value="20" /><Member Name="Closed" Value="30" /></EnumType><EnumType Name="LoyaltyTier"><Member Name="Bronze" Value="0" /><Member Name="Silver" Value="1" /><Member Name="Gold" Value="2" /><Member Name="Platinum" Value="3" /></EnumType><EnumType Name="B2CMemberStatus"><Member Name="Active" Value="0" /><Member Name="Suspended" Value="1" /><Member Name="Deleted" Value="2" /></EnumType><EnumType Name="B2CAuthProvider"><Member Name="Google" Value="0" /><Member Name="Apple" Value="1" /><Member Name="Facebook" Value="2" /></EnumType><EnumType Name="B2CDeviceType"><Member Name="Ios" Value="0" /><Member Name="Android" Value="1" /><Member Name="Web" Value="2" /></EnumType><EnumType Name="LoyaltyPointsType"><Member Name="Earn" Value="0" /><Member Name="Redeem" Value="1" /><Member Name="ManualAdjustment" Value="2" /><Member Name="Expiry" Value="3" /></EnumType><EnumType Name="LoyaltyOfferStatus"><Member Name="Active" Value="0" /><Member Name="Expired" Value="1" /><Member Name="Deactivated" Value="2" /></EnumType><EnumType Name="LoyaltyRedemptionStatus"><Member Name="Active" Value="0" /><Member Name="Used" Value="1" /><Member Name="Voided" Value="2" /><Member Name="Expired" Value="3" /></EnumType><EnumType Name="SalesOrderStatus"><Member Name="Open" Value="0" /><Member Name="Ready" Value="1" /><Member Name="InProgress" Value="2" /><Member Name="Pick_Pack" Value="3" /><Member Name="Delivery" Value="4" /><Member Name="DeliveryNote" Value="5" /><Member Name="Invoiced" Value="6" /><Member Name="Cancelled" Value="8" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="LoyaltyWalletType"><Member Name="Cashback" Value="0" /><Member Name="Payment" Value="1" /><Member Name="Conversion" Value="2" /><Member Name="Refund" Value="3" /><Member Name="Adjustment" Value="4" /></EnumType><EnumType Name="LoyaltyAdminRole"><Member Name="Admin" Value="0" /><Member Name="Manager" Value="1" /><Member Name="Support" Value="2" /></EnumType><EnumType Name="MilageJournalStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="TemplatePeriodType"><Member Name="None" Value="0" /><Member Name="Day" Value="10" /><Member Name="Week" Value="20" /><Member Name="WorkWeek" Value="30" /><Member Name="Month" Value="40" /></EnumType><EnumType Name="LineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="1" /><Member Name="Signed" Value="2" /><Member Name="Approved" Value="3" /><Member Name="Invoiced" Value="4" /></EnumType><EnumType Name="PayrollJournalStatus"><Member Name="Open" Value="0" /><Member Name="Commited" Value="10" /><Member Name="Closed" Value="20" /></EnumType><EnumType Name="PayrollJournalLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="1" /><Member Name="Signed" Value="2" /><Member Name="Approved" Value="3" /><Member Name="Invoiced" Value="4" /></EnumType><EnumType Name="WeekDays"><Member Name="Sunday" Value="0" /><Member Name="Monday" Value="1" /><Member Name="Tuesday" Value="2" /><Member Name="Wednesday" Value="3" /><Member Name="Thursday" Value="4" /><Member Name="Friday" Value="5" /><Member Name="Saturday" Value="6" /><Member Name="AllWeekDays" Value="7" /><Member Name="Weekends" Value="8" /><Member Name="AllDays" Value="9" /></EnumType><EnumType Name="PickingLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Cancelled" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Picked" Value="40" /><Member Name="Posted" Value="50" /><Member Name="Invoiced" Value="60" /></EnumType><EnumType Name="PickingListStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Closed" Value="2" /></EnumType><EnumType Name="ShowDateType"><Member Name="Today" Value="0" /><Member Name="Tomorrow" Value="10" /><Member Name="CustomDate" Value="20" /></EnumType><EnumType Name="PriceUnit"><Member Name="None" Value="0" /><Member Name="PerHour" Value="10" /><Member Name="PerDay" Value="20" /><Member Name="PerKM" Value="30" /></EnumType><EnumType Name="PriceType"><Member Name="None" Value="0" /><Member Name="Sales" Value="10" /><Member Name="Cost" Value="20" /></EnumType><EnumType Name="PriceListStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="PriceListType"><Member Name="Sales" Value="0" /><Member Name="Purchase" Value="1" /></EnumType><EnumType Name="PriceListLineType"><Member Name="Table" Value="0" /><Member Name="Group" Value="1" /></EnumType><EnumType Name="PriceListLineStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="ProductConsumptionItemType"><Member Name="None" Value="0" /><Member Name="Product" Value="10" /></EnumType><EnumType Name="ProductConsumptionJournalStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="WorkCenterPriority"><Member Name="None" Value="0" /><Member Name="Primary" Value="1" /><Member Name="Secondary" Value="2" /></EnumType><EnumType Name="ProfitLossJournalStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Closed" Value="2" /></EnumType><EnumType Name="ResourceTaskType"><Member Name="None" Value="0" /></EnumType><EnumType Name="ResourceTaskStatus"><Member Name="Open" Value="0" /><Member Name="Started" Value="10" /><Member Name="Completed" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Invoiced" Value="40" /></EnumType><EnumType Name="PurchaseLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Closed" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Posted" Value="40" /><Member Name="Invoiced" Value="50" /></EnumType><EnumType Name="PurchaseOrderStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="ReceivingJournalStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Closed" Value="2" /></EnumType><EnumType Name="ReportType"><Member Name="None" Value="0" /><Member Name="Entity" Value="1" /><Member Name="Global" Value="2" /></EnumType><EnumType Name="ResourceJournalStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="TimeType"><Member Name="Direct" Value="0" /><Member Name="InDirect" Value="1" /><Member Name="PunchClock" Value="2" /></EnumType><EnumType Name="AssetTransDirection"><Member Name="In" Value="0" /><Member Name="Out" Value="10" /></EnumType><EnumType Name="AssetTransType"><Member Name="None" Value="0" /><Member Name="Purchase" Value="10" /><Member Name="Depreciation" Value="20" /><Member Name="Sale" Value="30" /></EnumType><EnumType Name="SalesLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Closed" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Posted" Value="40" /><Member Name="Invoiced" Value="50" /></EnumType><EnumType Name="SalesQuoteLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Approved" Value="15" /><Member Name="Closed" Value="20" /></EnumType><EnumType Name="SalesPaymentLineStatus"><Member Name="None" Value="0" /><Member Name="Created" Value="10" /><Member Name="Closed" Value="20" /><Member Name="Approved" Value="30" /><Member Name="Posted" Value="40" /><Member Name="Invoiced" Value="50" /></EnumType><EnumType Name="SalesQuoteStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="ServiceObjectLineStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Closed" Value="2" /></EnumType><EnumType Name="PackagingBoxType"><Member Name="CustomSize" Value="0" /><Member Name="EURPallet" Value="1" /><Member Name="HalfPallet" Value="2" /><Member Name="QuarterPallet" Value="3" /><Member Name="OceanPallet" Value="4" /><Member Name="Documents" Value="5" /><Member Name="Envelope" Value="6" /></EnumType><EnumType Name="ShipmentStatus"><Member Name="None" Value="0" /><Member Name="Error" Value="1" /><Member Name="Created" Value="2" /><Member Name="Booked" Value="3" /><Member Name="PartiallyDispatched" Value="9" /><Member Name="Dispatched" Value="10" /><Member Name="PartiallyDelivered" Value="13" /><Member Name="Delivered" Value="14" /><Member Name="Problem" Value="18" /><Member Name="Cancelled" Value="22" /><Member Name="Unknown" Value="30" /></EnumType><EnumType Name="ShipmentFlowType"><Member Name="Standard" Value="0" /><Member Name="IncludeInvoice" Value="10" /></EnumType><EnumType Name="TimeRoundingType"><Member Name="NONE" Value="0" /><Member Name="M15" Value="1" /><Member Name="M30" Value="2" /><Member Name="M45" Value="3" /><Member Name="M60" Value="4" /></EnumType><EnumType Name="TimeRegistrationWorkType"><Member Name="None" Value="0" /><Member Name="Time" Value="1" /><Member Name="Milage" Value="2" /><Member Name="Supplement" Value="3" /><Member Name="Absence" Value="4" /></EnumType><EnumType Name="TimeForecastStatus"><Member Name="Created" Value="0" /><Member Name="Approved" Value="6" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="TimeJournalStatus"><Member Name="Open" Value="0" /><Member Name="Closed" Value="10" /></EnumType><EnumType Name="TimeQuantityUnit"><Member Name="None" Value="0" /><Member Name="Quantity" Value="1" /><Member Name="Hours" Value="2" /><Member Name="Percent" Value="3" /></EnumType><EnumType Name="TransferJournalStatus"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Closed" Value="2" /></EnumType><EnumType Name="VoucherStatus"><Member Name="Active" Value="1" /><Member Name="Expired" Value="2" /><Member Name="Voided" Value="3" /><Member Name="Depleted" Value="4" /></EnumType><EnumType Name="VoucherType"><Member Name="GiftCard" Value="1" /><Member Name="Voucher" Value="2" /></EnumType><EnumType Name="VoucherTransactionType"><Member Name="Issue" Value="1" /><Member Name="Load" Value="2" /><Member Name="Redeem" Value="3" /><Member Name="PartialRedeem" Value="4" /><Member Name="Void" Value="5" /><Member Name="Refund" Value="6" /><Member Name="Transfer" Value="7" /><Member Name="Expire" Value="8" /><Member Name="Reactivate" Value="9" /></EnumType><EnumType Name="WebshopProviderType"><Member Name="Custom" Value="0" /><Member Name="Shopify" Value="10" /></EnumType><EnumType Name="ApplicationType"><Member Name="WebApplication" Value="0" /><Member Name="Other" Value="10" /></EnumType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Repository" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ReportTemplate"><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Caption" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /><Property Name="ContentId" Type="Edm.Guid" /><Property Name="OrganizationId" Type="Edm.Guid" /><NavigationProperty Name="Content" Type="MobiSolutions.Cloud.Api.Repository.BinaryContent" /><NavigationProperty Name="Organization" Type="MobiSolutions.Cloud.Api.Repository.Organization" /></ComplexType><ComplexType Name="DashboardTemplate"><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Caption" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /><Property Name="ContentId" Type="Edm.Guid" /><Property Name="OrganizationId" Type="Edm.Guid" /><NavigationProperty Name="Content" Type="MobiSolutions.Cloud.Api.Repository.BinaryContent" /><NavigationProperty Name="Organization" Type="MobiSolutions.Cloud.Api.Repository.Organization" /></ComplexType><EntityType Name="BinaryContent"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="FileName" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /><Property Name="Content" Type="Edm.Binary" /></EntityType><EntityType Name="Organization"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="AccountNumber" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="Email" Type="Edm.String" /><Property Name="HashedPasswords" Type="Edm.Int32" /><Property Name="LiveUrl" Type="Edm.String" /><Property Name="TestUrl" Type="Edm.String" /><Property Name="StorageAccountId" Type="Edm.Guid" /><Property Name="ServicebusId" Type="Edm.Guid" /><Property Name="CertificateId" Type="Edm.Guid" /><Property Name="AllowSubOrganizations" Type="Edm.Boolean" /><Property Name="OwnerOrganizationId" Type="Edm.Guid" /><Property Name="MobiMgmtDatabase_LiveId" Type="Edm.Guid" /><Property Name="MobiMgmtDatabase_TestId" Type="Edm.Guid" /><NavigationProperty Name="StorageAccount" Type="MobiSolutions.Cloud.Api.Repository.StorageAccount"><ReferentialConstraint Property="StorageAccountId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Servicebus" Type="MobiSolutions.Cloud.Api.Repository.Servicebus"><ReferentialConstraint Property="ServicebusId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Certificate" Type="MobiSolutions.Cloud.Api.Repository.Certificate"><ReferentialConstraint Property="CertificateId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Users" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SystemUser)" /><NavigationProperty Name="OwnerOrganization" Type="MobiSolutions.Cloud.Api.Repository.Organization" /><NavigationProperty Name="SubOrganizations" Type="Collection(MobiSolutions.Cloud.Api.Repository.Organization)" /><NavigationProperty Name="MobiMgmtDatabase_Live" Type="MobiSolutions.Cloud.Api.Repository.DatabaseInfo" /><NavigationProperty Name="MobiMgmtDatabase_Test" Type="MobiSolutions.Cloud.Api.Repository.DatabaseInfo" /><NavigationProperty Name="CloudApplications" Type="Collection(MobiSolutions.Cloud.Api.Repository.CloudApplication)" /></EntityType><EntityType Name="StorageAccount"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Key" Type="Edm.String" /><Property Name="Internal" Type="Edm.Boolean" /><NavigationProperty Name="StorageTables" Type="Collection(MobiSolutions.Cloud.Api.Repository.StorageTable)" /></EntityType><EntityType Name="StorageTable"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="PartitionKeyTimeFormat" Type="Edm.String" /><Property Name="PartitionKeyPrefix" Type="Edm.String" /><Property Name="StorageAccountId" Type="Edm.Guid" /><NavigationProperty Name="StorageAccount" Type="MobiSolutions.Cloud.Api.Repository.StorageAccount"><ReferentialConstraint Property="StorageAccountId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Servicebus"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Issuer" Type="Edm.String" /><Property Name="Key" Type="Edm.String" /><Property Name="Internal" Type="Edm.Boolean" /></EntityType><EntityType Name="Certificate"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Thumbprint" Type="Edm.String" /><Property Name="SerialNumber" Type="Edm.String" /><Property Name="HashAlgorithm" Type="Edm.String" /><Property Name="CN" Type="Edm.String" /><Property Name="O" Type="Edm.String" /><Property Name="OU" Type="Edm.String" /><Property Name="L" Type="Edm.String" /><Property Name="C" Type="Edm.String" /><Property Name="UID" Type="Edm.String" /><Property Name="ValidFrom" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ValidTo" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="DatabaseInfo"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Server" Type="Edm.String" /><Property Name="DatabaseName" Type="Edm.String" /><Property Name="UserName" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /><Property Name="DBCreateOptions" Type="Edm.String" /><Property Name="Internal" Type="Edm.Boolean" /></EntityType><EntityType Name="CloudApplication"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="ApplicationName" Type="Edm.String" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="Environment" Type="Edm.String" /><Property Name="IconName" Type="Edm.String" /><Property Name="ExternalLink" Type="Edm.String" /><Property Name="ExternalLink_Test" Type="Edm.String" /><Property Name="OrganizationId" Type="Edm.Guid" /><Property Name="CloudApplicationDetailsId" Type="Edm.Guid" /><Property Name="Extension" Type="Edm.String" /><Property Name="DataConnectorId" Type="Edm.Guid" /><NavigationProperty Name="Organization" Type="MobiSolutions.Cloud.Api.Repository.Organization"><ReferentialConstraint Property="OrganizationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="CloudApplicationDetails" Type="MobiSolutions.Cloud.Api.Repository.CloudApplicationDetails"><ReferentialConstraint Property="CloudApplicationDetailsId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DataConnector" Type="MobiSolutions.Cloud.Api.Repository.DataConnector"><ReferentialConstraint Property="DataConnectorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Settings" Type="Collection(MobiSolutions.Cloud.Api.Repository.CloudApplicationSetting)" /></EntityType><EntityType Name="CloudApplicationDetails"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="ApplicationType" Type="MobiSolutions.Cloud.Api.MobiManagement.ApplicationType" Nullable="false" /><Property Name="ApplicationName" Type="Edm.String" /><Property Name="Description_Short" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="IconName" Type="Edm.String" /><Property Name="ExternalLink" Type="Edm.String" /><Property Name="ExternalLink_Test" Type="Edm.String" /><Property Name="KeyBullet1" Type="Edm.String" /><Property Name="KeyBullet2" Type="Edm.String" /><Property Name="KeyBullet3" Type="Edm.String" /><Property Name="KeyBullet4" Type="Edm.String" /><Property Name="KeyBullet5" Type="Edm.String" /><Property Name="SystemUser" Type="Edm.Boolean" Nullable="false" /><Property Name="Employee" Type="Edm.Boolean" Nullable="false" /><Property Name="Customer" Type="Edm.Boolean" Nullable="false" /><Property Name="Vendor" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Settings" Type="Collection(MobiSolutions.Cloud.Api.Repository.CloudApplicationSetting)" /></EntityType><EntityType Name="CloudApplicationSetting"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Value" Type="Edm.String" /><Property Name="ValueType" Type="Edm.String" /><Property Name="Caption" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Page" Type="Edm.String" /><Property Name="Group" Type="Edm.String" /><Property Name="Section" Type="Edm.String" /><Property Name="Mandatory" Type="Edm.Boolean" Nullable="false" /><Property Name="ProtectedValue" Type="Edm.Boolean" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" /><Property Name="CloudApplicationId" Type="Edm.Guid" /><Property Name="DataConnectorId" Type="Edm.Guid" /><Property Name="CloudApplicationDetailsId" Type="Edm.Guid" /><Property Name="Index" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Organization" Type="MobiSolutions.Cloud.Api.Repository.Organization"><ReferentialConstraint Property="OrganizationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="CloudApplication" Type="MobiSolutions.Cloud.Api.Repository.CloudApplication"><ReferentialConstraint Property="CloudApplicationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DataConnector" Type="MobiSolutions.Cloud.Api.Repository.DataConnector"><ReferentialConstraint Property="DataConnectorId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="CloudApplicationDetails" Type="MobiSolutions.Cloud.Api.Repository.CloudApplicationDetails"><ReferentialConstraint Property="CloudApplicationDetailsId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="DataConnector"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Default" Type="Edm.Boolean" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" /><Property Name="DataConnectorTypeId" Type="Edm.Guid" /><Property Name="Environment" Type="Edm.String" /><NavigationProperty Name="Organization" Type="MobiSolutions.Cloud.Api.Repository.Organization"><ReferentialConstraint Property="OrganizationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DataConnectorType" Type="MobiSolutions.Cloud.Api.Repository.DataConnectorType"><ReferentialConstraint Property="DataConnectorTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Settings" Type="Collection(MobiSolutions.Cloud.Api.Repository.CloudApplicationSetting)" /></EntityType><EntityType Name="DataConnectorType"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="ConnectorName" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="ConnectorType" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /></EntityType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="UploadDocumentsRequest"><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.UploadDocumentsRequestLine)" /></ComplexType><ComplexType Name="CompleteDocumentsRequest"><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequestLine)" /></ComplexType><ComplexType Name="CompleteDocumentsRespone"><Property Name="CompletedDocumentLines" Type="Collection(MobiSolutions.Cloud.Api.Models.CompleteDocumentsResponeLine)" /></ComplexType><ComplexType Name="ImportAssetLine"><Property Name="Type" Type="Edm.String" /><Property Name="AssetId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="SerialNumber" Type="Edm.String" /><Property Name="Brand" Type="Edm.String" /><Property Name="Year" Type="Edm.Int32" Nullable="false" /><Property Name="ChassisNumber" Type="Edm.String" /><Property Name="RegistrationNumber" Type="Edm.String" /><Property Name="DefaultHours" Type="Edm.Int32" /><Property Name="Status" Type="Edm.String" /><Property Name="Category" Type="Edm.String" /><Property Name="SubCategory" Type="Edm.String" /><Property Name="Search1" Type="Edm.String" /><Property Name="Search2" Type="Edm.String" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Image" Type="Edm.String" /></ComplexType><ComplexType Name="ImportAssetsRequest"><Property Name="AssetLines" Type="Collection(MobiSolutions.Cloud.Api.Models.ImportAssetLine)" /></ComplexType><ComplexType Name="ImportAssetsResponse"><Property Name="ImportedAssets" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="ExternalPackageInfoRecord"><Property Name="Name" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="GroupId" Type="Edm.String" /><Property Name="Length_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Width_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Height_InCentimeters" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight_InKilos" Type="Edm.Decimal" Scale="variable" /><Property Name="VolumeWeight_InKilos" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="Documents" Type="Collection(MobiSolutions.Cloud.Api.Models.ExternalPackageInfoRecord_Document)" /></ComplexType><ComplexType Name="ExternalPackageInfoRecord_Document"><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><Property Name="StorageAccountName" Type="Edm.String" /><Property Name="BlobContainerName" Type="Edm.String" /></ComplexType><ComplexType Name="PublishExternalPackageInfoRequest"><Property Name="Records" Type="Collection(MobiSolutions.Cloud.Api.Models.ExternalPackageInfoRecord)" /></ComplexType><ComplexType Name="PublishExternalPackageInfoResponse"><Property Name="PublishedRecords" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="UploadDocumentsRequestLine"><Property Name="FileFolder" Type="Edm.String" /><Property Name="FileName" Type="Edm.String" /><Property Name="AccountName" Type="Edm.String" /><Property Name="SasToken" Type="Edm.String" /><Property Name="Container" Type="Edm.String" /><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><Property Name="UploadUrl" Type="Edm.String" /></ComplexType><ComplexType Name="CompleteDocumentsRequestLine"><Property Name="FileFolder" Type="Edm.String" /><Property Name="FileName" Type="Edm.String" /><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="Position" Type="Edm.Int32" Nullable="false" /><Property Name="CategoryName" Type="Edm.String" /></ComplexType><ComplexType Name="CompleteDocumentsResponeLine"><Property Name="DocumentReferenceId" Type="Edm.Guid" Nullable="false" /><Property Name="DocumentId" Type="Edm.Guid" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.CountingJournal" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ImportCountingJournalLine"><Property Name="Product_Id" Type="Edm.Guid" /><Property Name="Product_ProductId" Type="Edm.String" /><Property Name="Color_Code" Type="Edm.String" /><Property Name="Size_Code" Type="Edm.String" /><Property Name="Config_Code" Type="Edm.String" /><Property Name="OnHand" Type="Edm.Decimal" Scale="variable" /><Property Name="Counted" Type="Edm.Decimal" Scale="variable" /><Property Name="Difference" Type="Edm.Decimal" Scale="variable" /><Property Name="Barcode" Type="Edm.String" /><Property Name="Date" Type="Edm.String" /><Property Name="InventLocationId" Type="Edm.String" /><Property Name="WMSLocationId" Type="Edm.String" /></ComplexType><ComplexType Name="ImportCountingJournalLinesRequest"><Property Name="JournalId" Type="Edm.Guid" /><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.CountingJournal.ImportCountingJournalLine)" /></ComplexType><ComplexType Name="ImportCountingJournalLinesResponse"><Property Name="JournalId" Type="Edm.Guid" /><Property Name="ImportedLines" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.Sales" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ImportCustomerLine"><Property Name="AccountNumber" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="ABCEnum" Type="Edm.String" /><Property Name="EAN" Type="Edm.String" /><Property Name="GlnNumber" Type="Edm.String" /><Property Name="EORINumber" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="Street2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="ExternalId" Type="Edm.String" /></ComplexType><ComplexType Name="ImportCustomersRequest"><Property Name="CustomerLines" Type="Collection(MobiSolutions.Cloud.Api.Models.Sales.ImportCustomerLine)" /></ComplexType><ComplexType Name="ImportCustomersResponse"><Property Name="ImportedCustomers" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="PickinglineCandidatesRequest"><Property Name="SalesOrderId" Type="Edm.Guid" /></ComplexType><ComplexType Name="CreatePickinglistRequest"><Property Name="SalesOrderId" Type="Edm.Guid" /><Property Name="PickingListId" Type="Edm.Guid" /><NavigationProperty Name="Pickinglines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingLine)" /></ComplexType><ComplexType Name="DeliveryNoteLineCandidatesRequest"><Property Name="SalesOrderId" Type="Edm.Guid" /></ComplexType><ComplexType Name="CreateDeliveryNoteRequest"><Property Name="SalesOrderId" Type="Edm.Guid" /><NavigationProperty Name="DeliveryNoteLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteLine)" /></ComplexType><ComplexType Name="InvoiceLineCandidatesRequest"><Property Name="SalesOrderId" Type="Edm.Guid" /></ComplexType><ComplexType Name="CreateInvoiceRequest"><Property Name="SalesOrderId" Type="Edm.Guid" /><NavigationProperty Name="InvoiceLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.InvoiceLine)" /></ComplexType><ComplexType Name="CreateSalesOrderRequest"><Property Name="SalesQuoteId" Type="Edm.Guid" /></ComplexType><ComplexType Name="ImportBusinessRelationLine"><Property Name="RelationId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="Priority" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="State" Type="Edm.String" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="InitialAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="ExternalId" Type="Edm.String" /></ComplexType><ComplexType Name="ImportBusinessRelationsRequest"><Property Name="BusinessRelationLines" Type="Collection(MobiSolutions.Cloud.Api.Models.Sales.ImportBusinessRelationLine)" /></ComplexType><ComplexType Name="ImportBusinessRelationsResponse"><Property Name="ImportedBusinessRelations" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Dimensions" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="DimensionName"><Key><PropertyRef Name="Name" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Group" Type="Edm.String" /></EntityType><EntityType Name="DataSourceColumn"><Key><PropertyRef Name="Name" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Caption" Type="Edm.String" /></EntityType><ComplexType Name="DimensionFieldsUpdate"><Property Name="domainObjectId" Type="Edm.Guid" /><NavigationProperty Name="fields" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionField)" ContainsTarget="true" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Emails" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="EmailTemplateType"><Key><PropertyRef Name="Name" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Text" Type="Edm.String" /><Property Name="Text_DA" Type="Edm.String" /><Property Name="Group" Type="Edm.String" /><Property Name="Group_DA" Type="Edm.String" /><Property Name="IsSystem" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="MacroField"><Key><PropertyRef Name="Name" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Text" Type="Edm.String" /></EntityType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.TimeSplitRule" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="TimeInputLine"><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Start" Type="Edm.Duration" Nullable="false" /><Property Name="Stop" Type="Edm.Duration" Nullable="false" /><Property Name="TimeCategoryId" Type="Edm.String" /></ComplexType><ComplexType Name="TimeSplitResult"><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.TimeSplitRule.TimeSplitLine)" /><Property Name="Start" Type="Edm.Duration" Nullable="false" /><Property Name="Stop" Type="Edm.Duration" Nullable="false" /><Property Name="TotalTime" Type="Edm.Duration" Nullable="false" /><Property Name="Remaining" Type="Edm.Duration" Nullable="false" /></ComplexType><ComplexType Name="TimeSplitLine"><Property Name="Time" Type="Edm.Duration" Nullable="false" /><Property Name="Tag" Type="Edm.Untyped" /><Property Name="Start" Type="Edm.Duration" Nullable="false" /><Property Name="Stop" Type="Edm.Duration" Nullable="false" /><Property Name="Remaining" Type="Edm.Duration" Nullable="false" /><Property Name="Supplements" Type="Collection(MobiSolutions.Cloud.Api.Models.TimeSplitRule.TimeSupplementLine)" /><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><NavigationProperty Name="SplitRule" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></ComplexType><ComplexType Name="TimeSupplementLine"><Property Name="Name" Type="Edm.String" /><Property Name="Unit" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeQuantityUnit" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" Scale="variable" /><NavigationProperty Name="Category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.InventLocation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ImportWmsLocationsRequest"><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="WMSLocations" Type="Collection(MobiSolutions.Cloud.Api.Models.InventLocation.ImportWmsLocationLine)" /></ComplexType><ComplexType Name="ImportWmsLocationsResponse"><Property Name="InventLocationId" Type="Edm.Guid" /><Property Name="ImportedLocations" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="ImportWmsLocationLine"><Property Name="WMSLocationId" Type="Edm.String" /><Property Name="ParentId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="Aisle" Type="Edm.String" /><Property Name="Row" Type="Edm.String" /><Property Name="Shelf" Type="Edm.String" /><Property Name="Bin" Type="Edm.String" /><Property Name="Type" Type="Edm.String" /><Property Name="Zone" Type="Edm.String" /><Property Name="Barcode" Type="Edm.String" /><Property Name="IsAbstract" Type="Edm.Int32" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.NumberSequences" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="NumberSequenceInfo"><Property Name="Key" Type="Edm.String" /><Property Name="EntityName" Type="Edm.String" /><Property Name="NumberSequencePrefix" Type="Edm.String" /><Property Name="NumberSequenceMaskLength" Type="Edm.Int32" Nullable="false" /><Property Name="NumberSequenceMode" Type="MobiSolutions.Cloud.Api.MobiManagement.SequenceMode" Nullable="false" /><Property Name="IsRoot" Type="Edm.Boolean" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.Product" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ImportProductLine"><Property Name="ProductId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="SKU" Type="Edm.String" /><Property Name="ItemType" Type="Edm.String" /><Property Name="Color_Code" Type="Edm.String" /><Property Name="Size_Code" Type="Edm.String" /><Property Name="Config_Code" Type="Edm.String" /><Property Name="CostPrice" Type="Edm.Decimal" Scale="variable" /><Property Name="SalesPrice" Type="Edm.Decimal" Scale="variable" /><Property Name="Currency_Code" Type="Edm.String" /><Property Name="Height" Type="Edm.Decimal" Scale="variable" /><Property Name="Width" Type="Edm.Decimal" Scale="variable" /><Property Name="Depth" Type="Edm.Decimal" Scale="variable" /><Property Name="Weight" Type="Edm.Decimal" Scale="variable" /><Property Name="Volume" Type="Edm.Decimal" Scale="variable" /><Property Name="Unit_Code" Type="Edm.String" /><Property Name="Customs_CommodityCode" Type="Edm.String" /><Property Name="Customs_Content" Type="Edm.String" /><Property Name="Customs_CountryCode" Type="Edm.String" /><Property Name="ProductText" Type="Edm.String" /><Property Name="TeaserText" Type="Edm.String" /><Property Name="TechnicalText" Type="Edm.String" /><Property Name="Barcode" Type="Edm.String" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Group_Name" Type="Edm.String" /><Property Name="DiscountGroup_Code" Type="Edm.String" /><Property Name="Brand_Name" Type="Edm.String" /><Property Name="InventLocation_Name" Type="Edm.String" /><Property Name="WMSLocation_Id" Type="Edm.String" /></ComplexType><ComplexType Name="ImportProductsRequest"><Property Name="ProductLines" Type="Collection(MobiSolutions.Cloud.Api.Models.Product.ImportProductLine)" /></ComplexType><ComplexType Name="ImportProductsResponse"><Property Name="ImportedProducts" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="UploadImageRequest"><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.Product.UploadImageRequestLine)" /></ComplexType><ComplexType Name="UploadImageReply"><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.Product.UploadImageReplyLine)" /></ComplexType><ComplexType Name="CompleteImageRequest"><Property Name="PrimaryImage" Type="MobiSolutions.Cloud.Api.Models.Product.UploadImageCompleteLine" /><Property Name="UploadedImages" Type="Collection(MobiSolutions.Cloud.Api.Models.Product.UploadImageCompleteLine)" /></ComplexType><ComplexType Name="CompleteImageRespone"><Property Name="PrimaryImageId" Type="Edm.Guid" Nullable="false" /><Property Name="UploadedImagesIds" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="UploadImageRequestLine"><Property Name="FileName" Type="Edm.String" /></ComplexType><ComplexType Name="UploadImageReplyLine"><Property Name="AccountName" Type="Edm.String" /><Property Name="SasToken" Type="Edm.String" /><Property Name="Container" Type="Edm.String" /><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><Property Name="FileName" Type="Edm.String" /></ComplexType><ComplexType Name="UploadImageCompleteLine"><Property Name="BlobName" Type="Edm.String" /><Property Name="BlobFullName" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="Position" Type="Edm.Int32" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.Payroll" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="CommitJournalRequest"><Property Name="PayrollVendorId" Type="Edm.Guid" /><Property Name="JournalId" Type="Edm.Guid" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.Shipments" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="PickLineResponse" /><ComplexType Name="PickLineRequest"><NavigationProperty Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.Shipments.PickingLineDetails)" /></ComplexType><ComplexType Name="CreateShipmentResponse"><Property Name="ShipmentId" Type="Edm.Guid" /><Property Name="ShipmentId_Provider" Type="Edm.String" /><Property Name="Status_Provider" Type="Edm.String" /><Property Name="RequestId_Provider" Type="Edm.String" /><Property Name="PickinglistId" Type="Edm.Guid" /><Property Name="ShipmentVendorId" Type="Edm.Guid" /><Property Name="ShipmentProvider" Type="Edm.String" /><Property Name="ShipmentId_Provider_Actual" Type="Edm.String" /><Property Name="CarrierCode_Actual" Type="Edm.String" /><Property Name="ProductCode_Actual" Type="Edm.String" /></ComplexType><ComplexType Name="CreateShipmentRequest"><Property Name="ShipmentVendorId" Type="Edm.Guid" /><Property Name="ShipmentId" Type="Edm.Guid" /><Property Name="PickingListId" Type="Edm.Guid" /><Property Name="provider_account" Type="Edm.String" /><Property Name="Sender" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipment_Sender" /><Property Name="Receiver" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipment_Receiver" /><Property Name="SoldTo" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipment_Receiver" /><Property Name="ReturnAddress" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipment_Sender" /><Property Name="PickinglineIds_NoPackages" Type="Collection(Edm.Guid)" Nullable="false" /><Property Name="ReturnLabel" Type="Edm.Boolean" /><Property Name="CarrierCode" Type="Edm.String" /><Property Name="ProductCode" Type="Edm.String" /><Property Name="ShippingDate" Type="Edm.DateTimeOffset" /><Property Name="Remarks" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="PrintLabels" Type="Edm.Boolean" /><Property Name="PrinterId" Type="Edm.Guid" /><Property Name="Duitable" Type="Edm.Boolean" /><Property Name="CustomsAmount" Type="Edm.Decimal" Scale="variable" /><Property Name="Reference" Type="Edm.String" /><Property Name="ShipmentDescription" Type="Edm.String" /><Property Name="ExportPapers" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipping_ExportPapers" /><Property Name="CommitShipmentUrl" Type="Edm.String" /><Property Name="CreatePackageList" Type="Edm.Boolean" /><Property Name="Addons" Type="Collection(Edm.String)" /><Property Name="Error" Type="MobiSolutions.Cloud.Api.Models.Shipments.ShipmentErrorInfo" /><Property Name="InvoiceInfo" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipping_InvoiceInfo" /><Property Name="PalletExchange" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipping_PalletExchange" /><Property Name="CompletePicking" Type="Edm.Boolean" /><Property Name="ShipmentId_Provider_Actual" Type="Edm.String" /><Property Name="CarrierCode_Actual" Type="Edm.String" /><Property Name="ProductCode_Actual" Type="Edm.String" /><NavigationProperty Name="Packages" Type="Collection(MobiSolutions.Cloud.Api.Models.Shipments.Shipping_Parcel)" /><NavigationProperty Name="ServicePoint" Type="MobiSolutions.Cloud.Api.Models.Shipments.Shipping_ServicePoint" /></ComplexType><ComplexType Name="ResetPickingListRequest"><Property Name="PickingLineIds" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><EntityType Name="PickingLineDetails"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /></EntityType><ComplexType Name="Shipment_Sender"><Property Name="name" Type="Edm.String" /><Property Name="attention" Type="Edm.String" /><Property Name="address1" Type="Edm.String" /><Property Name="address2" Type="Edm.String" /><Property Name="zipcode" Type="Edm.String" /><Property Name="city" Type="Edm.String" /><Property Name="country_code" Type="Edm.String" /><Property Name="vat_id" Type="Edm.String" /><Property Name="state_code" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="mobile_phone" Type="Edm.String" /><Property Name="custom_invoice_text" Type="Edm.String" /></ComplexType><ComplexType Name="Shipment_Receiver"><Property Name="name" Type="Edm.String" /><Property Name="attention" Type="Edm.String" /><Property Name="address1" Type="Edm.String" /><Property Name="address2" Type="Edm.String" /><Property Name="zipcode" Type="Edm.String" /><Property Name="city" Type="Edm.String" /><Property Name="country_code" Type="Edm.String" /><Property Name="state_code" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="mobile_phone" Type="Edm.String" /><Property Name="instruction" Type="Edm.String" /><Property Name="residential" Type="Edm.Boolean" /><Property Name="vat_no" Type="Edm.String" /><Property Name="provider_account" Type="Edm.String" /><Property Name="provider_account_type" Type="Edm.String" /><Property Name="custom_invoice_text" Type="Edm.String" /></ComplexType><EntityType Name="Shipping_Parcel"><Key><PropertyRef Name="id" /></Key><Property Name="quantity" Type="Edm.Int32" /><Property Name="height" Type="Edm.Int32" /><Property Name="length" Type="Edm.Int32" /><Property Name="width" Type="Edm.Int32" /><Property Name="weight" Type="Edm.Double" /><Property Name="volume" Type="Edm.Double" /><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="boxtype" Type="MobiSolutions.Cloud.Api.MobiManagement.PackagingBoxType" Nullable="false" /><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.Shipments.Shipping_ParcelLine)" /></EntityType><ComplexType Name="Shipping_ParcelLine"><Property Name="PickingListLinesId" Type="Edm.Guid" /><Property Name="Quantity" Type="Edm.Decimal" Scale="variable" /></ComplexType><EntityType Name="Shipping_ServicePoint"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="distance" Type="Edm.Int32" Nullable="false" /><Property Name="address_line" Type="Edm.String" /><Property Name="address_line2" Type="Edm.String" /><Property Name="zip_code" Type="Edm.String" /><Property Name="city" Type="Edm.String" /><Property Name="country_code" Type="Edm.String" /><Property Name="state" Type="Edm.String" /><Property Name="latitude" Type="Edm.Double" /><Property Name="longitude" Type="Edm.Double" /></EntityType><ComplexType Name="Shipping_ExportPapers"><Property Name="Invoices" Type="Collection(MobiSolutions.Cloud.Api.Models.Shipments.Shipping_File)" /><Property Name="CertificateOfOrígins" Type="Collection(MobiSolutions.Cloud.Api.Models.Shipments.Shipping_File)" /><Property Name="CertificateOfOrígins_Nafta" Type="Collection(MobiSolutions.Cloud.Api.Models.Shipments.Shipping_File)" /><Property Name="CustomsDeclarations" Type="Collection(MobiSolutions.Cloud.Api.Models.Shipments.Shipping_File)" /></ComplexType><ComplexType Name="Shipping_File"><Property Name="Content" Type="Edm.String" /><Property Name="Filename" Type="Edm.String" /></ComplexType><ComplexType Name="ShipmentErrorInfo"><Property Name="Message" Type="Edm.String" /></ComplexType><ComplexType Name="Shipping_InvoiceInfo"><Property Name="EntryNo" Type="Edm.String" /><Property Name="PickNo" Type="Edm.String" /><Property Name="DocNo" Type="Edm.String" /><Property Name="Amount" Type="Edm.Decimal" Scale="variable" /><Property Name="CurrencyCode" Type="Edm.String" /></ComplexType><ComplexType Name="Shipping_PalletExchange"><Property Name="NumberFullOfPallets" Type="Edm.Int32" /><Property Name="NumberOfHalfPallets" Type="Edm.Int32" /><Property Name="NumberOfQuarterPallets" Type="Edm.Int32" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.TimeJournal" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ApproveProjectTimeJournalLinesRequest"><Property Name="ProjectId" Type="Edm.Guid" /><Property Name="IncludeSubProjects" Type="Edm.Boolean" Nullable="false" /><Property Name="FromDate" Type="Edm.DateTimeOffset" /><Property Name="ToDate" Type="Edm.DateTimeOffset" /><Property Name="FinancialType" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLineFinancialType" Nullable="false" /></ComplexType><ComplexType Name="ApproveProjectTimeJournalLinesResponse"><Property Name="ResponseId" Type="Edm.Guid" Nullable="false" /><Property Name="TimeJournaLinesIds" Type="Collection(Edm.Guid)" Nullable="false" /><Property Name="ResourceJournaLinesIds" Type="Collection(Edm.Guid)" Nullable="false" /><Property Name="ProductConsumptionLines" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="ApproveTimeJournalLinesResponse"><Property Name="ResponseId" Type="Edm.Guid" Nullable="false" /><Property Name="TimeJournaLinesIds" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="ApproveTimeJournalLinesRequest"><Property Name="EmployeeId" Type="Edm.Guid" /><Property Name="FromDate" Type="Edm.DateTimeOffset" /><Property Name="ToDate" Type="Edm.DateTimeOffset" /><Property Name="FinancialType" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLineFinancialType" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.Purchase" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ImportPurchaseLine"><Property Name="Product_Id" Type="Edm.Guid" /><Property Name="Product_ProductId" Type="Edm.String" /><Property Name="Color_Code" Type="Edm.String" /><Property Name="Size_Code" Type="Edm.String" /><Property Name="Config_Code" Type="Edm.String" /><Property Name="Qty" Type="Edm.Decimal" Scale="variable" /><Property Name="QtyReceived" Type="Edm.Decimal" Scale="variable" /><Property Name="DiscountAmount" Type="Edm.Decimal" Scale="variable" /><Property Name="TotalAmount" Type="Edm.Decimal" Scale="variable" /><Property Name="UnitPrice" Type="Edm.Decimal" Scale="variable" /><Property Name="Batch_BatchId" Type="Edm.String" /><Property Name="Barcode" Type="Edm.String" /><Property Name="Line_Barcode" Type="Edm.String" /></ComplexType><ComplexType Name="ImportPurchaseLinesRequest"><Property Name="PurchaseOrderId" Type="Edm.Guid" /><Property Name="Lines" Type="Collection(MobiSolutions.Cloud.Api.Models.Purchase.ImportPurchaseLine)" /></ComplexType><ComplexType Name="ImportPurchaseLinesResponse"><Property Name="PurchaseOrderId" Type="Edm.Guid" /><Property Name="ImportedLines" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.Analytics" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="DataSourceTypeInfo"><Property Name="Name" Type="Edm.String" /><Property Name="Group" Type="Edm.String" /></ComplexType><ComplexType Name="DataSourceTypeInfoField"><Property Name="Name" Type="Edm.String" /><Property Name="Type" Type="Edm.String" /><Property Name="Caption" Type="Edm.String" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.Reports" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ExecuteReportResponse"><Property Name="Result" Type="Edm.Binary" /></ComplexType><ComplexType Name="ExecuteReportRequest"><Property Name="ExportFormat" Type="MobiSolutions.Cloud.Api.Models.Reports.ReportExportFormat" Nullable="false" /><Property Name="Parameters" Type="Collection(MobiSolutions.Cloud.Api.Models.Reports.ReportParameter)" /><Property Name="PageRange" Type="Edm.String" /></ComplexType><ComplexType Name="PrintReportResponse"><Property Name="Text" Type="Edm.String" /><Property Name="PrinterName" Type="Edm.String" /></ComplexType><ComplexType Name="PrintReportRequest"><Property Name="ExportFormat" Type="MobiSolutions.Cloud.Api.Models.Reports.ReportExportFormat" Nullable="false" /><Property Name="Parameters" Type="Collection(MobiSolutions.Cloud.Api.Models.Reports.ReportParameter)" /><Property Name="PrinterId" Type="Edm.Guid" /><Property Name="PageRange" Type="Edm.String" /></ComplexType><ComplexType Name="ReportParameter"><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Type" Type="Edm.String" /><Property Name="Value" Type="Edm.Untyped" /></ComplexType><EnumType Name="ReportExportFormat"><Member Name="PDF" Value="0" /><Member Name="CSV" Value="1" /><Member Name="HTML" Value="2" /><Member Name="IMAGE" Value="3" /><Member Name="MHT" Value="4" /><Member Name="RTF" Value="5" /><Member Name="TEXT" Value="6" /><Member Name="XLS" Value="7" /><Member Name="XLSX" Value="8" /></EnumType></Schema><Schema Namespace="MobiSolutions.Cloud.Api.Models.ResourceJournal" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ApproveResourceJournalLinesResponse"><Property Name="ResponseId" Type="Edm.Guid" Nullable="false" /><Property Name="JournaLinesIds" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="ApproveResourceJournalLinesRequest"><Property Name="AssetId" Type="Edm.Guid" /><Property Name="FromDate" Type="Edm.DateTimeOffset" /><Property Name="ToDate" Type="Edm.DateTimeOffset" /></ComplexType></Schema><Schema Namespace="MobiSolutions.Cloud.Analytics" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="MobiMgmtDataSourceTypeInfo" BaseType="MobiSolutions.Cloud.Api.Models.Analytics.DataSourceTypeInfo" Abstract="true" /><ComplexType Name="MobiMgmtDataSourceTypeInfo_2OfTApiEntity_TDbEntity" BaseType="MobiSolutions.Cloud.Analytics.MobiMgmtDataSourceTypeInfo" /></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Absence" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AbsenceGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AppSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AppSubscription" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfigType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Barcode" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegmentType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PositionalBarcodeConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PositionalBarcodeSegment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BeaconGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BeaconMetaData" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Brand" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CompanyInfo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Country" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountryState" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountryCity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountryPostalCode" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerDiscountGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerUser" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelInput" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelOutput" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DataConnection" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SqlDataConnection" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryTerm" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryMode" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Department" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DiscountGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Dimensions.DimensionName" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Dimensions.DataSourceColumn" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionDataSourceColumn" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionListElement" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Document" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentFolder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentReference" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountDocument" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Emails.EmailTemplateType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Emails.MacroField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EmailTemplate" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeTimeJournalView" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceipt" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FileConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FlatFileConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FlatFileField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FileContent" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinterSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Holiday" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Image" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LocalImage" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ImageFolder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainer" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventoryActivity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventObject" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductSerialNo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventTrans" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventItemSetup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocationType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPallet" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletTypeConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSZone" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccountVat" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.POSTerminal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BankAccount" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LocationSite" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageTrip" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.OpenCloseTimes" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkTimes" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.OrganizationInfo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductImageReference" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductReference" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductCatalog" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PaymentGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollInterval" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkBreak" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkruleDeviation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Toad" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PaymentLedgerMapping" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShow" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShowEntry" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceListLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EstimatedProductConsumption" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionRoute" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionTransaction" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionBOMLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductRoute" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductWorkstation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionWorkstation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionOverviewSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductBOMLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductBOM" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionBatch" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenterSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionProductType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionAddonField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectPieceWork" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TaskType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPartContainer" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanningSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectTimeJournalView" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Report" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ReportParameter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Dashboard" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardParameter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShow" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShowEntry" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalView" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Resource" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Person" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetTrans" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetReservation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BoxAsset" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BoxAssetLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Equipment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Facility" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Tool" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Invoice" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InvoiceLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNote" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuote" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuoteLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaInstance" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObjectLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessActivity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessProgressState" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PackagingBox" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PackagingBoxSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExternalPackageInfo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentFlowLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentLabel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentParcel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SystemUser" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.UnitConversion" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VendorUser" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollVendor" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitSupplement" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TransferJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TransferJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannelEntry" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CreateUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.UploadDocumentsRequest" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Absence" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AbsenceGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AppSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AppSubscription" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfigType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Barcode" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegmentType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BarcodeType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PositionalBarcodeConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PositionalBarcodeSegment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BeaconGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BeaconMetaData" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Brand" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CompanyInfo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Country" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountryState" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountryCity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountryPostalCode" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerDiscountGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerUser" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Currency" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelInput" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelOutput" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DataConnection" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SqlDataConnection" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryTerm" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryMode" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Department" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DiscountGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Dimensions.DimensionName" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Dimensions.DataSourceColumn" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionDataSourceColumn" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionListElement" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Document" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentFolder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentReference" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DocumentType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountDocument" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Emails.EmailTemplateType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Emails.MacroField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EmailTemplate" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeTimeJournalView" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceipt" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FileConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FlatFileConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FlatFileField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FileContent" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinterSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Holiday" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Image" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LocalImage" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ImageFolder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Batch" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainer" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventoryActivity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventObject" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductSerialNo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventTrans" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventItemSetup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocationType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPallet" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletTypeConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSZone" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccountVat" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.POSTerminal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BankAccount" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.LocationSite" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageTrip" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.OpenCloseTimes" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkTimes" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.OrganizationInfo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductImageReference" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductReference" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductCatalog" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PaymentGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollInterval" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkBreak" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkruleDeviation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Toad" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PaymentLedgerMapping" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShow" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShowEntry" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceListLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PriceConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EstimatedProductConsumption" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionRoute" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionTransaction" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionBOMLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductRoute" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductWorkstation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionWorkstation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionOverviewSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductBOMLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductBOM" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionBatch" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenterSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionProductType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductionAddonField" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectPieceWork" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TaskType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPartContainer" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanningSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectTimeJournalView" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Report" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ReportParameter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Dashboard" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardParameter" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShow" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShowEntry" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalView" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Resource" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Person" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetTrans" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.AssetReservation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BoxAsset" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BoxAssetLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Equipment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Facility" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Tool" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Invoice" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InvoiceLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNote" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuote" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuoteLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaType" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaInstance" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObjectLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessActivity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessProgressState" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.BusinessGroup" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PackagingBox" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PackagingBoxSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExternalPackageInfo" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentFlowLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentLabel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentParcel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SystemUser" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Unit" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.UnitConversion" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfig" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VendorUser" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollVendor" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitSupplement" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TransferJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TransferJournalLine" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannel" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannelEntry" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="CompleteUploadDocumentsRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CompleteDocumentsRespone" /></Action><Action Name="UpdateLocation" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" /><Parameter Name="location" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /></Action><Action Name="UpdateLocation" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainer" /><Parameter Name="location" Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerLocation" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.InventContainerLocation" /></Action><Action Name="UpdateLocation" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="location" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /></Action><Action Name="UpdateLocation" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /><Parameter Name="location" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /></Action><Action Name="UploadImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Beacon" /></Action><Action Name="UploadImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Location" /></Action><Action Name="UploadImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /></Action><Action Name="UploadImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /></Action><Action Name="UploadImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Action><Function Name="Main" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.CompanyInfo)" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.CompanyInfo" /></Function><Action Name="UploadLogo" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CompanyInfo" /></Action><Function Name="ByCustomer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ContactPerson)" /><Parameter Name="customerId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ContactPerson)" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetLinesNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TransferJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Action Name="ImportLines" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CountingJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.CountingJournal.ImportCountingJournalLinesRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.CountingJournal.ImportCountingJournalLinesResponse" /></Action><Action Name="ImportLines" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Purchase.ImportPurchaseLinesRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Purchase.ImportPurchaseLinesResponse" /></Action><Function Name="ByContactPerson" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" /><Parameter Name="contactpersonId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" /></Function><Function Name="UsernameTaken" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="UsernameTaken" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="UsernameTaken" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Action Name="AddUser" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /><Parameter Name="user" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerUser" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerUser" /></Action><Action Name="AddUser" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Vendor" /><Parameter Name="user" Type="MobiSolutions.Cloud.Api.MobiManagement.VendorUser" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VendorUser" /></Action><Action Name="AddContactPerson" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /><Parameter Name="contactPerson" Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson" /></Action><Action Name="ImportCustomers" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Customer)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.ImportCustomersRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Sales.ImportCustomersResponse" /></Action><Function Name="ResetPassword" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerUser" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.CustomerUser)" /></Function><Function Name="ResetPassword" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" /></Function><Function Name="ResetPassword" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SystemUser" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SystemUser)" /></Function><Function Name="ResetPassword" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VendorUser" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.VendorUser)" /></Function><Action Name="UploadProfileImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.CustomerUser" /></Action><Action Name="UploadProfileImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="UploadProfileImage" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.VendorUser" /></Action><Action Name="UpdateChannel" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannel" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.FilterChannel" /></Action><Action Name="UpdateConnection" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SqlDataConnection)" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.SqlDataConnection" /></Action><Action Name="TestConnection" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SqlDataConnection)" /><ReturnType Type="Edm.String" /></Action><Function Name="GetSubDepartmentsNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Department" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Function Name="GetAllNames" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionType)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Dimensions.DimensionName)" /></Function><Function Name="GetAssignedNames" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionType)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Dimensions.DimensionName)" /></Function><Function Name="GetUnAssignedNames" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionType)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Dimensions.DimensionName)" /></Function><Function Name="GetDataSourceColumns" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionType" /><ReturnType Type="Collection(MobiSolutions.Cloud.Dimensions.DataSourceColumn)" /></Function><Function Name="GetDataSourceColumnsByName" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionType)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Dimensions.DataSourceColumn)" /></Function><Action Name="UpdateFieldsValues" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionType" /><Parameter Name="fieldsUpdate" Type="MobiSolutions.Cloud.Dimensions.DimensionFieldsUpdate" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionField" /></Action><Action Name="UpdateFieldsValues" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SchemaInstance" /><Parameter Name="fieldsUpdate" Type="MobiSolutions.Cloud.Dimensions.DimensionFieldsUpdate" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionField" /></Action><Action Name="AddFieldType" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType)" /><Parameter Name="fieldType" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" /></Action><Action Name="UpdateFieldType" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" /><Parameter Name="fieldType" Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType" /></Action><Function Name="Rerun" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction" /></Function><Function Name="RetryError" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction" /></Function><Function Name="GetAllTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EmailTemplate)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Emails.EmailTemplateType)" /></Function><Function Name="GetAssignedTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EmailTemplate)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Emails.EmailTemplateType)" /></Function><Function Name="GetUnAssignedTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EmailTemplate)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Emails.EmailTemplateType)" /></Function><Function Name="GetMacroFields" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EmailTemplate)" /><Parameter Name="typeName" Type="Edm.String" /><ReturnType Type="Collection(MobiSolutions.Cloud.Emails.MacroField)" /></Function><Function Name="ResetProfile" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Employee)" /></Function><Function Name="ResetProfile" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SystemUser" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SystemUser)" /></Function><Function Name="GetTimeCategories" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Function><Function Name="GetTimeCategoriesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Function><Action Name="AddTimeCategory" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Action><Action Name="AddTimeCategory" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="category" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Action><Action Name="RemoveTimeCategory" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="categoryId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Action><Action Name="RemoveTimeCategory" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="categoryId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Action><Function Name="GetTimeSplitRules" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Function><Function Name="GetTimeSplitRulesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Function><Action Name="AddTimeSplitRule" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="splitRule" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Action><Action Name="AddTimeSplitRule" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><Parameter Name="rule" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Action><Action Name="RemoveTimeSplitRule" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="splitRuleId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Action><Action Name="RemoveTimeSplitRule" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><Parameter Name="ruleId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Action><Function Name="GetServiceAreas" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /></Function><Function Name="GetServiceAreasAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /></Function><Action Name="AddServiceArea" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="serviceArea" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /></Action><Action Name="RemoveServiceArea" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="serviceAreaId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /></Action><Action Name="GetTimeSplitResult" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><Parameter Name="timeInputLines" Type="Collection(MobiSolutions.Cloud.Api.Models.TimeSplitRule.TimeInputLine)" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.TimeSplitRule.TimeSplitResult" /></Action><Function Name="Employees" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="Employees" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="Employees" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="Employees" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="Employees" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="EmployeesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="EmployeesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="EmployeesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="EmployeesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Function Name="EmployeesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Function><Action Name="AddEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /><Parameter Name="employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="AddEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><Parameter Name="employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="AddEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="AddEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="AddEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><Parameter Name="employee" Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="RemoveEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea" /><Parameter Name="employeeId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="RemoveEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><Parameter Name="employeeId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="RemoveEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="employeeId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="RemoveEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="employeeId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="RemoveEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><Parameter Name="employeeId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="CreateFromDocument" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceipt)" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceipt" /></Action><Action Name="UploadDocument" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceipt" /></Action><Function Name="TestPrint" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter" /></Function><Action Name="ImportWmsLocations" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventLocation" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.InventLocation.ImportWmsLocationsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.InventLocation.ImportWmsLocationsResponse" /></Action><Action Name="UpdateAddress" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.InventObject" /><Parameter Name="address" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /></Action><Action Name="UpdateAddress" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPallet" /><Parameter Name="address" Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation" /></Action><Function Name="WMSPalletTypesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletType" /></Function><Function Name="CreateAllNumberSequences" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.NumberSequence)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.NumberSequence)" /></Function><Function Name="GetAllNumberSequenceInfos" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.NumberSequence)" /><ReturnType Type="Collection(MobiSolutions.Cloud.NumberSequences.NumberSequenceInfo)" /></Function><Function Name="GetAssignedNumberSequenceInfos" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.NumberSequence)" /><ReturnType Type="Collection(MobiSolutions.Cloud.NumberSequences.NumberSequenceInfo)" /></Function><Function Name="GetUnAssignedNumberSequenceInfos" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.NumberSequence)" /><ReturnType Type="Collection(MobiSolutions.Cloud.NumberSequences.NumberSequenceInfo)" /></Function><Function Name="ApproveJournal" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.MilageJournal" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.MilageJournal" /></Function><Function Name="GetAll" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.OrganizationInfo)" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.OrganizationInfo" /></Function><Function Name="ColorDimensions" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /></Function><Function Name="ColorDimensionsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /></Function><Action Name="AddColorDimension" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="color" Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /></Action><Action Name="RemoveColorDimension" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="colorId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension" /></Action><Function Name="SizeDimensions" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /></Function><Function Name="SizeDimensionsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /></Function><Action Name="AddSizeDimension" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="size" Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /></Action><Action Name="RemoveSizeDimension" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="sizeId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension" /></Action><Function Name="ConfigDimensions" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /></Function><Function Name="ConfigDimensionsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /></Function><Action Name="AddConfigDimension" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="config" Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /></Action><Action Name="RemoveConfigDimension" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="configId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension" /></Action><Action Name="CreateProduct" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" /><Parameter Name="product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="ImportProducts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Product.ImportProductsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Product.ImportProductsResponse" /></Action><Action Name="CreateUploadImageRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Product.UploadImageRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Product.UploadImageReply" /></Action><Action Name="CompleteUploadImageRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Product.CompleteImageRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Product.CompleteImageRespone" /></Action><Function Name="ByCustomerSales" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" /><Parameter Name="customerId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Product)" /></Function><Function Name="ByCustomerSales" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ItemGroup)" /><Parameter Name="customerId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ItemGroup)" /></Function><Function Name="RelatedProducts" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="RelatedProductsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Action Name="AddRelatedProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="RemoveRelatedProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Function Name="Spareparts" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="SparepartsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Action Name="AddSparepart" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="RemoveSparepart" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Function Name="SparepartsIn" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="AllProducts" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductCatalog" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="AllProducts" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="AllBrands" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductCatalog" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Brand" /></Function><Function Name="AllBrands" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Brand" /></Function><Function Name="ProductItems" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Action Name="AddProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /><Parameter Name="product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="AddProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /><Parameter Name="product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="AddProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><Parameter Name="product" Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="RemoveProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="RemoveProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Action Name="RemoveProduct" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Action><Function Name="Products" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="Products" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="Products" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="Products" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="ProductsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="ProductsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Product" /></Function><Function Name="ByProduct" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ColorDimension)" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ColorDimension)" /></Function><Function Name="ByProduct" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SizeDimension)" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.SizeDimension)" /></Function><Function Name="ByProduct" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension)" /><Parameter Name="productId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension)" /></Function><Action Name="CommitJournal" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournal" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Payroll.CommitJournalRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournal" /></Action><Function Name="EmployeeGroups" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" /></Function><Function Name="EmployeeGroupsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" /></Function><Action Name="AddEmployeeGroup" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" /><Parameter Name="group" Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" /></Action><Action Name="RemoveEmployeeGroup" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Workrule" /><Parameter Name="groupId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup" /></Action><Function Name="FindPickingList" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingList)" /><Parameter Name="text" Type="Edm.String" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingList)" /></Function><Function Name="SearchPickingLists" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingList)" /><Parameter Name="text" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="pickingtable" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="unassigned" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="assigned_me" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="assigned_others" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PickingList)" /></Function><Function Name="AssignToMe" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="pickingtable" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /></Function><Function Name="Release" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /></Function><Action Name="PickLine" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Shipments.PickLineRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Shipments.PickLineResponse" /></Action><Function Name="Toads" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Toad" /></Function><Function Name="ToadsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Toad" /></Function><Action Name="AddToad" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="toad" Type="MobiSolutions.Cloud.Api.MobiManagement.Toad" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Toad" /></Action><Action Name="RemoveToad" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="toadId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Toad" /></Action><Action Name="CreateShipment" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Shipments.CreateShipmentRequest" /><Parameter Name="async" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="completepicking" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.Models.Shipments.CreateShipmentResponse" /></Action><Function Name="InvokeCreatePackageList" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /></Function><Action Name="ResetPickinglistState" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Shipments.ResetPickingListRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PickingList" /></Action><Function Name="ItemGroups" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /></Function><Function Name="ItemGroupsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /></Function><Action Name="AddItemGroup" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><Parameter Name="itemGroup" Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /></Action><Action Name="RemoveItemGroup" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PickingTable" /><Parameter Name="itemGroupId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup" /></Action><Function Name="ProjectLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionLine)" /><Parameter Name="projectId" Type="Edm.Guid" Nullable="false" /><Parameter Name="includeSubprojects" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionLine" /></Function><Function Name="ProjectLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalLine)" /><Parameter Name="projectId" Type="Edm.Guid" Nullable="false" /><Parameter Name="includeSubprojects" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalLine" /></Function><Function Name="ProjectLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine)" /><Parameter Name="projectId" Type="Edm.Guid" Nullable="false" /><Parameter Name="includeSubprojects" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine" /></Function><Function Name="Assets" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /></Function><Function Name="AssetsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /></Function><Action Name="AddAsset" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><Parameter Name="asset" Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /></Action><Action Name="RemoveAsset" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Production" /><Parameter Name="assetId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /></Action><Function Name="Machines" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" /></Function><Function Name="MachinesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" /></Function><Action Name="AddMachine" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" /><Parameter Name="machine" Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" /></Action><Action Name="RemoveMachine" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter" /><Parameter Name="machineId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Machine" /></Action><Function Name="ServiceObjects" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Function><Function Name="ServiceObjects" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Function><Function Name="ServiceObjectsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Function><Function Name="ServiceObjectsAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Function><Action Name="AddServiceObject" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="serviceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Action><Action Name="AddServiceObject" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="serviceObject" Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Action><Action Name="RemoveServiceObject" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><Parameter Name="serviceObjectId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Action><Action Name="RemoveServiceObject" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="serviceObjectId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject" /></Action><Function Name="TimeCategories" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Function><Function Name="TimeCategoriesAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /></Function><Action Name="ApproveLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Project)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.TimeJournal.ApproveProjectTimeJournalLinesRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.TimeJournal.ApproveProjectTimeJournalLinesResponse" /></Action><Action Name="ApproveLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalLine)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.ResourceJournal.ApproveResourceJournalLinesRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.ResourceJournal.ApproveResourceJournalLinesResponse" /></Action><Action Name="ApproveLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.TimeJournal.ApproveTimeJournalLinesRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.TimeJournal.ApproveTimeJournalLinesResponse" /></Action><Function Name="SubProjectIds" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.IdResult" /></Function><Function Name="GetSubProjectsNumberSequence" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Project" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence" /></Function><Action Name="AddTask" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart)" /><Parameter Name="task" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /><Parameter Name="resourceId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /></Action><Action Name="UpdateTask" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /><Parameter Name="task" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /><Parameter Name="changedProperties" Type="Collection(Edm.String)"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="productConsumptionLines" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.EstimatedProductConsumption)"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="productConsumptionLines_actual" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionLine)"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /></Action><Action Name="UpdateTask" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" /><Parameter Name="task" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" /><Parameter Name="changedProperties" Type="Collection(Edm.String)"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="newResourceId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="updateAction" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" /></Action><Function Name="DeleteResourceTask" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /><Parameter Name="resourceId" Type="Edm.Guid" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /></Function><Function Name="EmailConfirmationRequest" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart" /></Function><Action Name="CopyTask" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" /><Parameter Name="newResourceId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask" /></Action><Function Name="GetDataSourceTypeInfos" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Report)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.Models.Analytics.DataSourceTypeInfo)" /></Function><Function Name="GetDataSourceTypeInfos" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Dashboard)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.Models.Analytics.DataSourceTypeInfo)" /></Function><Function Name="GetDataSourceTypeFieldsByName" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Report)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.Models.Analytics.DataSourceTypeInfoField)" /></Function><Function Name="GetDataSourceTypeFieldsByName" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Dashboard)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.Models.Analytics.DataSourceTypeInfoField)" /></Function><Function Name="CreateFromTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Report)" /><Parameter Name="templateId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Report" /></Function><Function Name="CreateFromTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Dashboard)" /><Parameter Name="templateId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Dashboard" /></Function><Function Name="SaveReportAsTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Report" /><ReturnType Type="MobiSolutions.Cloud.Api.Repository.ReportTemplate" /></Function><Action Name="ExecuteReport" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Report" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Reports.ExecuteReportRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Reports.ExecuteReportResponse" /></Action><Action Name="PrintReport" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Report" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Reports.PrintReportRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Reports.PrintReportResponse" /></Action><Function Name="SaveDashboardAsTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Dashboard" /><ReturnType Type="MobiSolutions.Cloud.Api.Repository.DashboardTemplate" /></Function><Action Name="ImportAssets" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Asset)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.ImportAssetsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.ImportAssetsResponse" /></Action><Function Name="PickingLines" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.PickingLine" /></Function><Action Name="PickinglineCandidates" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.PickinglineCandidatesRequest" /></Action><Action Name="CreatePickinglist" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.CreatePickinglistRequest" /></Action><Action Name="DeliveryNoteLineCandidates" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.DeliveryNoteLineCandidatesRequest" /></Action><Action Name="CreateDeliveryNote" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.CreateDeliveryNoteRequest" /></Action><Action Name="InvoiceLineCandidates" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.InvoiceLineCandidatesRequest" /></Action><Action Name="CreateInvoice" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.CreateInvoiceRequest" /></Action><Action Name="CreateSalesOrder" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.SalesQuote" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.CreateSalesOrderRequest" /></Action><Action Name="Nearby" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ServiceObject)" /><Parameter Name="latitude" Type="Edm.Double" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="longitude" Type="Edm.Double" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="maxDistanceKm" Type="Edm.Double"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="coordinatePrecision" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter></Action><Action Name="ImportBusinessRelations" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.Sales.ImportBusinessRelationsRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.Sales.ImportBusinessRelationsResponse" /></Action><Function Name="RefreshShipment" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" /></Function><Function Name="RefreshShipments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Shipment)" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Shipment)" /></Function><Function Name="PrintLabels" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Shipment" /><Parameter Name="printerId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.Shipment)" /></Function><Action Name="PublishExternalPackageInfos" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.ExternalPackageInfo)" /><Parameter Name="request" Type="MobiSolutions.Cloud.Api.Models.PublishExternalPackageInfoRequest" /><ReturnType Type="MobiSolutions.Cloud.Api.Models.PublishExternalPackageInfoResponse" /></Action><Function Name="WebshopCustomers" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /></Function><Function Name="WebshopCustomersAvailable" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /></Function><Action Name="AddWebshopCustomer" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" /><Parameter Name="CustomerId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /></Action><Action Name="RemoveWebshopCustomer" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Webshop" /><Parameter Name="CustomerId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Customer" /></Action><Function Name="TimeSplitRules" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Function><Action Name="CopyTimeSplitRule" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /><Parameter Name="timeCategoryId" Type="Edm.Guid" Nullable="false" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule" /></Action><Action Name="Create" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeForecast)" /><Parameter Name="forecast" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /><Parameter Name="autoApprove" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /></Action><Function Name="Approve" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /></Function><Function Name="Disapprove" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast" /></Function><Function Name="CounterPost" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine" /><ReturnType Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine)" /></Function><Action Name="GetEmployees" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity" /><Parameter Name="FromDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="ToDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="GetAssets" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity" /><Parameter Name="FromDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="ToDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /></Action><Action Name="GetWeekCapacitiesByEmployee" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity)" /><Parameter Name="employeeId" Type="Edm.Guid" Nullable="false" /><Parameter Name="FromDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="ToDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Employee" /></Action><Action Name="GetWeekCapacitiesByAsset" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity)" /><Parameter Name="assetId" Type="Edm.Guid" Nullable="false" /><Parameter Name="FromDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="ToDate" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.Asset" /></Action><Action Name="Load" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Parameter Name="salesPaymentLineId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Load" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Parameter Name="salesPaymentLineId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Redeem" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Parameter Name="salesPaymentLineId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Redeem" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Parameter Name="salesPaymentLineId" Type="Edm.Guid"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Void" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Void" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Refund" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="referenceTransactionId" Type="Edm.Guid" Nullable="false" /><Parameter Name="amount" Type="Edm.Decimal" Scale="variable"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Refund" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="referenceTransactionId" Type="Edm.Guid" Nullable="false" /><Parameter Name="amount" Type="Edm.Decimal" Scale="variable"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Expire" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Expire" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Reactivate" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.GiftCard" /><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><Action Name="Reactivate" IsBound="true"><Parameter Name="bindingParameter" Type="MobiSolutions.Cloud.Api.MobiManagement.Voucher" /><Parameter Name="note" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction" /></Action><EntityContainer Name="Container"><EntitySet Name="DomainObjectExtension" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DomainObjectExtension"><NavigationPropertyBinding Path="DimensionFields" Target="DimensionField" /><NavigationPropertyBinding Path="Documents" Target="DocumentReference" /><NavigationPropertyBinding Path="EntityTransactions" Target="EntityTransaction" /></EntitySet><EntitySet Name="Absence" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Absence"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="AbsenceGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.AbsenceGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="AppSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.AppSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="AppSubscription" EntityType="MobiSolutions.Cloud.Api.MobiManagement.AppSubscription" /><EntitySet Name="BarcodeConfig" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfig"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BarcodeConfigType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BarcodeConfigType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Barcode" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Barcode"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BarcodeSegment" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegment"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BarcodeSegmentType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BarcodeSegmentType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BarcodeType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BarcodeType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PositionalBarcodeConfig" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PositionalBarcodeConfig"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PositionalBarcodeSegment" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PositionalBarcodeSegment"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Beacon" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Beacon"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProjectLocation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProjectLocation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BeaconGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BeaconGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BeaconMetaData" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BeaconMetaData"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Brand" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Brand"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="CompanyInfo" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CompanyInfo"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ContactPerson" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ContactPerson"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="CountingJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CountingJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="NumberSequence" EntityType="MobiSolutions.Cloud.Api.MobiManagement.NumberSequence"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="CountingJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CountingJournalLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProfitLossJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProfitLossJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProfitLossJournalLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Country" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Country" /><EntitySet Name="CountryState" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CountryState" /><EntitySet Name="CountryCity" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CountryCity" /><EntitySet Name="CountryPostalCode" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CountryPostalCode" /><EntitySet Name="Customer" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Customer"><NavigationPropertyBinding Path="Employee" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="ProductCatalogs" Target="ProductCatalog" /></EntitySet><EntitySet Name="CustomerUser" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CustomerUser"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="CustomerGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CustomerGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="CustomerDiscountGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.CustomerDiscountGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Currency" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Currency"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="FilterChannelInput" EntityType="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelInput"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="FilterChannelOutput" EntityType="MobiSolutions.Cloud.Api.MobiManagement.FilterChannelOutput"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="FilterChannel" EntityType="MobiSolutions.Cloud.Api.MobiManagement.FilterChannel"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DataConnection" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DataConnection"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SqlDataConnection" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SqlDataConnection"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DeliveryTerm" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DeliveryTerm"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DeliveryMode" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DeliveryMode"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Department" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Department"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DiscountGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DiscountGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DimensionName" EntityType="MobiSolutions.Cloud.Dimensions.DimensionName" /><EntitySet Name="DataSourceColumn" EntityType="MobiSolutions.Cloud.Dimensions.DataSourceColumn" /><EntitySet Name="DimensionDataSourceColumn" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DimensionDataSourceColumn"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DimensionField" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DimensionField"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DimensionList" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DimensionList"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DimensionListElement" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DimensionListElement"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DimensionType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DimensionType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DimensionFieldType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DimensionFieldType"><NavigationPropertyBinding Path="DataSourceColumns" Target="DimensionDataSourceColumn" /><NavigationPropertyBinding Path="DimensionType" Target="DimensionType" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="SchemaType" Target="SchemaType" /></EntitySet><EntitySet Name="DocumentCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DocumentCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Document" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Document"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DocumentFolder" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DocumentFolder"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DocumentReference" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DocumentReference"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DocumentType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DocumentType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="StorageAccountDocument" EntityType="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountDocument"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="EntityTransaction" EntityType="MobiSolutions.Cloud.Api.MobiManagement.EntityTransaction"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="StorageAccountDocument1" Target="StorageAccountDocument" /><NavigationPropertyBinding Path="StorageAccountDocument2" Target="StorageAccountDocument" /><NavigationPropertyBinding Path="StorageAccountDocument3" Target="StorageAccountDocument" /></EntitySet><EntitySet Name="EmailTemplateType" EntityType="MobiSolutions.Cloud.Emails.EmailTemplateType" /><EntitySet Name="MacroField" EntityType="MobiSolutions.Cloud.Emails.MacroField" /><EntitySet Name="EmailTemplate" EntityType="MobiSolutions.Cloud.Api.MobiManagement.EmailTemplate"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Employee" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Employee"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TimeCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TimeCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TimeSplitRule" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitRule"><NavigationPropertyBinding Path="Employees" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ServiceArea" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ServiceArea"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="EmployeeGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.EmployeeGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="EmployeeTimeJournalView" EntityType="MobiSolutions.Cloud.Api.MobiManagement.EmployeeTimeJournalView" /><EntitySet Name="ExpenseJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ExpenseJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ExpenseReceipt" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ExpenseReceipt"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ExpenseCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ExpenseCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SalesOrderCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SalesOrderCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="FileConfig" EntityType="MobiSolutions.Cloud.Api.MobiManagement.FileConfig"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="FlatFileConfig" EntityType="MobiSolutions.Cloud.Api.MobiManagement.FlatFileConfig"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="FlatFileField" EntityType="MobiSolutions.Cloud.Api.MobiManagement.FlatFileField"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="FileContent" EntityType="MobiSolutions.Cloud.Api.MobiManagement.FileContent"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="GatewayPrinter" EntityType="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinter"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="GatewayPrinterSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.GatewayPrinterSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Holiday" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Holiday"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Image" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Image"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="StorageAccountImage" EntityType="MobiSolutions.Cloud.Api.MobiManagement.StorageAccountImage"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="LocalImage" EntityType="MobiSolutions.Cloud.Api.MobiManagement.LocalImage"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ImageFolder" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ImageFolder"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Batch" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Batch"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="InventContainer" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventContainer"><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="ContainerLocation" Target="InventContainerLocation" /><NavigationPropertyBinding Path="Customer" Target="Customer" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Project" Target="Project" /><NavigationPropertyBinding Path="Type" Target="InventContainerType" /><NavigationPropertyBinding Path="WMSLocation" Target="WMSLocation" /></EntitySet><EntitySet Name="InventContainerLocation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventContainerLocation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="InventContainerType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventContainerType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="InventoryActivity" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventoryActivity"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Project" Target="Project" /></EntitySet><EntitySet Name="InventLocation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventLocation"><NavigationPropertyBinding Path="Containers" Target="InventContainer" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="InventObject" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventObject"><NavigationPropertyBinding Path="Address" Target="ProjectLocation" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductSerialNo" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductSerialNo"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="InventTrans" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventTrans"><NavigationPropertyBinding Path="Batch" Target="Batch" /><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Color" Target="ColorDimension" /><NavigationPropertyBinding Path="Config" Target="ConfigDimension" /><NavigationPropertyBinding Path="Container" Target="InventContainer" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="InventLocation" Target="InventLocation" /><NavigationPropertyBinding Path="InventObject" Target="InventObject" /><NavigationPropertyBinding Path="Production" Target="Production" /><NavigationPropertyBinding Path="ProductSerialNo" Target="ProductSerialNo" /><NavigationPropertyBinding Path="Project" Target="Project" /><NavigationPropertyBinding Path="ServiceObject" Target="ServiceObject" /><NavigationPropertyBinding Path="Size" Target="SizeDimension" /><NavigationPropertyBinding Path="WMSLocation" Target="WMSLocation" /><NavigationPropertyBinding Path="WMSPallet" Target="WMSPallet" /></EntitySet><EntitySet Name="InventItemSetup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InventItemSetup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WMSLocation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WMSLocation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="PalletTypeConfigs" Target="WMSPalletTypeConfig" /></EntitySet><EntitySet Name="WMSPalletType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WMSLocationType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WMSLocationType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WMSPallet" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WMSPallet"><NavigationPropertyBinding Path="Address" Target="ProjectLocation" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WMSPalletTypeConfig" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WMSPalletTypeConfig"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WMSZone" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WMSZone"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="LedgerAccount" EntityType="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccount"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="LedgerAccountVat" EntityType="MobiSolutions.Cloud.Api.MobiManagement.LedgerAccountVat"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="LedgerJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="LedgerJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.LedgerJournalLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BankReconciliationJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BankReconciliationJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BankReconciliationJournalLine"><NavigationPropertyBinding Path="Employee" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="POSTerminal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.POSTerminal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BankAccount" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BankAccount"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Location" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Location"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="LocationSite" EntityType="MobiSolutions.Cloud.Api.MobiManagement.LocationSite"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="MilageJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.MilageJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="MilageTrip" EntityType="MobiSolutions.Cloud.Api.MobiManagement.MilageTrip"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Journal" Target="MilageJournal" /></EntitySet><EntitySet Name="OpenCloseTimes" EntityType="MobiSolutions.Cloud.Api.MobiManagement.OpenCloseTimes"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WorkTimes" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WorkTimes"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="OrganizationInfo" EntityType="MobiSolutions.Cloud.Api.MobiManagement.OrganizationInfo" /><EntitySet Name="Product" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Product"><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Brand" Target="Brand" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="ItemGroup" Target="ItemGroup" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct/VariantConfigSetting" Target="VariantConfigSetting" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct/Variants" Target="SimpleProduct" /><NavigationPropertyBinding Path="Unit" Target="Unit" /></EntitySet><EntitySet Name="SimpleProduct" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct"><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Brand" Target="Brand" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="ItemGroup" Target="ItemGroup" /><NavigationPropertyBinding Path="Unit" Target="Unit" /><NavigationPropertyBinding Path="VariantConfigSetting" Target="VariantConfigSetting" /><NavigationPropertyBinding Path="Variants" Target="SimpleProduct" /></EntitySet><EntitySet Name="ColorDimension" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ColorDimension"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SizeDimension" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SizeDimension"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ConfigDimension" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ConfigDimension"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductImageReference" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductImageReference"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Production" Target="Production" /></EntitySet><EntitySet Name="ProductReference" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductReference"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductCatalog" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductCatalog"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ItemGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ItemGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PaymentGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PaymentGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PayrollCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PayrollCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PayrollInterval" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PayrollInterval"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PayrollJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournalLine"><NavigationPropertyBinding Path="ApprovedBy" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WorkBreak" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WorkBreak"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WorkruleDeviation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WorkruleDeviation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PayrollJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PayrollJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Workrule" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Workrule"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Toad" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Toad"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PaymentLedgerMapping" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PaymentLedgerMapping"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PickingList" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PickingList"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PickingLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PickingLine"><NavigationPropertyBinding Path="Employee" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PickingTable" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PickingTable"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PlanningMapSlideShow" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShow"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PlanningMapSlideShowEntry" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PlanningMapSlideShowEntry"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PriceList" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PriceList"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PriceListLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PriceListLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PriceConfig" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PriceConfig"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductConsumptionJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductConsumptionLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductConsumptionCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductConsumptionCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="EstimatedProductConsumption" EntityType="MobiSolutions.Cloud.Api.MobiManagement.EstimatedProductConsumption"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Production" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Production"><NavigationPropertyBinding Path="Assets" Target="Asset" /><NavigationPropertyBinding Path="Employees" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Asset" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Asset"><NavigationPropertyBinding Path="ActualFacility" Target="Facility" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Owner" Target="Employee" /><NavigationPropertyBinding Path="OwnerFacility" Target="Facility" /></EntitySet><EntitySet Name="ProductionRoute" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionRoute"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="PickingLocation" Target="InventLocation" /></EntitySet><EntitySet Name="ProductionTransaction" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionTransaction"><NavigationPropertyBinding Path="Batch" Target="Batch" /><NavigationPropertyBinding Path="Config" Target="ConfigDimension" /><NavigationPropertyBinding Path="Employee" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Machine" Target="Machine" /><NavigationPropertyBinding Path="Operation" Target="ProductOperation" /><NavigationPropertyBinding Path="Production" Target="Production" /><NavigationPropertyBinding Path="Route" Target="ProductionRoute" /><NavigationPropertyBinding Path="WorkCenter" Target="WorkCenter" /></EntitySet><EntitySet Name="ProductionBOMLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionBOMLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductOperation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductOperation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="WorkCenter" Target="WorkCenter" /></EntitySet><EntitySet Name="ProductRoute" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductRoute"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductWorkstation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductWorkstation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductionWorkstation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionWorkstation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductionOverviewSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionOverviewSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductBOMLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductBOMLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Operation" Target="ProductOperation" /></EntitySet><EntitySet Name="ProductBOM" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductBOM"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductionBatch" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionBatch"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WorkCenterSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WorkCenterSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WorkCenter" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WorkCenter"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Machine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Machine"><NavigationPropertyBinding Path="ActualFacility" Target="Facility" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Owner" Target="Employee" /><NavigationPropertyBinding Path="OwnerFacility" Target="Facility" /></EntitySet><EntitySet Name="ProductionProductType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionProductType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProductionAddonField" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProductionAddonField"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Project" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Project"><NavigationPropertyBinding Path="Assets" Target="Asset" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="InventoryActivities" Target="InventoryActivity" /></EntitySet><EntitySet Name="ServiceObject" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ServiceObject"><NavigationPropertyBinding Path="Asset" Target="Asset" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="ServiceArea" Target="ServiceArea" /></EntitySet><EntitySet Name="ProjectPieceWork" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProjectPieceWork"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PlanableTask" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PlanableTask"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.Project/Assets" Target="Asset" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.Project/InventoryActivities" Target="InventoryActivity" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.ProjectTask/Responsible" Target="Employee" /></EntitySet><EntitySet Name="TaskType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TaskType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PlanableTaskPart" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPart"><NavigationPropertyBinding Path="Container" Target="PlanableTaskPartContainer" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PlanableTaskPartContainer" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PlanableTaskPartContainer"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PlanningSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PlanningSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ResourceTask" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ResourceTask"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ProjectTimeJournalView" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ProjectTimeJournalView" /><EntitySet Name="PurchaseOrder" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PurchaseOrder"><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Products" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Product"><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Brand" Target="Brand" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="ItemGroup" Target="ItemGroup" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct/VariantConfigSetting" Target="VariantConfigSetting" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.SimpleProduct/Variants" Target="SimpleProduct" /><NavigationPropertyBinding Path="Unit" Target="Unit" /></EntitySet><EntitySet Name="PurchaseLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PurchaseLine"><NavigationPropertyBinding Path="Barcodes" Target="Barcode" /><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ReceivingJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ReceivingJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ReceivingJournalLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Report" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Report"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ReportParameter" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ReportParameter"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Dashboard" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Dashboard"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DashboardParameter" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DashboardParameter"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DashboardSlideShow" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShow"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DashboardSlideShowEntry" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DashboardSlideShowEntry"><NavigationPropertyBinding Path="Dashboard" Target="Dashboard" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ResourceJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ResourceJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ResourceJournalView" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ResourceJournalView" /><EntitySet Name="Resource" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Resource"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.Asset/ActualFacility" Target="Facility" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.Asset/Owner" Target="Employee" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.Asset/OwnerFacility" Target="Facility" /></EntitySet><EntitySet Name="Person" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Person"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="AssetGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.AssetGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="AssetCategory" EntityType="MobiSolutions.Cloud.Api.MobiManagement.AssetCategory"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="AssetTrans" EntityType="MobiSolutions.Cloud.Api.MobiManagement.AssetTrans"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="AssetReservation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.AssetReservation"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BoxAsset" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BoxAsset"><NavigationPropertyBinding Path="ActualFacility" Target="Facility" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Owner" Target="Employee" /><NavigationPropertyBinding Path="OwnerFacility" Target="Facility" /></EntitySet><EntitySet Name="BoxAssetLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BoxAssetLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Equipment" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Equipment"><NavigationPropertyBinding Path="ActualFacility" Target="Facility" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Owner" Target="Employee" /><NavigationPropertyBinding Path="OwnerFacility" Target="Facility" /></EntitySet><EntitySet Name="Facility" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Facility"><NavigationPropertyBinding Path="ActualFacility" Target="Facility" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Owner" Target="Employee" /><NavigationPropertyBinding Path="OwnerFacility" Target="Facility" /></EntitySet><EntitySet Name="Tool" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Tool"><NavigationPropertyBinding Path="ActualFacility" Target="Facility" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Owner" Target="Employee" /><NavigationPropertyBinding Path="OwnerFacility" Target="Facility" /></EntitySet><EntitySet Name="SalesOrder" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SalesOrder"><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Currency" Target="Currency" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PickingLines" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PickingLine"><NavigationPropertyBinding Path="Employee" Target="Employee" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SalesLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SalesLine"><NavigationPropertyBinding Path="Beacon" Target="Beacon" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="SalesQuoteLine" Target="SalesQuoteLine" /></EntitySet><EntitySet Name="SalesPaymentLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SalesPaymentLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Invoice" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Invoice"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="InvoiceLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.InvoiceLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="Invoice" Target="Invoice" /></EntitySet><EntitySet Name="DeliveryNote" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNote"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="DeliveryNoteLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.DeliveryNoteLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SalesQuote" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SalesQuote"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SalesQuoteLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SalesQuoteLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SchemaType" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SchemaType"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SchemaInstance" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SchemaInstance"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ServiceObjectLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ServiceObjectLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BusinessRelation" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BusinessRelation"><NavigationPropertyBinding Path="ContactPersons" Target="ContactPerson" /><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BusinessActivity" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BusinessActivity"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BusinessProgressState" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BusinessProgressState"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="BusinessGroup" EntityType="MobiSolutions.Cloud.Api.MobiManagement.BusinessGroup"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Shipment" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Shipment"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PackagingBox" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PackagingBox"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PackagingBoxSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PackagingBoxSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ExternalPackageInfo" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ExternalPackageInfo"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ShipmentFlowLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ShipmentFlowLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ShipmentSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ShipmentSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ShipmentLabel" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ShipmentLabel"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ShipmentParcel" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ShipmentParcel"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="SystemUser" EntityType="MobiSolutions.Cloud.Api.MobiManagement.SystemUser" /><EntitySet Name="Unit" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Unit"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="UnitConversion" EntityType="MobiSolutions.Cloud.Api.MobiManagement.UnitConversion"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="VariantConfig" EntityType="MobiSolutions.Cloud.Api.MobiManagement.VariantConfig"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="VariantConfigSetting" EntityType="MobiSolutions.Cloud.Api.MobiManagement.VariantConfigSetting"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Vendor" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Vendor"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor/ShipmentSettings" Target="ShipmentSetting" /></EntitySet><EntitySet Name="VendorUser" EntityType="MobiSolutions.Cloud.Api.MobiManagement.VendorUser"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="PayrollVendor" EntityType="MobiSolutions.Cloud.Api.MobiManagement.PayrollVendor"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="ShipmentVendor" EntityType="MobiSolutions.Cloud.Api.MobiManagement.ShipmentVendor"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /><NavigationPropertyBinding Path="ShipmentSettings" Target="ShipmentSetting" /></EntitySet><EntitySet Name="Webshop" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Webshop"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TimeSplitSupplement" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TimeSplitSupplement"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TimeForecast" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TimeForecast"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TimeJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TimeJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TimeJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TimeJournalLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TransferJournal" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TransferJournal"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="TransferJournalLine" EntityType="MobiSolutions.Cloud.Api.MobiManagement.TransferJournalLine"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WeekCapacity" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacity"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WeekCapacityChannel" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannel"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="WeekCapacityChannelEntry" EntityType="MobiSolutions.Cloud.Api.MobiManagement.WeekCapacityChannelEntry"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="GiftCard" EntityType="MobiSolutions.Cloud.Api.MobiManagement.GiftCard"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="VoucherTransaction" EntityType="MobiSolutions.Cloud.Api.MobiManagement.VoucherTransaction"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet><EntitySet Name="Voucher" EntityType="MobiSolutions.Cloud.Api.MobiManagement.Voucher"><NavigationPropertyBinding Path="Extension" Target="DomainObjectExtension" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>