'
Show / Hide Table of Contents

Interface IEntityService

The Entity Service is a service that allows to retrieve and update data within the Ayuda Platform.

Namespace: Ayuda.BMS.Services.Interfaces
Remarks

This web service can be accessed using an address similar to the following: https://[AYUDA DEPLOYMENT URL]/BMSWebService/EntityService.asmx

Methods

CalculateEstimates(Guid, String, Guid)

Calculates the estimates.

Declaration
void CalculateEstimates(Guid sessionID, string clientCultureName, Guid leaseID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid leaseID

The lease identifier.

ChangePersonPassword(Guid, String, String, String)

Changes a person's password.

Declaration
void ChangePersonPassword(Guid sessionID, string clientCultureName, string email, string newPassword)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String email

The email.

System.String newPassword

The new password.

DiscardWaitListedBookings(Guid, String, String)

Discards the wait-listed bookings.

Declaration
void DiscardWaitListedBookings(Guid sessionID, string clientCultureName, string discardBookingsXml)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String discardBookingsXml

The discard bookings XML.

DoesContractHaveMultiBookedSelections(Guid, String, SalesContractEntityDataSet)

Checks if a contract have multi-booked selections.

Declaration
int DoesContractHaveMultiBookedSelections(Guid sessionID, string clientCultureName, SalesContractEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SalesContractEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
System.Int32

An integer value indicating the status (see remarks)

Remarks

0, no multi bookings 1, Bookings will be the master bookings 2, Bookings will be wait listed 3, Some of the bookings will be the master bookings, some of them will be wait listed

GenerateAPBatch(Guid, String, Guid, Guid, Nullable<DateTime>, DateTime, Nullable<DateTime>, String, Boolean, Boolean, Nullable<Int32>)

Generates the AP batch.

Declaration
byte[] GenerateAPBatch(Guid sessionID, string clientCultureName, Guid apBatchID, Guid companyID, DateTime? generateStartDate, DateTime generateEndDate, DateTime? checkDate, string prefix, bool generateLeasePayments, bool generateUtilityPayments, int? checkStartingNumber)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Guid companyID

The company identifier.

System.Nullable<System.DateTime> generateStartDate

The generate start date.

System.DateTime generateEndDate

The generate end date.

System.Nullable<System.DateTime> checkDate
System.String prefix

The prefix.

System.Boolean generateLeasePayments

if set to true, generate lease payments.

System.Boolean generateUtilityPayments

if set to true, generate utility payments.

System.Nullable<System.Int32> checkStartingNumber
Returns
Type Description
System.Byte[]

New batch timestamp.

GenerateARBatch(Guid, String, Guid, Guid, Nullable<DateTime>, DateTime, String, String)

Generates the AR batch.

Declaration
byte[] GenerateARBatch(Guid sessionID, string clientCultureName, Guid arBatchID, Guid companyID, DateTime? generateStartDate, DateTime generateEndDate, string prefix, string filtersXml)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.Guid companyID

The company identifier.

System.Nullable<System.DateTime> generateStartDate

The generate start date.

System.DateTime generateEndDate

The generate end date.

System.String prefix

The prefix.

System.String filtersXml

The filters in xml format.

Returns
Type Description
System.Byte[]

New batch timestamp.

GenerateSequentialNumber(Guid, String, String, String)

Determines the next sequential number for the sequence header provided.

Declaration
string GenerateSequentialNumber(Guid sessionID, string clientCultureName, string sequenceHeader, string entityType)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String sequenceHeader

The string to be prepended to the sequential number.

System.String entityType

The type of entity the number is being generated for.

Returns
Type Description
System.String

The next sequential number

GetActiveDirectoryAccountEntity(Guid, String, String)

Gets the active directory account entity.

Declaration
ActiveDirectoryAccountEntityDataSet GetActiveDirectoryAccountEntity(Guid sessionID, string clientCultureName, string domainAccount)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String domainAccount

The domain account.

Returns
Type Description
Ayuda.BMS.Entities.Models.ActiveDirectoryAccountEntityDataSet

ActiveDirectoryAccountEntityDataSet.

GetAddressTypeEntity(Guid, String, Guid, Byte[])

Gets the address type entity.

Declaration
AddressTypeEntityDataSet GetAddressTypeEntity(Guid sessionID, string clientCultureName, Guid addressTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid addressTypeID

The address type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AddressTypeEntityDataSet

AddressTypeEntityDataSet.

GetAdvertiserCategoryEntity(Guid, String, Guid, Byte[])

Gets the advertiser category entity.

Declaration
AdvertiserCategoryEntityDataSet GetAdvertiserCategoryEntity(Guid sessionID, string clientCultureName, Guid advertiserCategoryID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid advertiserCategoryID

The advertiser category identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AdvertiserCategoryEntityDataSet

AdvertiserCategoryEntityDataSet.

GetAdvertiserEntity(Guid, String, Guid, Byte[])

Gets the advertiser entity.

Declaration
AdvertiserEntityDataSet GetAdvertiserEntity(Guid sessionID, string clientCultureName, Guid advertiserID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid advertiserID

The advertiser identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AdvertiserEntityDataSet

AdvertiserEntityDataSet.

GetAgencyEntity(Guid, String, Guid, Byte[])

Gets the agency entity.

Declaration
AgencyEntityDataSet GetAgencyEntity(Guid sessionID, string clientCultureName, Guid agencyID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid agencyID

The agency identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AgencyEntityDataSet

AgencyEntityDataSet.

GetAPBatchStatus(Guid, String, Guid)

Gets the AP batch status.

Declaration
Guid GetAPBatchStatus(Guid sessionID, string clientCultureName, Guid apBatchID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

Returns
Type Description
System.Guid

Guid.

GetAppSettingEntity(Guid, String, Guid, Byte[])

Gets the application setting entity.

Declaration
AppSettingEntityDataSet GetAppSettingEntity(Guid sessionID, string clientCultureName, Guid appSettingID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid appSettingID

The application setting identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AppSettingEntityDataSet

AppSettingEntityDataSet.

GetARBatchStatus(Guid, String, Guid)

Gets the AR batch status.

Declaration
Guid GetARBatchStatus(Guid sessionID, string clientCultureName, Guid arBatchID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

Returns
Type Description
System.Guid

Guid.

GetAreaEntity(Guid, String, Guid, Byte[])

Gets the area entity.

Declaration
AreaEntityDataSet GetAreaEntity(Guid sessionID, string clientCultureName, Guid areaID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid areaID

The area identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AreaEntityDataSet

AreaEntityDataSet.

GetAreaGroupEntity(Guid, String, Guid, Byte[])

Gets the area group entity.

Declaration
AreaGroupEntityDataSet GetAreaGroupEntity(Guid sessionID, string clientCultureName, Guid areaGroupID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid areaGroupID

The area group identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AreaGroupEntityDataSet

AreaGroupEntityDataSet.

GetAssetGroupEntity(Guid, String, Guid, Byte[])

Gets the asset group entity.

Declaration
AssetGroupEntityDataSet GetAssetGroupEntity(Guid sessionID, string clientCultureName, Guid assetGroupID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid assetGroupID

The asset group identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AssetGroupEntityDataSet

AssetGroupEntityDataSet.

GetAvailsExportEntity(Guid, String, Guid, Byte[])

Gets the avails export entity.

Declaration
AvailsExportEntityDataSet GetAvailsExportEntity(Guid sessionID, string clientCultureName, Guid availsExportID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid availsExportID

The avails export identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.AvailsExportEntityDataSet

AvailsExportEntityDataSet.

GetBinEntity(Guid, String, Guid, Byte[])

Gets the bin entity.

Declaration
BinEntityDataSet GetBinEntity(Guid sessionID, string clientCultureName, Guid binID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid binID

The bin identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.BinEntityDataSet

BinEntityDataSet.

GetBmsUserEntity(Guid, String, Guid, Byte[])

Gets the BMS user entity.

Declaration
BmsUserEntityDataSet GetBmsUserEntity(Guid sessionID, string clientCultureName, Guid bmsUserID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid bmsUserID

The BMS user identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserEntityDataSet

BmsUserEntityDataSet.

GetBmsUserEntityByUsername(Guid, String, String, Byte[])

Gets the BMS user entity by username.

Declaration
BmsUserEntityDataSet GetBmsUserEntityByUsername(Guid sessionID, string clientCultureName, string username, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String username

The username.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserEntityDataSet

BmsUserEntityDataSet.

GetBmsUserSearchEntity(Guid, String, Guid, Byte[])

Gets the BMS user search entity.

Declaration
BmsUserSearchEntityDataSet GetBmsUserSearchEntity(Guid sessionID, string clientCultureName, Guid bmsUserSearchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid bmsUserSearchID

The BMS user search identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserSearchEntityDataSet

BmsUserSearchEntityDataSet.

GetBmsUserSettingEntity(Guid, String, Guid, String, Byte[])

Gets the BMS user setting entity.

Declaration
BmsUserSettingEntityDataSet GetBmsUserSettingEntity(Guid sessionID, string clientCultureName, Guid bmsUserID, string controlName, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid bmsUserID

The BMS user identifier.

System.String controlName

Name of the control.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserSettingEntityDataSet

BmsUserSettingEntityDataSet.

GetBookingDiscountTypeEntity(Guid, String, Guid, Byte[])

Gets the booking discount type entity.

Declaration
BookingDiscountTypeEntityDataSet GetBookingDiscountTypeEntity(Guid sessionID, string clientCultureName, Guid BookingDiscountTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid BookingDiscountTypeID

The booking discount type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.BookingDiscountTypeEntityDataSet

BookingDiscountTypeEntityDataSet.

GetBookingOtherCostTypeEntity(Guid, String, Guid, Byte[])

Gets the booking other cost type entity.

Declaration
BookingOtherCostTypeEntityDataSet GetBookingOtherCostTypeEntity(Guid sessionID, string clientCultureName, Guid BookingOtherCostTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid BookingOtherCostTypeID

The booking other cost type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.BookingOtherCostTypeEntityDataSet

BookingOtherCostTypeEntityDataSet.

GetCampaignEntity(Guid, String, Guid, Byte[])

Gets the campaign entity.

Declaration
CampaignEntityDataSet GetCampaignEntity(Guid sessionID, string clientCultureName, Guid campaignID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid campaignID

The campaign identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.CampaignEntityDataSet

CampaignEntityDataSet.

GetCampaignProductEntity(Guid, String, Guid, Byte[])

Gets the campaign product entity.

Declaration
CampaignProductEntityDataSet GetCampaignProductEntity(Guid sessionID, string clientCultureName, Guid campaignProductID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid campaignProductID

The campaign product identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.CampaignProductEntityDataSet

CampaignProductEntityDataSet.

GetClientTypeEntity(Guid, String, Guid, Byte[])

Gets the client type entity.

Declaration
ClientTypeEntityDataSet GetClientTypeEntity(Guid sessionID, string clientCultureName, Guid clientTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid clientTypeID

The client type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.ClientTypeEntityDataSet

ClientTypeEntityDataSet.

GetCompanyEntity(Guid, String, Guid, Byte[])

Gets the company entity.

Declaration
CompanyEntityDataSet GetCompanyEntity(Guid sessionID, string clientCultureName, Guid companyID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid companyID

The company identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.CompanyEntityDataSet

CompanyEntityDataSet.

GetCompanyGLAccountEntity(Guid, String, Guid)

Gets the company GL account entity.

Declaration
CompanyGLAccountEntityDataSet GetCompanyGLAccountEntity(Guid sessionID, string clientCultureName, Guid companyID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid companyID

The company identifier.

Returns
Type Description
Ayuda.BMS.Entities.Models.CompanyGLAccountEntityDataSet

CompanyGLAccountEntityDataSet.

GetConsumerPriceIndexEntity(Guid, String, Guid, Byte[])

Gets the consumer price index entity.

Declaration
ConsumerPriceIndexEntityDataSet GetConsumerPriceIndexEntity(Guid sessionID, string clientCultureName, Guid consumerPriceIndexID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid consumerPriceIndexID

The consumer price index identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.ConsumerPriceIndexEntityDataSet

ConsumerPriceIndexEntityDataSet.

GetCornerEntity(Guid, String, Guid, Byte[])

Gets the corner entity.

Declaration
CornerEntityDataSet GetCornerEntity(Guid sessionID, string clientCultureName, Guid cornerID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid cornerID

The corner identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.CornerEntityDataSet

CornerEntityDataSet.

GetCountryEntity(Guid, String, Guid, Byte[])

Gets the country entity.

Declaration
CountryEntityDataSet GetCountryEntity(Guid sessionID, string clientCultureName, Guid countryID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid countryID

The country identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.CountryEntityDataSet

CountryEntityDataSet.

GetCreditReasonEntity(Guid, String, Guid, Byte[])

Gets the credit reason entity.

Declaration
CreditReasonEntityDataSet GetCreditReasonEntity(Guid sessionID, string clientCultureName, Guid CreditReasonID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid CreditReasonID

The credit reason identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.CreditReasonEntityDataSet

CreditReasonEntityDataSet.

GetDesignEntity(Guid, String, Guid, Byte[])

Gets the design entity.

Declaration
DesignEntityDataSet GetDesignEntity(Guid sessionID, string clientCultureName, Guid designID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid designID

The design identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.DesignEntityDataSet

DesignEntityDataSet.

GetDesignEntityByCampaign(Guid, String, Guid, Byte[])

Finds the the design entity by campaign.

Declaration
DesignEntityDataSet GetDesignEntityByCampaign(Guid sessionID, string clientCultureName, Guid campaignID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid campaignID

The campaign identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.DesignEntityDataSet

DesignEntityDataSet.

GetDesignRestrictionEntity(Guid, String, Guid, Byte[])

Gets the design restriction entity.

Declaration
DesignRestrictionEntityDataSet GetDesignRestrictionEntity(Guid sessionID, string clientCultureName, Guid designRestrictionID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid designRestrictionID

The design restriction identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.DesignRestrictionEntityDataSet

DesignRestrictionEntityDataSet.

GetDirectionFacingEntity(Guid, String, Guid, Byte[])

Gets the direction facing entity.

Declaration
DirectionFacingEntityDataSet GetDirectionFacingEntity(Guid sessionID, string clientCultureName, Guid directionFacingID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid directionFacingID

The direction facing identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.DirectionFacingEntityDataSet

DirectionFacingEntityDataSet.

GetDistanceUnitEntity(Guid, String, Guid, Byte[])

Gets the distance unit entity.

Declaration
DistanceUnitEntityDataSet GetDistanceUnitEntity(Guid sessionID, string clientCultureName, Guid distanceUnitID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid distanceUnitID

The distance unit identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.DistanceUnitEntityDataSet

DistanceUnitEntityDataSet.

GetFaceEntity(Guid, String, Guid)

Gets the face entity.

Declaration
FaceEntityDataSet GetFaceEntity(Guid sessionID, string clientCultureName, Guid faceID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceID

The face identifier.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceEntityDataSet

FaceEntityDataSet.

GetFaceGLAccountEntities(Guid, String, List<Guid>)

Gets the face GL account entities.

Declaration
FaceGLAccountEntityDataSet GetFaceGLAccountEntities(Guid sessionID, string clientCultureName, List<Guid> faceIDs)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Collections.Generic.List<System.Guid> faceIDs

The face i ds.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceGLAccountEntityDataSet

FaceGLAccountEntityDataSet.

GetFaceGLAccountEntity(Guid, String, Guid)

Gets the face GL account entity.

Declaration
FaceGLAccountEntityDataSet GetFaceGLAccountEntity(Guid sessionID, string clientCultureName, Guid faceID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceID

The face identifier.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceGLAccountEntityDataSet

FaceGLAccountEntityDataSet.

GetFaceGroupEntity(Guid, String, Guid, Byte[])

Gets the face group entity.

Declaration
FaceGroupEntityDataSet GetFaceGroupEntity(Guid sessionID, string clientCultureName, Guid faceGroupID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceGroupID

The face group identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceGroupEntityDataSet

FaceGroupEntityDataSet.

GetFaceLocationTypeEntity(Guid, String, Guid, Byte[])

Gets the face location type entity.

Declaration
FaceLocationTypeEntityDataSet GetFaceLocationTypeEntity(Guid sessionID, string clientCultureName, Guid faceLocationTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceLocationTypeID

The face location type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceLocationTypeEntityDataSet

FaceLocationTypeEntityDataSet.

GetFaceSizeEntity(Guid, String, Guid, Byte[])

Gets the face size entity.

Declaration
FaceSizeEntityDataSet GetFaceSizeEntity(Guid sessionID, string clientCultureName, Guid faceSizeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceSizeID

The face size identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceSizeEntityDataSet

FaceSizeEntityDataSet.

GetFaceSizeGroupEntity(Guid, String, Guid, Byte[])

Gets the face size group entity.

Declaration
FaceSizeGroupEntityDataSet GetFaceSizeGroupEntity(Guid sessionID, string clientCultureName, Guid faceSizeGroupID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceSizeGroupID

The face size group identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceSizeGroupEntityDataSet

FaceSizeGroupEntityDataSet.

GetFLABEntity(Guid, String, Guid, Byte[])

Gets the FLAB entity.

Declaration
FLABEntityDataSet GetFLABEntity(Guid sessionID, string clientCultureName, Guid FLABID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid FLABID

The FLAB ID.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FLABEntityDataSet

FLABEntityDataSet.

GetFLABExecutionTypeEntity(Guid, String, Guid, Byte[])

Gets the FLAB execution type entity.

Declaration
FLABExecutionTypeEntityDataSet GetFLABExecutionTypeEntity(Guid sessionID, string clientCultureName, Guid FLABExecutionTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid FLABExecutionTypeID

The FLAB execution type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FLABExecutionTypeEntityDataSet

FLABExecutionTypeEntityDataSet.

GetFleetEntity(Guid, String, Guid, Byte[])

Gets the fleet entity.

Declaration
FleetEntityDataSet GetFleetEntity(Guid sessionID, string clientCultureName, Guid fleetID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid fleetID

The fleet identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FleetEntityDataSet

FleetEntityDataSet.

GetFrameTypeEntity(Guid, String, Guid, Byte[])

Gets the frame type entity.

Declaration
FrameTypeEntityDataSet GetFrameTypeEntity(Guid sessionID, string clientCultureName, Guid frameTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid frameTypeID

The frame type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.FrameTypeEntityDataSet

FrameTypeEntityDataSet.

GetGeoDataEntity(Guid, String, Guid, Byte[])

Gets the geo data entity.

Declaration
GeoDataEntityDataSet GetGeoDataEntity(Guid sessionID, string clientCultureName, Guid geoDataID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid geoDataID

The geo data identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.GeoDataEntityDataSet

GeoDataEntityDataSet.

GetGeoDataEntityAll(Guid, String, Byte[])

Gets all the geo data entities.

Declaration
GeoDataEntityDataSet GetGeoDataEntityAll(Guid sessionID, string clientCultureName, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.GeoDataEntityDataSet

GeoDataEntityDataSet.

GetGLAccountCampaignEntities(Guid, String, List<List<EntityPrimaryKeyItem>>)

Gets the GL account campaign entities.

Declaration
GLAccountCampaignEntityDataSet GetGLAccountCampaignEntities(Guid sessionID, string clientCultureName, List<List<EntityPrimaryKeyItem>> ids)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Collections.Generic.List<System.Collections.Generic.List<Ayuda.BMS.Shared.EntityPrimaryKeyItem>> ids

The ids.

Returns
Type Description
Ayuda.BMS.Entities.Models.GLAccountCampaignEntityDataSet

GLAccountCampaignEntityDataSet.

GetGLAccountCampaignEntity(Guid, String, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>)

Gets the GL account campaign entity.

Declaration
GLAccountCampaignEntityDataSet GetGLAccountCampaignEntity(Guid sessionID, string clientCultureName, Guid? companyID, Guid? officeID, Guid? mediaTypeGroupID, Guid? mediaTypeID, Guid? salesMarketID, Guid? purchaseTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Nullable<System.Guid> companyID

The company identifier.

System.Nullable<System.Guid> officeID

The office identifier.

System.Nullable<System.Guid> mediaTypeGroupID

The media type group identifier.

System.Nullable<System.Guid> mediaTypeID

The media type identifier.

System.Nullable<System.Guid> salesMarketID

The sales market identifier.

System.Nullable<System.Guid> purchaseTypeID

The purchase type identifier.

Returns
Type Description
Ayuda.BMS.Entities.Models.GLAccountCampaignEntityDataSet

GLAccountCampaignEntityDataSet.

GetGLAccountEntity(Guid, String, Guid, Byte[])

Gets the GL account entity.

Declaration
GLAccountEntityDataSet GetGLAccountEntity(Guid sessionID, string clientCultureName, Guid glAccountID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid glAccountID

The GL account identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.GLAccountEntityDataSet

GLAccountEntityDataSet.

GetIlluminationTypeEntity(Guid, String, Guid, Byte[])

Gets the illumination type entity.

Declaration
IlluminationTypeEntityDataSet GetIlluminationTypeEntity(Guid sessionID, string clientCultureName, Guid illuminationTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid illuminationTypeID

The illumination type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.IlluminationTypeEntityDataSet

IlluminationTypeEntityDataSet.

GetInactiveReasonEntity(Guid, String, Guid, Byte[])

Gets the inactive reason entity.

Declaration
InactiveReasonEntityDataSet GetInactiveReasonEntity(Guid sessionID, string clientCultureName, Guid inactiveReasonID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid inactiveReasonID

The inactive reason identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.InactiveReasonEntityDataSet

InactiveReasonEntityDataSet.

GetInvoiceCollectionEntity(Guid, String, Guid, Byte[])

Gets the invoice collection entity.

Declaration
InvoiceCollectionEntityDataSet GetInvoiceCollectionEntity(Guid sessionID, string clientCultureName, Guid invoiceID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid invoiceID

The invoice identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.InvoiceCollectionEntityDataSet

InvoiceCollectionEntityDataSet.

GetInvoiceTermEntity(Guid, String, Guid, Byte[])

Gets the invoice term entity.

Declaration
InvoiceTermEntityDataSet GetInvoiceTermEntity(Guid sessionID, string clientCultureName, Guid InvoiceTermID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid InvoiceTermID

The invoice term identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.InvoiceTermEntityDataSet

InvoiceTermEntityDataSet.

GetLastTransferredInvoiceScheduleTime(Guid, String, Guid)

Determines the last invoice schedule date transferred for a given company

Declaration
DateTime GetLastTransferredInvoiceScheduleTime(Guid sessionID, string clientCultureName, Guid companyID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid companyID

The company ID for which we are checking the invoice dates.

Returns
Type Description
System.DateTime

The last invoice schedule date transferred for that company, or DateTime.MinValue otherwise

GetLeaseAdditionalExpenseTypeEntity(Guid, String, Guid, Byte[])

Gets the lease additional expense type entity.

Declaration
LeaseAdditionalExpenseTypeEntityDataSet GetLeaseAdditionalExpenseTypeEntity(Guid sessionID, string clientCultureName, Guid leaseAdditionalExpenseTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid leaseAdditionalExpenseTypeID

The lease additional expense type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.LeaseAdditionalExpenseTypeEntityDataSet

LeaseAdditionalExpenseTypeEntityDataSet.

GetLeaseEntity(Guid, String, Guid, Byte[])

Gets the lease entity.

Declaration
LeaseEntityDataSet GetLeaseEntity(Guid sessionID, string clientCultureName, Guid leaseID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid leaseID

The lease identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.LeaseEntityDataSet

LeaseEntityDataSet.

GetLeaseTemplateEntity(Guid, String, Guid, Byte[])

Gets the lease template entity.

Declaration
LeaseTemplateEntityDataSet GetLeaseTemplateEntity(Guid sessionID, string clientCultureName, Guid leaseTemplateID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid leaseTemplateID

The lease template identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.LeaseTemplateEntityDataSet

LeaseTemplateEntityDataSet.

GetLessorEntity(Guid, String, Guid, Byte[])

Gets the lessor entity.

Declaration
LessorEntityDataSet GetLessorEntity(Guid sessionID, string clientCultureName, Guid lessorID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid lessorID

The lessor identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.LessorEntityDataSet

LessorEntityDataSet.

GetLocationTypeEntity(Guid, String, Guid, Byte[])

Gets the location type entity.

Declaration
LocationTypeEntityDataSet GetLocationTypeEntity(Guid sessionID, string clientCultureName, Guid locationTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid locationTypeID

The location type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.LocationTypeEntityDataSet

LocationTypeEntityDataSet.

GetLocationTypeValueEntity(Guid, String, Guid, Byte[])

Gets the location type value entity.

Declaration
LocationTypeValueEntityDataSet GetLocationTypeValueEntity(Guid sessionID, string clientCultureName, Guid locationTypeValueID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid locationTypeValueID

The location type value identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.LocationTypeValueEntityDataSet

LocationTypeValueEntityDataSet.

GetMapEntity(Guid, String, Guid, Byte[])

Gets the map entity.

Declaration
MapEntityDataSet GetMapEntity(Guid sessionID, string clientCultureName, Guid mapID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid mapID

The map identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.MapEntityDataSet

MapEntityDataSet.

GetMaterialEntity(Guid, String, Guid, Byte[])

Gets the material entity.

Declaration
MaterialEntityDataSet GetMaterialEntity(Guid sessionID, string clientCultureName, Guid materialID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid materialID

The material identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.MaterialEntityDataSet

MaterialEntityDataSet.

GetMediaTypeEntity(Guid, String, Guid, Byte[])

Gets the media type entity.

Declaration
MediaTypeEntityDataSet GetMediaTypeEntity(Guid sessionID, string clientCultureName, Guid mediaTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid mediaTypeID

The media type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.MediaTypeEntityDataSet

MediaTypeEntityDataSet.

GetMediaTypeGroupEntity(Guid, String, Guid, Byte[])

Gets the media type group entity.

Declaration
MediaTypeGroupEntityDataSet GetMediaTypeGroupEntity(Guid sessionID, string clientCultureName, Guid mediaTypeGroupID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid mediaTypeGroupID

The media type group identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.MediaTypeGroupEntityDataSet

MediaTypeGroupEntityDataSet.

GetNecessaryPostingDateAdjustments(Guid, String, String)

Determine changes to be made to existings postings to eliminate overlaps with tentative postings.

Declaration
ConflictingPostingListDataSet GetNecessaryPostingDateAdjustments(Guid sessionID, string clientCultureName, string tentativePostingsXml)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String tentativePostingsXml

Definition of tentative postings.

Returns
Type Description
Ayuda.BMS.Lists.Models.ConflictingPostingListDataSet

ConflictingPostingListDataSet.

GetNetworkEntity(Guid, String, Guid, Byte[])

Gets the network entity.

Declaration
NetworkEntityDataSet GetNetworkEntity(Guid sessionID, string clientCultureName, Guid networkID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid networkID

The network identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.NetworkEntityDataSet

NetworkEntityDataSet.

GetObjectiveCriteriaDefinitionEntity(Guid, String, Guid, Byte[])

Gets the objective criteria definition entity.

Declaration
ObjectiveCriteriaDefinitionEntityDataSet GetObjectiveCriteriaDefinitionEntity(Guid sessionID, string clientCultureName, Guid objectiveCriteriaDefinitionID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid objectiveCriteriaDefinitionID

The objective criteria definition identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.ObjectiveCriteriaDefinitionEntityDataSet

ObjectiveCriteriaDefinitionEntityDataSet.

GetOperationExpenseTypeEntity(Guid, String, Guid, Byte[])

Gets the operation expense type entity.

Declaration
OperationExpenseTypeEntityDataSet GetOperationExpenseTypeEntity(Guid sessionID, string clientCultureName, Guid operationExpenseTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid operationExpenseTypeID

The operation expense type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.OperationExpenseTypeEntityDataSet

OperationExpenseTypeEntityDataSet.

GetOpsTaskEntities(Guid, String, String)

Gets the ops task entities.

Declaration
OpsTaskEntityDataSet GetOpsTaskEntities(Guid sessionID, string clientCultureName, string opsTaskXml)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String opsTaskXml

The ops task XML.

Returns
Type Description
Ayuda.BMS.Entities.Models.OpsTaskEntityDataSet

OpsTaskEntityDataSet.

GetOpsTaskEntity(Guid, String, Guid)

Gets the ops task entity.

Declaration
OpsTaskEntityDataSet GetOpsTaskEntity(Guid sessionID, string clientCultureName, Guid opsTaskID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid opsTaskID

The ops task identifier.

Returns
Type Description
Ayuda.BMS.Entities.Models.OpsTaskEntityDataSet

OpsTaskEntityDataSet.

GetOpsTaskEntityListBySalesContract(Guid, String, Guid)

Gets the ops task entity list by sales contract.

Declaration
OpsTaskEntityDataSet GetOpsTaskEntityListBySalesContract(Guid sessionID, string clientCultureName, Guid salesContractID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractID

The sales contract identifier.

Returns
Type Description
Ayuda.BMS.Entities.Models.OpsTaskEntityDataSet

OpsTaskEntityDataSet.

GetOpsTaskSubTypeEntity(Guid, String, Guid, Byte[])

Gets the ops task sub type entity.

Declaration
OpsTaskSubTypeEntityDataSet GetOpsTaskSubTypeEntity(Guid sessionID, string clientCultureName, Guid opsTaskSubTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid opsTaskSubTypeID

The ops task sub type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.OpsTaskSubTypeEntityDataSet

OpsTaskSubTypeEntityDataSet.

GetPhotoEntityByCampaign(Guid, String, Guid, Int32, Int32, Byte[], Boolean)

Gets the photo entity by campaign.

Declaration
PhotoEntityDataSet GetPhotoEntityByCampaign(Guid sessionID, string clientCultureName, Guid campaignID, int maxWidth, int maxHeight, byte[] timeStamp, bool lazyLoad)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid campaignID

The campaign identifier.

System.Int32 maxWidth

The maximum width.

System.Int32 maxHeight

The maximum height.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

System.Boolean lazyLoad

if set to true then lazy-load the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PhotoEntityDataSet

PhotoEntityDataSet.

GetPhotoEntityByDesignSelection(Guid, String, Guid, Int32, Int32, Byte[], Boolean)

Gets the photo entity by design selection.

Declaration
PhotoEntityDataSet GetPhotoEntityByDesignSelection(Guid sessionID, string clientCultureName, Guid designSelectionID, int maxWidth, int maxHeight, byte[] timeStamp, bool lazyLoad)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid designSelectionID

The design selection identifier.

System.Int32 maxWidth

The maximum width.

System.Int32 maxHeight

The maximum height.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

System.Boolean lazyLoad

if set to true then lazy-load the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PhotoEntityDataSet

PhotoEntityDataSet.

GetPhotoEntityByFace(Guid, String, Guid, Int32, Int32, DateTime, DateTime, Byte[], Boolean)

Gets the photo entity by face.

Declaration
PhotoEntityDataSet GetPhotoEntityByFace(Guid sessionID, string clientCultureName, Guid faceID, int maxWidth, int maxHeight, DateTime rangeStart, DateTime rangeEnd, byte[] timeStamp, bool lazyLoad)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceID

The face identifier.

System.Int32 maxWidth

The maximum width.

System.Int32 maxHeight

The maximum height.

System.DateTime rangeStart

The range start.

System.DateTime rangeEnd

The range end.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

System.Boolean lazyLoad

if set to true then lazy-load the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PhotoEntityDataSet

PhotoEntityDataSet.

GetPhotoEntityByOpsTask(Guid, String, Guid, Int32, Int32, Byte[], Boolean)

Gets the photo entity by ops task.

Declaration
PhotoEntityDataSet GetPhotoEntityByOpsTask(Guid sessionID, string clientCultureName, Guid opsTaskID, int maxWidth, int maxHeight, byte[] timeStamp, bool lazyLoad)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid opsTaskID

The ops task identifier.

System.Int32 maxWidth

The maximum width.

System.Int32 maxHeight

The maximum height.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

System.Boolean lazyLoad

if set to true then lazy-load the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PhotoEntityDataSet

PhotoEntityDataSet.

GetPhotoEntityBySalesContractItem(Guid, String, Guid, Int32, Int32, Byte[], Boolean)

Gets the photo entity by sales contract item.

Declaration
PhotoEntityDataSet GetPhotoEntityBySalesContractItem(Guid sessionID, string clientCultureName, Guid salesContractItemID, int maxWidth, int maxHeight, byte[] timeStamp, bool lazyLoad)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractItemID

The sales contract item identifier.

System.Int32 maxWidth

The maximum width.

System.Int32 maxHeight

The maximum height.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

System.Boolean lazyLoad

if set to true then lazy-load the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PhotoEntityDataSet

PhotoEntityDataSet.

GetPhotoEntityPhotosByXml(Guid, String, String, Int32, Int32)

Gets the photo entity photos by XML.

Declaration
PhotoEntityDataSet GetPhotoEntityPhotosByXml(Guid sessionID, string clientCultureName, string xml, int maxWidth, int maxHeight)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String xml

The XML.

System.Int32 maxWidth

The maximum width.

System.Int32 maxHeight

The maximum height.

Returns
Type Description
Ayuda.BMS.Entities.Models.PhotoEntityDataSet

PhotoEntityDataSet.

GetPlantEntity(Guid, String, Guid, Byte[])

Gets the plant entity.

Declaration
PlantEntityDataSet GetPlantEntity(Guid sessionID, string clientCultureName, Guid plantID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid plantID

The plant identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.PlantEntityDataSet

PlantEntityDataSet.

GetPositionEntity(Guid, String, Guid, Byte[])

Gets the position entity.

Declaration
PositionEntityDataSet GetPositionEntity(Guid sessionID, string clientCultureName, Guid positionID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid positionID

The position identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.PositionEntityDataSet

PositionEntityDataSet.

GetPositionTypeEntity(Guid, String, Guid, Byte[])

Gets the position type entity.

Declaration
PositionTypeEntityDataSet GetPositionTypeEntity(Guid sessionID, string clientCultureName, Guid PositionTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid PositionTypeID

The position type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.PositionTypeEntityDataSet

PositionTypeEntityDataSet.

GetPostingCompanyEntity(Guid, String, Guid, Byte[])

Gets the posting company entity.

Declaration
PostingCompanyEntityDataSet GetPostingCompanyEntity(Guid sessionID, string clientCultureName, Guid postingCompanyID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid postingCompanyID

The posting company identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.PostingCompanyEntityDataSet

PostingCompanyEntityDataSet.

GetPropertyEntity(Guid, String, Guid, Byte[])

Gets the attribute entity.

Declaration
PropertyEntityDataSet GetPropertyEntity(Guid sessionID, string clientCultureName, Guid facePropertyID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid facePropertyID

The face attribute identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.PropertyEntityDataSet

PropertyEntityDataSet.

GetReasonLateEntity(Guid, String, Guid, Byte[])

Gets the reason late entity.

Declaration
ReasonLateEntityDataSet GetReasonLateEntity(Guid sessionID, string clientCultureName, Guid reasonLateID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid reasonLateID

The reason late identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.ReasonLateEntityDataSet

ReasonLateEntityDataSet.

GetReasonLateEntityAll(Guid, String, Byte[])

Gets all the reason late entities.

Declaration
ReasonLateEntityDataSet GetReasonLateEntityAll(Guid sessionID, string clientCultureName, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.ReasonLateEntityDataSet

ReasonLateEntityDataSet.

GetRejectionReasonEntity(Guid, String, Guid, Byte[])

Gets the rejection reason entity.

Declaration
RejectionReasonEntityDataSet GetRejectionReasonEntity(Guid sessionID, string clientCultureName, Guid rejectionReasonID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid rejectionReasonID

The rejection reason identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.RejectionReasonEntityDataSet

RejectionReasonEntityDataSet.

GetRejectionReasonEntityAll(Guid, String, Byte[])

Gets all the rejection reason entities.

Declaration
RejectionReasonEntityDataSet GetRejectionReasonEntityAll(Guid sessionID, string clientCultureName, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.RejectionReasonEntityDataSet

RejectionReasonEntityDataSet.

GetRetiredReasonEntity(Guid, String, Guid, Byte[])

Gets the retired reason entity.

Declaration
RetiredReasonEntityDataSet GetRetiredReasonEntity(Guid sessionID, string clientCultureName, Guid retiredReasonID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid retiredReasonID

The retired reason identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.RetiredReasonEntityDataSet

RetiredReasonEntityDataSet.

GetSalesContractDiscountTypeEntity(Guid, String, Guid, Byte[])

Gets the sales contract discount type entity.

Declaration
SalesContractDiscountTypeEntityDataSet GetSalesContractDiscountTypeEntity(Guid sessionID, string clientCultureName, Guid salesContractDiscountTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractDiscountTypeID

The sales contract discount type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractDiscountTypeEntityDataSet

SalesContractDiscountTypeEntityDataSet.

GetSalesContractEntity(Guid, String, Guid, Byte[])

Gets the sales contract entity.

Declaration
SalesContractEntityDataSet GetSalesContractEntity(Guid sessionID, string clientCultureName, Guid salesContractID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractID

The sales contract identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractEntityDataSet

SalesContractEntityDataSet.

GetSalesContractEntityByNumber(Guid, String, String, Byte[])

Gets the sales contract entity by number.

Declaration
SalesContractEntityDataSet GetSalesContractEntityByNumber(Guid sessionID, string clientCultureName, string salesContractNumber, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String salesContractNumber

The sales contract number.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractEntityDataSet

SalesContractEntityDataSet.

GetSalesContractItemBusinessTypeEntity(Guid, String, Guid, Byte[])

Gets the sales contract item business type entity.

Declaration
ReferenceDataEntityDataSet GetSalesContractItemBusinessTypeEntity(Guid sessionID, string clientCultureName, Guid referenceDataID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid referenceDataID

The sales contract item business type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.ReferenceDataEntityDataSet

ReferenceDataEntityDataSet.

GetSalesContractOtherCostTypeEntity(Guid, String, Guid, Byte[])

Gets the sales contract other cost type entity.

Declaration
SalesContractOtherCostTypeEntityDataSet GetSalesContractOtherCostTypeEntity(Guid sessionID, string clientCultureName, Guid salesContractOtherCostTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractOtherCostTypeID

The sales contract other cost type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractOtherCostTypeEntityDataSet

SalesContractOtherCostTypeEntityDataSet.

GetSalesContractPassword(Guid, String, Guid)

Gets the sales contract password.

Declaration
string GetSalesContractPassword(Guid sessionID, string clientCultureName, Guid salesContractID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractID

The sales contract identifier.

Returns
Type Description
System.String

System.String.

GetSalesContractRenewalTypeEntity(Guid, String, Guid, Byte[])

Gets the sales contract renewal type entity.

Declaration
SalesContractRenewalTypeEntityDataSet GetSalesContractRenewalTypeEntity(Guid sessionID, string clientCultureName, Guid salesContractRenewalTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractRenewalTypeID

The sales contract renewal type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractRenewalTypeEntityDataSet

SalesContractRenewalTypeEntityDataSet.

GetSalesContractTypeEntity(Guid, String, Guid, Byte[])

Gets the sales contract type entity.

Declaration
SalesContractTypeEntityDataSet GetSalesContractTypeEntity(Guid sessionID, string clientCultureName, Guid salesContractTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractTypeID

The sales contract type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractTypeEntityDataSet

SalesContractTypeEntityDataSet.

GetSalesMarketEntity(Guid, String, Guid, Byte[])

Gets the sales market entity.

Declaration
SalesMarketEntityDataSet GetSalesMarketEntity(Guid sessionID, string clientCultureName, Guid salesMarketID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesMarketID

The sales market identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesMarketEntityDataSet

SalesMarketEntityDataSet.

GetSiteTypeEntity(Guid, String, Guid, Byte[])

Gets the site type entity.

Declaration
SiteTypeEntityDataSet GetSiteTypeEntity(Guid sessionID, string clientCultureName, Guid siteTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid siteTypeID

The site type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.SiteTypeEntityDataSet

SiteTypeEntityDataSet.

GetStateEntity(Guid, String, Guid, Byte[])

Gets the state entity.

Declaration
StateEntityDataSet GetStateEntity(Guid sessionID, string clientCultureName, Guid stateID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid stateID

The state identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.StateEntityDataSet

StateEntityDataSet.

GetStructureTypeEntity(Guid, String, Guid, Byte[])

Gets the structure type entity.

Declaration
StructureTypeEntityDataSet GetStructureTypeEntity(Guid sessionID, string clientCultureName, Guid structureTypeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid structureTypeID

The structure type identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.StructureTypeEntityDataSet

StructureTypeEntityDataSet.

GetTaxCodeEntity(Guid, String, Guid, Byte[])

Gets the tax code entity.

Declaration
TaxCodeEntityDataSet GetTaxCodeEntity(Guid sessionID, string clientCultureName, Guid taxCodeID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid taxCodeID

The tax code identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.TaxCodeEntityDataSet

TaxCodeEntityDataSet.

GetTaxEntity(Guid, String, Guid, Byte[])

Gets the tax entity.

Declaration
TaxEntityDataSet GetTaxEntity(Guid sessionID, string clientCultureName, Guid taxID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid taxID

The tax identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.TaxEntityDataSet

TaxEntityDataSet.

GetUtilityAccountEntity(Guid, String, Guid, Byte[])

Gets the utility account entity.

Declaration
UtilityAccountEntityDataSet GetUtilityAccountEntity(Guid sessionID, string clientCultureName, Guid UtilityAccountID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid UtilityAccountID

The utility account identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.UtilityAccountEntityDataSet

UtilityAccountEntityDataSet.

GetUtilityAccountPaymentEntity(Guid, String, Guid, Byte[])

Gets the utility account payment entity.

Declaration
UtilityAccountPaymentEntityDataSet GetUtilityAccountPaymentEntity(Guid sessionID, string clientCultureName, Guid UtilityAccountPaymentID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid UtilityAccountPaymentID

The utility account payment identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.UtilityAccountPaymentEntityDataSet

UtilityAccountPaymentEntityDataSet.

GetVehicleCategoryEntity(Guid, String, Guid, Byte[])

Gets the vehicle category entity.

Declaration
VehicleCategoryEntityDataSet GetVehicleCategoryEntity(Guid sessionID, string clientCultureName, Guid vehicleCategoryID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid vehicleCategoryID

The vehicle category identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.VehicleCategoryEntityDataSet

VehicleCategoryEntityDataSet.

GetVendorEntity(Guid, String, Guid, Byte[])

Gets the vendor entity.

Declaration
VendorEntityDataSet GetVendorEntity(Guid sessionID, string clientCultureName, Guid vendorID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid vendorID

The vendor identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
Ayuda.BMS.Entities.Models.VendorEntityDataSet

VendorEntityDataSet.

IsAddressTypeUsed(Guid, String, Guid)

Determines whether the address type is used in the system.

Declaration
bool IsAddressTypeUsed(Guid sessionID, string clientCultureName, Guid addressTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid addressTypeID

The address type identifier.

Returns
Type Description
System.Boolean

true if address type is used; otherwise, false.

IsAdvertiserCategoryUsed(Guid, String, Guid)

Determines whether the advertiser category is used in the system.

Declaration
bool IsAdvertiserCategoryUsed(Guid sessionID, string clientCultureName, Guid advertiserCategoryID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid advertiserCategoryID

The advertiser category identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsAdvertiserUsed(Guid, String, Guid)

Determines whether the advertiser is used in the system.

Declaration
bool IsAdvertiserUsed(Guid sessionID, string clientCultureName, Guid advertiserID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid advertiserID

The advertiser identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsAgencyUsed(Guid, String, Guid)

Determines whether the agency is used in the system.

Declaration
bool IsAgencyUsed(Guid sessionID, string clientCultureName, Guid agencyID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid agencyID

The agency identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsAPBatchDirty(Guid, String, Guid)

Determines whether the AP batch is dirty.

Declaration
bool IsAPBatchDirty(Guid sessionID, string clientCultureName, Guid apBatchID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

Returns
Type Description
System.Boolean

true if the AP batch is dirty; otherwise, false.

IsARBatchDirty(Guid, String, Guid)

Determines whether the AR batch is used in the system.

Declaration
bool IsARBatchDirty(Guid sessionID, string clientCultureName, Guid arBatchID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

Returns
Type Description
System.Boolean

true if the AR batch is dirty; otherwise, false.

IsAreaGroupUsed(Guid, String, Guid)

Determines whether the area group is used in the system.

Declaration
bool IsAreaGroupUsed(Guid sessionID, string clientCultureName, Guid areaGroupID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid areaGroupID

The area group identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsAreaUsed(Guid, String, Guid)

Determines whether the area is used in the system.

Declaration
bool IsAreaUsed(Guid sessionID, string clientCultureName, Guid areaID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid areaID

The area identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsAssetGroupUsed(Guid, String, Guid)

Determines whether the asset group is used in the system.

Declaration
bool IsAssetGroupUsed(Guid sessionID, string clientCultureName, Guid assetGroupID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid assetGroupID

The asset group identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsBinUsed(Guid, String, Guid)

Determines whether the bin is used in the system.

Declaration
bool IsBinUsed(Guid sessionID, string clientCultureName, Guid binID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid binID

The bin identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsBmsUserUsed(Guid, String, Guid)

Determines whether the BMS User is used in the system.

Declaration
bool IsBmsUserUsed(Guid sessionID, string clientCultureName, Guid bmsUserID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid bmsUserID

The BMS user identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsBookingDiscountTypeUsed(Guid, String, Guid)

Determines whether booking discount type is used in the system.

Declaration
bool IsBookingDiscountTypeUsed(Guid sessionID, string clientCultureName, Guid BookingDiscountTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid BookingDiscountTypeID

The booking discount type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsBookingOtherCostTypeUsed(Guid, String, Guid)

Determines whether booking other cost type is used in the system.

Declaration
bool IsBookingOtherCostTypeUsed(Guid sessionID, string clientCultureName, Guid BookingOtherCostTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid BookingOtherCostTypeID

The booking other cost type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsCampaignProductUsed(Guid, String, Guid)

Determines whether the campaign product is used in the system.

Declaration
bool IsCampaignProductUsed(Guid sessionID, string clientCultureName, Guid campaignProductID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid campaignProductID

The campaign product identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsClientTypeUsed(Guid, String, Guid)

Determines whether the client type is used in the system.

Declaration
bool IsClientTypeUsed(Guid sessionID, string clientCultureName, Guid clientTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid clientTypeID

The client type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsCompanyUsed(Guid, String, Guid)

Determines whether the company/division is used in the system.

Declaration
bool IsCompanyUsed(Guid sessionID, string clientCultureName, Guid companyID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid companyID

The company identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsCornerUsed(Guid, String, Guid)

Determines whether the corner is used in the system.

Declaration
bool IsCornerUsed(Guid sessionID, string clientCultureName, Guid cornerID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid cornerID

The corner identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsCountryUsed(Guid, String, Guid)

Determines whether the country is used in the system.

Declaration
bool IsCountryUsed(Guid sessionID, string clientCultureName, Guid countryID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid countryID

The country identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsCreditReasonUsed(Guid, String, Guid)

Determines whether the credit reason is used in the system.

Declaration
bool IsCreditReasonUsed(Guid sessionID, string clientCultureName, Guid CreditReasonID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid CreditReasonID

The credit reason identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsDesignRestrictionUsed(Guid, String, Guid)

Determines whether the design restriction is used in the system.

Declaration
bool IsDesignRestrictionUsed(Guid sessionID, string clientCultureName, Guid designRestrictionID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid designRestrictionID

The design restriction identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsDesignUsed(Guid, String, Guid)

Determines whether the design is used in the system.

Declaration
bool IsDesignUsed(Guid sessionID, string clientCultureName, Guid designID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid designID

The design identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsDirectionFacingUsed(Guid, String, Guid)

Determines whether the direction facing is used in the system.

Declaration
bool IsDirectionFacingUsed(Guid sessionID, string clientCultureName, Guid directionFacingID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid directionFacingID

The direction facing identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsDistanceUnitUsed(Guid, String, Guid)

Determines whether the distance unit is used in the system.

Declaration
bool IsDistanceUnitUsed(Guid sessionID, string clientCultureName, Guid distanceUnitID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid distanceUnitID

The distance unit identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFaceGroupUsed(Guid, String, Guid)

Determines whether the face group is used in the system.

Declaration
bool IsFaceGroupUsed(Guid sessionID, string clientCultureName, Guid faceGroupID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceGroupID

The face group identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFaceLocationTypeUsed(Guid, String, Guid)

Determines whether the face location type is used in the system.

Declaration
bool IsFaceLocationTypeUsed(Guid sessionID, string clientCultureName, Guid faceLocationTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceLocationTypeID

The face location type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFaceNumberUsed(Guid, String, String, Guid, Guid)

Determines whether the face number is used in the system.

Declaration
bool IsFaceNumberUsed(Guid sessionID, string clientCultureName, string faceNumber, Guid siteID, Guid faceID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String faceNumber

The face number.

System.Guid siteID

The site identifier.

System.Guid faceID

The face identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFaceSizeGroupUsed(Guid, String, Guid)

Determines whether the face size group is used in the system.

Declaration
bool IsFaceSizeGroupUsed(Guid sessionID, string clientCultureName, Guid faceSizeGroupID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceSizeGroupID

The face size group identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFaceSizeUsed(Guid, String, Guid)

Determines whether the face size is used in the system.

Declaration
bool IsFaceSizeUsed(Guid sessionID, string clientCultureName, Guid faceSizeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceSizeID

The face size identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFaceUsed(Guid, String, Guid)

Determines whether the face is used in the system.

Declaration
bool IsFaceUsed(Guid sessionID, string clientCultureName, Guid faceID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceID

The face identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFLABExecutionTypeUsed(Guid, String, Guid)

Determines whether the FLAB execution type is used in the system.

Declaration
bool IsFLABExecutionTypeUsed(Guid sessionID, string clientCultureName, Guid FLABExecutionTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid FLABExecutionTypeID

The FLAB execution type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFleetUsed(Guid, String, Guid)

Determines whether the fleet is used in the system.

Declaration
bool IsFleetUsed(Guid sessionID, string clientCultureName, Guid fleetID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid fleetID

The fleet identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsFrameTypeUsed(Guid, String, Guid)

Determines whether the frame type is used in the system.

Declaration
bool IsFrameTypeUsed(Guid sessionID, string clientCultureName, Guid frameTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid frameTypeID

The frame type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsIlluminationTypeUsed(Guid, String, Guid)

Determines whether the illumination is used in the system.

Declaration
bool IsIlluminationTypeUsed(Guid sessionID, string clientCultureName, Guid illuminationTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid illuminationTypeID

The illumination type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsInactiveReasonUsed(Guid, String, Guid)

Determines whether the inactive reason is used in the system.

Declaration
bool IsInactiveReasonUsed(Guid sessionID, string clientCultureName, Guid inactiveReasonID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid inactiveReasonID

The inactive reason identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsInvoiceTermUsed(Guid, String, Guid)

Determines whether the invoice term is used in the system.

Declaration
bool IsInvoiceTermUsed(Guid sessionID, string clientCultureName, Guid InvoiceTermID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid InvoiceTermID

The invoice term identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsLeaseAdditionalExpenseTypeUsed(Guid, String, Guid)

Determines whether the lease additional expense type is used in the system.

Declaration
bool IsLeaseAdditionalExpenseTypeUsed(Guid sessionID, string clientCultureName, Guid leaseAdditionalExpenseTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid leaseAdditionalExpenseTypeID

The lease additional expense type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsLocationTypeUsed(Guid, String, Guid)

Determines whether the location type is used in the system.

Declaration
bool IsLocationTypeUsed(Guid sessionID, string clientCultureName, Guid locationTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid locationTypeID

The location type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsLocationTypeValueUsed(Guid, String, Guid)

Determines whether the location type is used in the system.

Declaration
bool IsLocationTypeValueUsed(Guid sessionID, string clientCultureName, Guid locationTypeValueID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid locationTypeValueID

The location type value identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsMaterialUsed(Guid, String, Guid)

Determines whether the material is used in the system.

Declaration
bool IsMaterialUsed(Guid sessionID, string clientCultureName, Guid materialID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid materialID

The material identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsMediaTypeGroupUsed(Guid, String, Guid)

Determines whether the media type group is used in the system.

Declaration
bool IsMediaTypeGroupUsed(Guid sessionID, string clientCultureName, Guid mediaTypeGroupID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid mediaTypeGroupID

The media type group identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsMediaTypeUsed(Guid, String, Guid)

Determines whether the media type is used in the system.

Declaration
bool IsMediaTypeUsed(Guid sessionID, string clientCultureName, Guid mediaTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid mediaTypeID

The media type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsNetworkUsed(Guid, String, Guid)

Determines whether the network is used in the system.

Declaration
bool IsNetworkUsed(Guid sessionID, string clientCultureName, Guid networkID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid networkID

The network identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsOperationExpenseTypeUsed(Guid, String, Guid)

Determines whether the operation expense type is used in the system.

Declaration
bool IsOperationExpenseTypeUsed(Guid sessionID, string clientCultureName, Guid operationExpenseTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid operationExpenseTypeID

The operation expense type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsOpsTaskSubTypeUsed(Guid, String, Guid)

Determines whether the ops task sub type is used in the system.

Declaration
bool IsOpsTaskSubTypeUsed(Guid sessionID, string clientCultureName, Guid opsTaskSubTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid opsTaskSubTypeID

The ops task sub type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsPlantUsed(Guid, String, Guid)

Determines whether the plant is used in the system.

Declaration
bool IsPlantUsed(Guid sessionID, string clientCultureName, Guid plantID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid plantID

The plant identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsPositionTypeUsed(Guid, String, Guid)

Determines whether the position type is used in the system.

Declaration
bool IsPositionTypeUsed(Guid sessionID, string clientCultureName, Guid PositionTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid PositionTypeID

The position type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsPositionUsed(Guid, String, Guid)

Determines whether the position is used in the system.

Declaration
bool IsPositionUsed(Guid sessionID, string clientCultureName, Guid positionID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid positionID

The position identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsPostingCompanyUsed(Guid, String, Guid)

Determines whether the posting company is used in the system.

Declaration
bool IsPostingCompanyUsed(Guid sessionID, string clientCultureName, Guid postingCompanyID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid postingCompanyID

The posting company identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsPropertyUsed(Guid, String, Guid)

Determines whether the attribute is used in the system.

Declaration
bool IsPropertyUsed(Guid sessionID, string clientCultureName, Guid facePropertyID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid facePropertyID

The face attribute identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsReasonLateUsed(Guid, String, Guid)

Determines the reason late is used in the system.

Declaration
bool IsReasonLateUsed(Guid sessionID, string clientCultureName, Guid reasonLateID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid reasonLateID

The reason late identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsRejectionReasonUsed(Guid, String, Guid)

Determines whether the rejection reason is used in the system.

Declaration
bool IsRejectionReasonUsed(Guid sessionID, string clientCultureName, Guid rejectionReasonID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid rejectionReasonID

The rejection reason identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsRetiredReasonUsed(Guid, String, Guid)

Determines the retired reason is used in the system.

Declaration
bool IsRetiredReasonUsed(Guid sessionID, string clientCultureName, Guid retiredReasonID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid retiredReasonID

The retired reason identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsSalesContractDiscountTypeUsed(Guid, String, Guid)

Determines the sales contract discount type is used in the system.

Declaration
bool IsSalesContractDiscountTypeUsed(Guid sessionID, string clientCultureName, Guid salesContractDiscountTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractDiscountTypeID

The sales contract discount type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsSalesContractItemBusinessTypeUsed(Guid, String, Guid)

Determines whether the sales contract item business type is used in the system.

Declaration
bool IsSalesContractItemBusinessTypeUsed(Guid sessionID, string clientCultureName, Guid salesContractBusinessTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractBusinessTypeID

The sales contract item business type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsSalesContractOtherCostTypeUsed(Guid, String, Guid)

Determines whether the sales contract is used in the system.

Declaration
bool IsSalesContractOtherCostTypeUsed(Guid sessionID, string clientCultureName, Guid salesContractOtherCostTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractOtherCostTypeID

The sales contract other cost type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsSalesContractRenewalTypeUsed(Guid, String, Guid)

Determines the sales contract renewal type is used in the system.

Declaration
bool IsSalesContractRenewalTypeUsed(Guid sessionID, string clientCultureName, Guid salesContractRenewalTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractRenewalTypeID

The sales contract renewal type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsSalesContractTypeUsed(Guid, String, Guid)

Determines whether the sales contract is used in the system.

Declaration
bool IsSalesContractTypeUsed(Guid sessionID, string clientCultureName, Guid salesContractTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractTypeID

The sales contract type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsSalesMarketUsed(Guid, String, Guid)

Determines whether the sales market is used in the system.

Declaration
bool IsSalesMarketUsed(Guid sessionID, string clientCultureName, Guid salesMarketID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesMarketID

The sales market identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsSiteTypeUsed(Guid, String, Guid)

Determines whether the site type is used in the system.

Declaration
bool IsSiteTypeUsed(Guid sessionID, string clientCultureName, Guid siteTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid siteTypeID

The site type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsStateUsed(Guid, String, Guid)

Determines whether the state is used in the system.

Declaration
bool IsStateUsed(Guid sessionID, string clientCultureName, Guid stateID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid stateID

The state identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsStructureTypeUsed(Guid, String, Guid)

Determines whether the structure is used in the system.

Declaration
bool IsStructureTypeUsed(Guid sessionID, string clientCultureName, Guid structureTypeID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid structureTypeID

The structure type identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsUtilityAccountUsed(Guid, String, Guid)

Determines whether the utility account is used in the system.

Declaration
bool IsUtilityAccountUsed(Guid sessionID, string clientCultureName, Guid UtilityAccountID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid UtilityAccountID

The utility account identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsVehicleCategoryUsed(Guid, String, Guid)

Determines whether the vehicle category is used in the system.

Declaration
bool IsVehicleCategoryUsed(Guid sessionID, string clientCultureName, Guid vehicleCategoryID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid vehicleCategoryID

The vehicle category identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

IsVendorUsed(Guid, String, Guid)

Determines whether the vendor is used in the system.

Declaration
bool IsVendorUsed(Guid sessionID, string clientCultureName, Guid vendorID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid vendorID

The vendor identifier.

Returns
Type Description
System.Boolean

true if entity is used in the system; otherwise, false.

NewBmsUserEntity(Guid, String)

Creates a new BMS user entity.

Declaration
BmsUserEntityDataSet NewBmsUserEntity(Guid sessionID, string clientCultureName)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserEntityDataSet

BmsUserEntityDataSet.

RefreshCreativeContent(Guid, String)

Refreshes the content of designs that are set to update automatically.

Declaration
bool RefreshCreativeContent(Guid sessionID, string clientCultureName)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Returns
Type Description
System.Boolean

true if successful; otherwise, false.

ReGenerateAPBatch(Guid, String, Guid, Nullable<DateTime>, DateTime, Nullable<DateTime>, String, Boolean, Boolean, Nullable<Int32>, Byte[])

Generates or re-generates the AP batch.

Declaration
byte[] ReGenerateAPBatch(Guid sessionID, string clientCultureName, Guid apBatchID, DateTime? generateStartDate, DateTime generateEndDate, DateTime? checkDate, string prefix, bool generateLeasePayments, bool generateUtilityPayments, int? checkStartingNumber, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Nullable<System.DateTime> generateStartDate

The generation start date.

System.DateTime generateEndDate

The generation end date.

System.Nullable<System.DateTime> checkDate
System.String prefix

The prefix.

System.Boolean generateLeasePayments

if set to true, generate lease payments.

System.Boolean generateUtilityPayments

if set to true, generate utility payments.

System.Nullable<System.Int32> checkStartingNumber
System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

ReGenerateARBatch(Guid, String, Guid, Nullable<DateTime>, DateTime, String, String, Byte[])

Generates or re-generates the AR batch.

Declaration
byte[] ReGenerateARBatch(Guid sessionID, string clientCultureName, Guid arBatchID, DateTime? generateStartDate, DateTime generateEndDate, string prefix, string filtersXml, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.Nullable<System.DateTime> generateStartDate

The generation start date.

System.DateTime generateEndDate

The generation end date.

System.String prefix

The prefix.

System.String filtersXml

The filters in xml format.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

RenumberChecks(Guid, String, Guid, Guid, String, Boolean)

Renumber checks

Declaration
void RenumberChecks(Guid sessionID, string clientCultureName, Guid apBatchID, Guid leasePaymentID, string newCheckNumber, bool renumberSubsequentChecks)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Guid leasePaymentID

The Lease Payment identifier.

System.String newCheckNumber
System.Boolean renumberSubsequentChecks

ReplaceAdvertiser(Guid, String, Guid, Guid)

Replaces the advertiser.

Declaration
bool ReplaceAdvertiser(Guid sessionID, string clientCultureName, Guid advertiserID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid advertiserID

The advertiser identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceAdvertiserCategory(Guid, String, Guid, Guid)

Replaces the advertiser category.

Declaration
bool ReplaceAdvertiserCategory(Guid sessionID, string clientCultureName, Guid advertiserCategoryID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid advertiserCategoryID

The advertiser category identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceAgency(Guid, String, Guid, Guid)

Replaces the agency.

Declaration
bool ReplaceAgency(Guid sessionID, string clientCultureName, Guid agencyID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid agencyID

The agency identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceArea(Guid, String, Guid, Guid)

Replaces the area.

Declaration
bool ReplaceArea(Guid sessionID, string clientCultureName, Guid areaID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid areaID

The area identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceAreaGroup(Guid, String, Guid, Guid)

Replaces the area group.

Declaration
bool ReplaceAreaGroup(Guid sessionID, string clientCultureName, Guid areaGroupID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid areaGroupID

The area group identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceAssetGroup(Guid, String, Guid, Guid)

Replaces the asset group.

Declaration
bool ReplaceAssetGroup(Guid sessionID, string clientCultureName, Guid assetGroupID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid assetGroupID

The asset group identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceBin(Guid, String, Guid, Guid)

Replaces the bin.

Declaration
bool ReplaceBin(Guid sessionID, string clientCultureName, Guid binID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid binID

The bin identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceBmsUser(Guid, String, Guid, Guid)

Replaces the BMS user.

Declaration
bool ReplaceBmsUser(Guid sessionID, string clientCultureName, Guid BmsUserID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid BmsUserID

The BMS user identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceBookingDiscountType(Guid, String, Guid, Guid)

Replaces the type of the booking discount.

Declaration
bool ReplaceBookingDiscountType(Guid sessionID, string clientCultureName, Guid BookingDiscountTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid BookingDiscountTypeID

The booking discount type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceBookingOtherCostType(Guid, String, Guid, Guid)

Replaces the type of the booking other cost.

Declaration
bool ReplaceBookingOtherCostType(Guid sessionID, string clientCultureName, Guid BookingOtherCostTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid BookingOtherCostTypeID

The booking other cost type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceClientType(Guid, String, Guid, Guid)

Replaces the type of the client.

Declaration
bool ReplaceClientType(Guid sessionID, string clientCultureName, Guid clientTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid clientTypeID

The client type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceCompany(Guid, String, Guid, Guid)

Replaces the company.

Declaration
bool ReplaceCompany(Guid sessionID, string clientCultureName, Guid companyID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid companyID

The company identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceCorner(Guid, String, Guid, Guid)

Replaces the corner.

Declaration
bool ReplaceCorner(Guid sessionID, string clientCultureName, Guid cornerID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid cornerID

The corner identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceCountry(Guid, String, Guid, Guid)

Replaces the country.

Declaration
bool ReplaceCountry(Guid sessionID, string clientCultureName, Guid countryID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid countryID

The country identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceCreditReason(Guid, String, Guid, Guid)

Replaces the credit reason.

Declaration
bool ReplaceCreditReason(Guid sessionID, string clientCultureName, Guid CreditReasonID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid CreditReasonID

The credit reason identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceDesign(Guid, String, Guid, Guid)

Replaces the design.

Declaration
bool ReplaceDesign(Guid sessionID, string clientCultureName, Guid designID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid designID

The design identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceDesignRestriction(Guid, String, Guid, Guid)

Replaces the design restriction.

Declaration
bool ReplaceDesignRestriction(Guid sessionID, string clientCultureName, Guid designRestrictionID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid designRestrictionID

The design restriction identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceDirectionFacing(Guid, String, Guid, Guid)

Replaces the direction facing.

Declaration
bool ReplaceDirectionFacing(Guid sessionID, string clientCultureName, Guid directionFacingID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid directionFacingID

The direction facing identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceDistanceUnit(Guid, String, Guid, Guid)

Replaces the distance unit.

Declaration
bool ReplaceDistanceUnit(Guid sessionID, string clientCultureName, Guid distanceUnitID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid distanceUnitID

The distance unit identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceFaceGroup(Guid, String, Guid, Guid)

Replaces the face group.

Declaration
bool ReplaceFaceGroup(Guid sessionID, string clientCultureName, Guid faceGroupID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceGroupID

The face group identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceFaceLocationType(Guid, String, Guid, Guid)

Replaces the type of the face location.

Declaration
bool ReplaceFaceLocationType(Guid sessionID, string clientCultureName, Guid faceLocationTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceLocationTypeID

The face location type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceFaceSize(Guid, String, Guid, Guid)

Replaces the size of the face.

Declaration
bool ReplaceFaceSize(Guid sessionID, string clientCultureName, Guid faceSizeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceSizeID

The face size identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceFaceSizeGroup(Guid, String, Guid, Guid)

Replaces the face size group.

Declaration
bool ReplaceFaceSizeGroup(Guid sessionID, string clientCultureName, Guid faceSizeGroupID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid faceSizeGroupID

The face size group identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceFLABExecutionType(Guid, String, Guid, Guid)

Replaces the type of the FLAB execution.

Declaration
bool ReplaceFLABExecutionType(Guid sessionID, string clientCultureName, Guid FLABExecutionTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid FLABExecutionTypeID

The FLAB execution type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceIlluminationType(Guid, String, Guid, Guid)

Replaces the type of the illumination.

Declaration
bool ReplaceIlluminationType(Guid sessionID, string clientCultureName, Guid illuminationTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid illuminationTypeID

The illumination type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceInactiveReason(Guid, String, Guid, Guid)

Replaces the inactive reason.

Declaration
bool ReplaceInactiveReason(Guid sessionID, string clientCultureName, Guid inactiveReasonID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid inactiveReasonID

The inactive reason identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceInvoiceTerm(Guid, String, Guid, Guid)

Replaces the invoice term.

Declaration
bool ReplaceInvoiceTerm(Guid sessionID, string clientCultureName, Guid InvoiceTermID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid InvoiceTermID

The invoice term identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceLeaseAdditionalExpenseType(Guid, String, Guid, Guid)

Replaces the type of the lease additional expense.

Declaration
bool ReplaceLeaseAdditionalExpenseType(Guid sessionID, string clientCultureName, Guid leaseAdditionalExpenseTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid leaseAdditionalExpenseTypeID

The lease additional expense type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceLocationType(Guid, String, Guid, Guid)

Replaces the type of the location.

Declaration
bool ReplaceLocationType(Guid sessionID, string clientCultureName, Guid locationTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid locationTypeID

The location type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceLocationTypeValue(Guid, String, Guid, Guid)

Replaces the location type value.

Declaration
bool ReplaceLocationTypeValue(Guid sessionID, string clientCultureName, Guid locationTypeValueID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid locationTypeValueID

The location type value identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceMaterial(Guid, String, Guid, Guid)

Replaces the material.

Declaration
bool ReplaceMaterial(Guid sessionID, string clientCultureName, Guid materialID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid materialID

The material identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceMediaType(Guid, String, Guid, Guid)

Replaces the type of the media.

Declaration
bool ReplaceMediaType(Guid sessionID, string clientCultureName, Guid mediaTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid mediaTypeID

The media type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceMediaTypeGroup(Guid, String, Guid, Guid)

Replaces the media type group.

Declaration
bool ReplaceMediaTypeGroup(Guid sessionID, string clientCultureName, Guid mediaTypeGroupID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid mediaTypeGroupID

The media type group identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceNetwork(Guid, String, Guid, Guid)

Replaces the network.

Declaration
bool ReplaceNetwork(Guid sessionID, string clientCultureName, Guid networkID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid networkID

The network identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceOperationExpenseType(Guid, String, Guid, Guid)

Replaces the type of the operation expense.

Declaration
bool ReplaceOperationExpenseType(Guid sessionID, string clientCultureName, Guid operationExpenseTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid operationExpenseTypeID

The operation expense type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceOpsTaskSubType(Guid, String, Guid, Guid)

Replaces the type of the ops task sub.

Declaration
bool ReplaceOpsTaskSubType(Guid sessionID, string clientCultureName, Guid opsTaskSubTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid opsTaskSubTypeID

The ops task sub type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplacePlant(Guid, String, Guid, Guid)

Replaces the plant.

Declaration
bool ReplacePlant(Guid sessionID, string clientCultureName, Guid plantID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid plantID

The plant identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplacePosition(Guid, String, Guid, Guid)

Replaces the position.

Declaration
bool ReplacePosition(Guid sessionID, string clientCultureName, Guid positionID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid positionID

The position identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplacePositionType(Guid, String, Guid, Guid)

Replaces the type of the position.

Declaration
bool ReplacePositionType(Guid sessionID, string clientCultureName, Guid PositionTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid PositionTypeID

The position type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplacePostingCompany(Guid, String, Guid, Guid)

Replaces the posting company.

Declaration
bool ReplacePostingCompany(Guid sessionID, string clientCultureName, Guid postingCompanyID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid postingCompanyID

The posting company identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceProperty(Guid, String, Guid, Guid)

Replaces the attribute.

Declaration
bool ReplaceProperty(Guid sessionID, string clientCultureName, Guid facePropertyID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid facePropertyID

The face attribute identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceReasonLate(Guid, String, Guid, Guid)

Replaces the reason late.

Declaration
bool ReplaceReasonLate(Guid sessionID, string clientCultureName, Guid reasonLateID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid reasonLateID

The reason late identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceRejectionReason(Guid, String, Guid, Guid)

Replaces the rejection reason.

Declaration
bool ReplaceRejectionReason(Guid sessionID, string clientCultureName, Guid rejectionReasonID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid rejectionReasonID

The rejection reason identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceRetiredReason(Guid, String, Guid, Guid)

Replaces the retired reason.

Declaration
bool ReplaceRetiredReason(Guid sessionID, string clientCultureName, Guid retiredReasonID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid retiredReasonID

The retired reason identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceSalesContractDiscountType(Guid, String, Guid, Guid)

Replaces the type of the sales contract discount.

Declaration
bool ReplaceSalesContractDiscountType(Guid sessionID, string clientCultureName, Guid salesContractDiscountTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractDiscountTypeID

The sales contract discount type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceSalesContractItemBusinessType(Guid, String, Guid, Guid)

Replaces the type of the sales contract item business.

Declaration
bool ReplaceSalesContractItemBusinessType(Guid sessionID, string clientCultureName, Guid salesContractBusinessTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractBusinessTypeID

The sales contract item business type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceSalesContractOtherCostType(Guid, String, Guid, Guid)

Replaces the type of the sales contract other cost.

Declaration
bool ReplaceSalesContractOtherCostType(Guid sessionID, string clientCultureName, Guid salesContractOtherCostTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractOtherCostTypeID

The sales contract other cost type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceSalesContractRenewalType(Guid, String, Guid, Guid)

Replaces the type of the sales contract renewal.

Declaration
bool ReplaceSalesContractRenewalType(Guid sessionID, string clientCultureName, Guid salesContractRenewalTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractRenewalTypeID

The sales contract renewal type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceSalesContractType(Guid, String, Guid, Guid)

Replaces the type of the sales contract.

Declaration
bool ReplaceSalesContractType(Guid sessionID, string clientCultureName, Guid salesContractTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractTypeID

The sales contract type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceSalesMarket(Guid, String, Guid, Guid)

Replaces the sales market.

Declaration
bool ReplaceSalesMarket(Guid sessionID, string clientCultureName, Guid salesMarketID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesMarketID

The sales market identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceSiteType(Guid, String, Guid, Guid)

Replaces the type of the site.

Declaration
bool ReplaceSiteType(Guid sessionID, string clientCultureName, Guid siteTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid siteTypeID

The site type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceState(Guid, String, Guid, Guid)

Replaces the state.

Declaration
bool ReplaceState(Guid sessionID, string clientCultureName, Guid stateID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid stateID

The state identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceStructureType(Guid, String, Guid, Guid)

Replaces the type of the structure.

Declaration
bool ReplaceStructureType(Guid sessionID, string clientCultureName, Guid structureTypeID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid structureTypeID

The structure type identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

ReplaceVendor(Guid, String, Guid, Guid)

Replaces the vendor.

Declaration
bool ReplaceVendor(Guid sessionID, string clientCultureName, Guid vendorID, Guid idToReplace)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid vendorID

The vendor identifier.

System.Guid idToReplace

The replacement entity identifier.

Returns
Type Description
System.Boolean

true if entity replaced successfully, false otherwise.

SetAPBatchGenerating(Guid, String, Guid, Byte[])

Sets the AP batch as generating.

Declaration
byte[] SetAPBatchGenerating(Guid sessionID, string clientCultureName, Guid apBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetAPBatchPrinted(Guid, String, Guid, Byte[])

Sets the AP batch as printed.

Declaration
byte[] SetAPBatchPrinted(Guid sessionID, string clientCultureName, Guid apBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

SetAPBatchTransferAccepted(Guid, String, Guid, Byte[])

Sets the AP batch as transfer accepted.

Declaration
byte[] SetAPBatchTransferAccepted(Guid sessionID, string clientCultureName, Guid apBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetAPBatchTransferFailed(Guid, String, Guid, String, Byte[])

Sets the AP batch transfer as failed.

Declaration
byte[] SetAPBatchTransferFailed(Guid sessionID, string clientCultureName, Guid apBatchID, string errorMessage, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.String errorMessage

The error message.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetAPBatchTransferred(Guid, String, Guid, Byte[])

Sets the AP batch as transferred.

Declaration
byte[] SetAPBatchTransferred(Guid sessionID, string clientCultureName, Guid apBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetAPBatchTransferring(Guid, String, Guid, Byte[])

Sets the AP batch as transferring.

Declaration
byte[] SetAPBatchTransferring(Guid sessionID, string clientCultureName, Guid apBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid apBatchID

The AP batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetAppSettingValue(Guid, String, String, String)

Sets the application setting value.

Declaration
void SetAppSettingValue(Guid sessionID, string clientCultureName, string code, string value)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String code

The code.

System.String value

The value.

SetARBatchGenerating(Guid, String, Guid, Byte[])

Sets the AR batch as generating.

Declaration
byte[] SetARBatchGenerating(Guid sessionID, string clientCultureName, Guid arBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetARBatchGenerationFailed(Guid, String, Guid, String, Byte[])

Sets the AR batch as generation failed.

Declaration
byte[] SetARBatchGenerationFailed(Guid sessionID, string clientCultureName, Guid arBatchID, string errorMessage, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.String errorMessage

The error message.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetARBatchPrinted(Guid, String, Guid, Byte[])

Sets the AR batch as printed.

Declaration
byte[] SetARBatchPrinted(Guid sessionID, string clientCultureName, Guid arBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetARBatchTransferAccepted(Guid, String, Guid, Byte[])

Sets the AR batch as transfer accepted.

Declaration
byte[] SetARBatchTransferAccepted(Guid sessionID, string clientCultureName, Guid arBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetARBatchTransferFailed(Guid, String, Guid, String, Byte[])

Sets the AR batch as transfer failed.

Declaration
byte[] SetARBatchTransferFailed(Guid sessionID, string clientCultureName, Guid arBatchID, string errorMessage, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.String errorMessage

The error message.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetARBatchTransferred(Guid, String, Guid, Byte[])

Sets the AR batch as transferred.

Declaration
byte[] SetARBatchTransferred(Guid sessionID, string clientCultureName, Guid arBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetARBatchTransferring(Guid, String, Guid, Byte[])

Sets the AR batch as transferring.

Declaration
byte[] SetARBatchTransferring(Guid sessionID, string clientCultureName, Guid arBatchID, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid arBatchID

The AR batch identifier.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

Returns
Type Description
System.Byte[]

New batch timestamp.

SetSalesContractPassword(Guid, String, Guid, String)

Sets the sales contract password.

Declaration
void SetSalesContractPassword(Guid sessionID, string clientCultureName, Guid salesContractID, string password)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid salesContractID

The sales contract identifier.

System.String password

The password.

UpdateAddressTypeEntity(Guid, String, AddressTypeEntityDataSet)

Updates the address type entity.

Declaration
AddressTypeEntityDataSet UpdateAddressTypeEntity(Guid sessionID, string clientCultureName, AddressTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AddressTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AddressTypeEntityDataSet

AddressTypeEntityDataSet.

UpdateAdvertiserCategoryEntity(Guid, String, AdvertiserCategoryEntityDataSet)

Updates the advertiser category entity.

Declaration
AdvertiserCategoryEntityDataSet UpdateAdvertiserCategoryEntity(Guid sessionID, string clientCultureName, AdvertiserCategoryEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AdvertiserCategoryEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AdvertiserCategoryEntityDataSet

AdvertiserCategoryEntityDataSet.

UpdateAdvertiserEntity(Guid, String, AdvertiserEntityDataSet)

Updates the advertiser entity.

Declaration
AdvertiserEntityDataSet UpdateAdvertiserEntity(Guid sessionID, string clientCultureName, AdvertiserEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AdvertiserEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AdvertiserEntityDataSet

AdvertiserEntityDataSet.

UpdateAgencyEntity(Guid, String, AgencyEntityDataSet)

Updates the agency entity.

Declaration
AgencyEntityDataSet UpdateAgencyEntity(Guid sessionID, string clientCultureName, AgencyEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AgencyEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AgencyEntityDataSet

AgencyEntityDataSet.

UpdateAppSettingEntity(Guid, String, AppSettingEntityDataSet)

Updates the application setting entity.

Declaration
AppSettingEntityDataSet UpdateAppSettingEntity(Guid sessionID, string clientCultureName, AppSettingEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AppSettingEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AppSettingEntityDataSet

AppSettingEntityDataSet.

UpdateAreaEntity(Guid, String, AreaEntityDataSet)

Updates the area entity.

Declaration
AreaEntityDataSet UpdateAreaEntity(Guid sessionID, string clientCultureName, AreaEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AreaEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AreaEntityDataSet

AreaEntityDataSet.

UpdateAreaGroupEntity(Guid, String, AreaGroupEntityDataSet)

Updates the area group entity.

Declaration
AreaGroupEntityDataSet UpdateAreaGroupEntity(Guid sessionID, string clientCultureName, AreaGroupEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AreaGroupEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AreaGroupEntityDataSet

AreaGroupEntityDataSet.

UpdateAssetGroupEntity(Guid, String, AssetGroupEntityDataSet)

Updates the asset group entity.

Declaration
AssetGroupEntityDataSet UpdateAssetGroupEntity(Guid sessionID, string clientCultureName, AssetGroupEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AssetGroupEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AssetGroupEntityDataSet

AssetGroupEntityDataSet.

UpdateAvailsExportEntity(Guid, String, AvailsExportEntityDataSet)

Updates the avails export entity.

Declaration
AvailsExportEntityDataSet UpdateAvailsExportEntity(Guid sessionID, string clientCultureName, AvailsExportEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.AvailsExportEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.AvailsExportEntityDataSet

AvailsExportEntityDataSet.

UpdateAvailsService(Guid, String, String)

Finds available faces by pack list.

Declaration
void UpdateAvailsService(Guid sessionID, string clientCultureName, string xml)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.String xml

UpdateBinEntity(Guid, String, BinEntityDataSet)

Updates the bin entity.

Declaration
BinEntityDataSet UpdateBinEntity(Guid sessionID, string clientCultureName, BinEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.BinEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.BinEntityDataSet

BinEntityDataSet.

UpdateBmsUserBudgetEntity(Guid, String, BmsUserBudgetEntityDataSet)

Updates the BMS user budget entity.

Declaration
BmsUserBudgetEntityDataSet UpdateBmsUserBudgetEntity(Guid sessionID, string clientCultureName, BmsUserBudgetEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.BmsUserBudgetEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserBudgetEntityDataSet

BmsUserBudgetEntityDataSet.

UpdateBmsUserEntity(Guid, String, BmsUserEntityDataSet)

Updates the BMS user entity.

Declaration
BmsUserEntityDataSet UpdateBmsUserEntity(Guid sessionID, string clientCultureName, BmsUserEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.BmsUserEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserEntityDataSet

BmsUserEntityDataSet.

UpdateBmsUserSearchEntity(Guid, String, BmsUserSearchEntityDataSet)

Updates the BMS user search entity.

Declaration
BmsUserSearchEntityDataSet UpdateBmsUserSearchEntity(Guid sessionID, string clientCultureName, BmsUserSearchEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.BmsUserSearchEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserSearchEntityDataSet

BmsUserSearchEntityDataSet.

UpdateBmsUserSettingEntity(Guid, String, BmsUserSettingEntityDataSet)

Updates the BMS user setting entity.

Declaration
BmsUserSettingEntityDataSet UpdateBmsUserSettingEntity(Guid sessionID, string clientCultureName, BmsUserSettingEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.BmsUserSettingEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.BmsUserSettingEntityDataSet

BmsUserSettingEntityDataSet.

UpdateBookingDiscountTypeEntity(Guid, String, BookingDiscountTypeEntityDataSet)

Updates the booking discount type entity.

Declaration
BookingDiscountTypeEntityDataSet UpdateBookingDiscountTypeEntity(Guid sessionID, string clientCultureName, BookingDiscountTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.BookingDiscountTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.BookingDiscountTypeEntityDataSet

BookingDiscountTypeEntityDataSet.

UpdateBookingOtherCostTypeEntity(Guid, String, BookingOtherCostTypeEntityDataSet)

Updates the booking other cost type entity.

Declaration
BookingOtherCostTypeEntityDataSet UpdateBookingOtherCostTypeEntity(Guid sessionID, string clientCultureName, BookingOtherCostTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.BookingOtherCostTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.BookingOtherCostTypeEntityDataSet

BookingOtherCostTypeEntityDataSet.

UpdateCampaignEntity(Guid, String, CampaignEntityDataSet)

Updates the campaign entity.

Declaration
CampaignEntityDataSet UpdateCampaignEntity(Guid sessionID, string clientCultureName, CampaignEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CampaignEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CampaignEntityDataSet

CampaignEntityDataSet.

UpdateCampaignProductEntity(Guid, String, CampaignProductEntityDataSet)

Updates the campaign product entity.

Declaration
CampaignProductEntityDataSet UpdateCampaignProductEntity(Guid sessionID, string clientCultureName, CampaignProductEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CampaignProductEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CampaignProductEntityDataSet

CampaignProductEntityDataSet.

UpdateCampaignPublishStatus(Guid, String, Guid, Guid, Guid, String, Byte[])

Updates the campaign publish status.

Declaration
void UpdateCampaignPublishStatus(Guid sessionID, string clientCultureName, Guid campaignID, Guid publishStatusID, Guid rejectionStatusID, string rejectionNote, byte[] timeStamp)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Guid campaignID

The campaign identifier.

System.Guid publishStatusID

The publish status identifier.

System.Guid rejectionStatusID

The rejection status identifier.

System.String rejectionNote

The rejection note.

System.Byte[] timeStamp

Timestamp of the last previously retrieved entity or a byte array containing a zero.

UpdateChartingSelections(Guid, String, ChartingDataSet, Boolean, Boolean)

Updates the charting selections.

Declaration
string UpdateChartingSelections(Guid sessionID, string clientCultureName, ChartingDataSet ds, bool waitListBookings, bool allowPostingTrimming)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.ChartingDataSet ds

The dataset containing the entity.

System.Boolean waitListBookings

if set to true, wait list bookings.

System.Boolean allowPostingTrimming

if set to true, attempt to trim existing postings to fit updated ones.

Returns
Type Description
System.String

System.String.

UpdateClientTypeEntity(Guid, String, ClientTypeEntityDataSet)

Updates the client type entity.

Declaration
ClientTypeEntityDataSet UpdateClientTypeEntity(Guid sessionID, string clientCultureName, ClientTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.ClientTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.ClientTypeEntityDataSet

ClientTypeEntityDataSet.

UpdateCompanyBudgetEntity(Guid, String, CompanyBudgetEntityDataSet)

Updates the company budget entity.

Declaration
CompanyBudgetEntityDataSet UpdateCompanyBudgetEntity(Guid sessionID, string clientCultureName, CompanyBudgetEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CompanyBudgetEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CompanyBudgetEntityDataSet

CompanyBudgetEntityDataSet.

UpdateCompanyEntity(Guid, String, CompanyEntityDataSet)

Updates the company entity.

Declaration
CompanyEntityDataSet UpdateCompanyEntity(Guid sessionID, string clientCultureName, CompanyEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CompanyEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CompanyEntityDataSet

CompanyEntityDataSet.

UpdateCompanyGLAccountEntity(Guid, String, CompanyGLAccountEntityDataSet)

Updates the company GL account entity.

Declaration
CompanyGLAccountEntityDataSet UpdateCompanyGLAccountEntity(Guid sessionID, string clientCultureName, CompanyGLAccountEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CompanyGLAccountEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CompanyGLAccountEntityDataSet

CompanyGLAccountEntityDataSet.

UpdateConsumerPriceIndexEntity(Guid, String, ConsumerPriceIndexEntityDataSet)

Updates the consumer price index entity.

Declaration
ConsumerPriceIndexEntityDataSet UpdateConsumerPriceIndexEntity(Guid sessionID, string clientCultureName, ConsumerPriceIndexEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.ConsumerPriceIndexEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.ConsumerPriceIndexEntityDataSet

ConsumerPriceIndexEntityDataSet.

UpdateCornerEntity(Guid, String, CornerEntityDataSet)

Updates the corner entity.

Declaration
CornerEntityDataSet UpdateCornerEntity(Guid sessionID, string clientCultureName, CornerEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CornerEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CornerEntityDataSet

CornerEntityDataSet.

UpdateCountryEntity(Guid, String, CountryEntityDataSet)

Updates the country entity.

Declaration
CountryEntityDataSet UpdateCountryEntity(Guid sessionID, string clientCultureName, CountryEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CountryEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CountryEntityDataSet

CountryEntityDataSet.

UpdateCreditReasonEntity(Guid, String, CreditReasonEntityDataSet)

Updates the credit reason entity.

Declaration
CreditReasonEntityDataSet UpdateCreditReasonEntity(Guid sessionID, string clientCultureName, CreditReasonEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CreditReasonEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CreditReasonEntityDataSet

CreditReasonEntityDataSet.

UpdateCustomBudgetEntity(Guid, String, CustomBudgetEntityDataSet)

Updates the custom budget entity.

Declaration
CustomBudgetEntityDataSet UpdateCustomBudgetEntity(Guid sessionID, string clientCultureName, CustomBudgetEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.CustomBudgetEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.CustomBudgetEntityDataSet

CustomBudgetEntityDataSet.

UpdateDesignEntity(Guid, String, DesignEntityDataSet)

Updates the design entity.

Declaration
DesignEntityDataSet UpdateDesignEntity(Guid sessionID, string clientCultureName, DesignEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.DesignEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.DesignEntityDataSet

DesignEntityDataSet.

UpdateDesignRestrictionEntity(Guid, String, DesignRestrictionEntityDataSet)

Updates the design restriction entity.

Declaration
DesignRestrictionEntityDataSet UpdateDesignRestrictionEntity(Guid sessionID, string clientCultureName, DesignRestrictionEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.DesignRestrictionEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.DesignRestrictionEntityDataSet

DesignRestrictionEntityDataSet.

UpdateDesignSelectionPhoto(Guid, String, DesignSelectionPhoto)

Updates the design selection photo.

Declaration
byte[] UpdateDesignSelectionPhoto(Guid sessionID, string clientCultureName, DesignSelectionPhoto designSelectionPhoto)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Objects.DesignSelectionPhoto designSelectionPhoto

The design selection photo.

Returns
Type Description
System.Byte[]

New timestamp.

UpdateDesignSelectionVideo(Guid, String, DesignSelectionVideo)

Updates the design selection video.

Declaration
byte[] UpdateDesignSelectionVideo(Guid sessionID, string clientCultureName, DesignSelectionVideo designSelectionVideo)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Objects.DesignSelectionVideo designSelectionVideo

The design selection video.

Returns
Type Description
System.Byte[]

New timestamp.

UpdateDirectionFacingEntity(Guid, String, DirectionFacingEntityDataSet)

Updates the direction facing entity.

Declaration
DirectionFacingEntityDataSet UpdateDirectionFacingEntity(Guid sessionID, string clientCultureName, DirectionFacingEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.DirectionFacingEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.DirectionFacingEntityDataSet

DirectionFacingEntityDataSet.

UpdateDistanceUnitEntity(Guid, String, DistanceUnitEntityDataSet)

Updates the distance unit entity.

Declaration
DistanceUnitEntityDataSet UpdateDistanceUnitEntity(Guid sessionID, string clientCultureName, DistanceUnitEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.DistanceUnitEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.DistanceUnitEntityDataSet

DistanceUnitEntityDataSet.

UpdateDspContent(Guid, String)

Retrieves and update content for design from a DSP or through a VAST url.

Declaration
bool UpdateDspContent(Guid sessionID, string clientCultureName)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Returns
Type Description
System.Boolean

true if successful; otherwise, false.

UpdateFaceBudgetEntity(Guid, String, FaceBudgetEntityDataSet)

Updates the face budget entity.

Declaration
FaceBudgetEntityDataSet UpdateFaceBudgetEntity(Guid sessionID, string clientCultureName, FaceBudgetEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceBudgetEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceBudgetEntityDataSet

FaceBudgetEntityDataSet.

UpdateFaceEntity(Guid, String, FaceEntityDataSet)

Updates the face entity.

Declaration
FaceEntityDataSet UpdateFaceEntity(Guid sessionID, string clientCultureName, FaceEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceEntityDataSet

FaceEntityDataSet.

UpdateFaceGLAccountEntity(Guid, String, FaceGLAccountEntityDataSet)

Updates the face GL account entity.

Declaration
FaceGLAccountEntityDataSet UpdateFaceGLAccountEntity(Guid sessionID, string clientCultureName, FaceGLAccountEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceGLAccountEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceGLAccountEntityDataSet

FaceGLAccountEntityDataSet.

UpdateFaceGroupBudgetEntity(Guid, String, FaceGroupBudgetEntityDataSet)

Updates the media type group budget entity.

Declaration
FaceGroupBudgetEntityDataSet UpdateFaceGroupBudgetEntity(Guid sessionID, string clientCultureName, FaceGroupBudgetEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceGroupBudgetEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceGroupBudgetEntityDataSet

FaceGroupBudgetEntityDataSet.

UpdateFaceGroupEntity(Guid, String, FaceGroupEntityDataSet)

Updates the face group entity.

Declaration
FaceGroupEntityDataSet UpdateFaceGroupEntity(Guid sessionID, string clientCultureName, FaceGroupEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceGroupEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceGroupEntityDataSet

FaceGroupEntityDataSet.

UpdateFaceLocationTypeEntity(Guid, String, FaceLocationTypeEntityDataSet)

Updates the face location type entity.

Declaration
FaceLocationTypeEntityDataSet UpdateFaceLocationTypeEntity(Guid sessionID, string clientCultureName, FaceLocationTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceLocationTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceLocationTypeEntityDataSet

FaceLocationTypeEntityDataSet.

UpdateFaceSizeEntity(Guid, String, FaceSizeEntityDataSet)

Updates the face size entity.

Declaration
FaceSizeEntityDataSet UpdateFaceSizeEntity(Guid sessionID, string clientCultureName, FaceSizeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceSizeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceSizeEntityDataSet

FaceSizeEntityDataSet.

UpdateFaceSizeGroupEntity(Guid, String, FaceSizeGroupEntityDataSet)

Updates the face size group entity.

Declaration
FaceSizeGroupEntityDataSet UpdateFaceSizeGroupEntity(Guid sessionID, string clientCultureName, FaceSizeGroupEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FaceSizeGroupEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FaceSizeGroupEntityDataSet

FaceSizeGroupEntityDataSet.

UpdateFLABEntity(Guid, String, FLABEntityDataSet)

Updates the FLAB entity.

Declaration
FLABEntityDataSet UpdateFLABEntity(Guid sessionID, string clientCultureName, FLABEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FLABEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FLABEntityDataSet

FLABEntityDataSet.

UpdateFLABExecutionTypeEntity(Guid, String, FLABExecutionTypeEntityDataSet)

Updates the FLAB execution type entity.

Declaration
FLABExecutionTypeEntityDataSet UpdateFLABExecutionTypeEntity(Guid sessionID, string clientCultureName, FLABExecutionTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FLABExecutionTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FLABExecutionTypeEntityDataSet

FLABExecutionTypeEntityDataSet.

UpdateFleetEntity(Guid, String, FleetEntityDataSet)

Updates the fleet entity.

Declaration
FleetEntityDataSet UpdateFleetEntity(Guid sessionID, string clientCultureName, FleetEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FleetEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FleetEntityDataSet

FleetEntityDataSet.

UpdateFrameTypeEntity(Guid, String, FrameTypeEntityDataSet)

Updates the frame type entity.

Declaration
FrameTypeEntityDataSet UpdateFrameTypeEntity(Guid sessionID, string clientCultureName, FrameTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.FrameTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.FrameTypeEntityDataSet

FrameTypeEntityDataSet.

UpdateGeoDataEntity(Guid, String, GeoDataEntityDataSet)

Updates the geo data entity.

Declaration
GeoDataEntityDataSet UpdateGeoDataEntity(Guid sessionID, string clientCultureName, GeoDataEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.GeoDataEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.GeoDataEntityDataSet

GeoDataEntityDataSet.

UpdateGLAccountCampaignEntity(Guid, String, GLAccountCampaignEntityDataSet)

Updates the GL account campaign entity.

Declaration
GLAccountCampaignEntityDataSet UpdateGLAccountCampaignEntity(Guid sessionID, string clientCultureName, GLAccountCampaignEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.GLAccountCampaignEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.GLAccountCampaignEntityDataSet

GLAccountCampaignEntityDataSet.

UpdateGLAccountEntity(Guid, String, GLAccountEntityDataSet)

Updates the GL account entity.

Declaration
GLAccountEntityDataSet UpdateGLAccountEntity(Guid sessionID, string clientCultureName, GLAccountEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.GLAccountEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.GLAccountEntityDataSet

GLAccountEntityDataSet.

UpdateIlluminationTypeEntity(Guid, String, IlluminationTypeEntityDataSet)

Updates the illumination type entity.

Declaration
IlluminationTypeEntityDataSet UpdateIlluminationTypeEntity(Guid sessionID, string clientCultureName, IlluminationTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.IlluminationTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.IlluminationTypeEntityDataSet

IlluminationTypeEntityDataSet.

UpdateInactiveReasonEntity(Guid, String, InactiveReasonEntityDataSet)

Updates the inactive reason entity.

Declaration
InactiveReasonEntityDataSet UpdateInactiveReasonEntity(Guid sessionID, string clientCultureName, InactiveReasonEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.InactiveReasonEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.InactiveReasonEntityDataSet

InactiveReasonEntityDataSet.

UpdateInvoiceCollectionEntity(Guid, String, InvoiceCollectionEntityDataSet)

Updates the invoice collection entity.

Declaration
InvoiceCollectionEntityDataSet UpdateInvoiceCollectionEntity(Guid sessionID, string clientCultureName, InvoiceCollectionEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.InvoiceCollectionEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.InvoiceCollectionEntityDataSet

InvoiceCollectionEntityDataSet.

UpdateInvoiceTermEntity(Guid, String, InvoiceTermEntityDataSet)

Updates the invoice term entity.

Declaration
InvoiceTermEntityDataSet UpdateInvoiceTermEntity(Guid sessionID, string clientCultureName, InvoiceTermEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.InvoiceTermEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.InvoiceTermEntityDataSet

InvoiceTermEntityDataSet.

UpdateLeaseAdditionalExpenseTypeEntity(Guid, String, LeaseAdditionalExpenseTypeEntityDataSet)

Updates the lease additional expense type entity.

Declaration
LeaseAdditionalExpenseTypeEntityDataSet UpdateLeaseAdditionalExpenseTypeEntity(Guid sessionID, string clientCultureName, LeaseAdditionalExpenseTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.LeaseAdditionalExpenseTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.LeaseAdditionalExpenseTypeEntityDataSet

LeaseAdditionalExpenseTypeEntityDataSet.

UpdateLeaseEntity(Guid, String, LeaseEntityDataSet, Boolean)

Updates the lease entity.

Declaration
LeaseEntityDataSet UpdateLeaseEntity(Guid sessionID, string clientCultureName, LeaseEntityDataSet ds, bool recalculateEstimates)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.LeaseEntityDataSet ds

The dataset containing the entity.

System.Boolean recalculateEstimates

if set to true, recalculate the estimates.

Returns
Type Description
Ayuda.BMS.Entities.Models.LeaseEntityDataSet

LeaseEntityDataSet.

UpdateLeaseTemplateEntity(Guid, String, LeaseTemplateEntityDataSet)

Updates the lease template entity.

Declaration
LeaseTemplateEntityDataSet UpdateLeaseTemplateEntity(Guid sessionID, string clientCultureName, LeaseTemplateEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.LeaseTemplateEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.LeaseTemplateEntityDataSet

LeaseTemplateEntityDataSet.

UpdateLessorEntity(Guid, String, LessorEntityDataSet)

Updates the lessor entity.

Declaration
LessorEntityDataSet UpdateLessorEntity(Guid sessionID, string clientCultureName, LessorEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.LessorEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.LessorEntityDataSet

LessorEntityDataSet.

UpdateLocationTypeEntity(Guid, String, LocationTypeEntityDataSet)

Updates the location type entity.

Declaration
LocationTypeEntityDataSet UpdateLocationTypeEntity(Guid sessionID, string clientCultureName, LocationTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.LocationTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.LocationTypeEntityDataSet

LocationTypeEntityDataSet.

UpdateLocationTypeValueEntity(Guid, String, LocationTypeValueEntityDataSet)

Updates the location type value entity.

Declaration
LocationTypeValueEntityDataSet UpdateLocationTypeValueEntity(Guid sessionID, string clientCultureName, LocationTypeValueEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.LocationTypeValueEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.LocationTypeValueEntityDataSet

LocationTypeValueEntityDataSet.

UpdateMapEntity(Guid, String, MapEntityDataSet)

Updates the map entity.

Declaration
MapEntityDataSet UpdateMapEntity(Guid sessionID, string clientCultureName, MapEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.MapEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.MapEntityDataSet

MapEntityDataSet.

UpdateMaterialEntity(Guid, String, MaterialEntityDataSet)

Updates the material entity.

Declaration
MaterialEntityDataSet UpdateMaterialEntity(Guid sessionID, string clientCultureName, MaterialEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.MaterialEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.MaterialEntityDataSet

MaterialEntityDataSet.

UpdateMediaTypeEntity(Guid, String, MediaTypeEntityDataSet)

Updates the media type entity.

Declaration
MediaTypeEntityDataSet UpdateMediaTypeEntity(Guid sessionID, string clientCultureName, MediaTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.MediaTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.MediaTypeEntityDataSet

MediaTypeEntityDataSet.

UpdateMediaTypeGroupBudgetEntity(Guid, String, MediaTypeGroupBudgetEntityDataSet)

Updates the media type group budget entity.

Declaration
MediaTypeGroupBudgetEntityDataSet UpdateMediaTypeGroupBudgetEntity(Guid sessionID, string clientCultureName, MediaTypeGroupBudgetEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.MediaTypeGroupBudgetEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.MediaTypeGroupBudgetEntityDataSet

MediaTypeGroupBudgetEntityDataSet.

UpdateMediaTypeGroupEntity(Guid, String, MediaTypeGroupEntityDataSet)

Updates the media type group entity.

Declaration
MediaTypeGroupEntityDataSet UpdateMediaTypeGroupEntity(Guid sessionID, string clientCultureName, MediaTypeGroupEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.MediaTypeGroupEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.MediaTypeGroupEntityDataSet

MediaTypeGroupEntityDataSet.

UpdateMultipleFacesGLAccountEntity(Guid, String, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>)

Updates the multiple faces GL account entity.

Declaration
int UpdateMultipleFacesGLAccountEntity(Guid sessionID, string clientCultureName, Guid? mediaTypeID, Guid? areaID, Guid? siteID, Guid? incomeGLAccountID, Guid? accruedIncomeGLAccountID, Guid? deferredIncomeGLAccountID, Guid? agencyCommissionGLAccountID, Guid? expenseGLAccountID, Guid? accruedExpenseGLAccountID, Guid? deferredExpenseGLAccountID, Guid? accruedPercentageGLAccountID, Guid? accruedPercentageExpenseGLAccountID)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

System.Nullable<System.Guid> mediaTypeID

The media type identifier.

System.Nullable<System.Guid> areaID

The area identifier.

System.Nullable<System.Guid> siteID

The site identifier.

System.Nullable<System.Guid> incomeGLAccountID

The income GL account identifier.

System.Nullable<System.Guid> accruedIncomeGLAccountID

The accrued income GL account identifier.

System.Nullable<System.Guid> deferredIncomeGLAccountID

The deferred income GL account identifier.

System.Nullable<System.Guid> agencyCommissionGLAccountID

The agency commission GL account identifier.

System.Nullable<System.Guid> expenseGLAccountID

The expense GL account identifier.

System.Nullable<System.Guid> accruedExpenseGLAccountID

The accrued expense GL account identifier.

System.Nullable<System.Guid> deferredExpenseGLAccountID

The deferred expense GL account identifier.

System.Nullable<System.Guid> accruedPercentageGLAccountID

The accrued percentage GL account identifier.

System.Nullable<System.Guid> accruedPercentageExpenseGLAccountID

The accrued percentage expense GL account identifier.

Returns
Type Description
System.Int32

System.Int32.

UpdateNetworkEntity(Guid, String, NetworkEntityDataSet)

Updates the network entity.

Declaration
NetworkEntityDataSet UpdateNetworkEntity(Guid sessionID, string clientCultureName, NetworkEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.NetworkEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.NetworkEntityDataSet

NetworkEntityDataSet.

UpdateObjectiveCriteriaDefinitionEntity(Guid, String, ObjectiveCriteriaDefinitionEntityDataSet)

Updates the objective criteria definition entity.

Declaration
ObjectiveCriteriaDefinitionEntityDataSet UpdateObjectiveCriteriaDefinitionEntity(Guid sessionID, string clientCultureName, ObjectiveCriteriaDefinitionEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.ObjectiveCriteriaDefinitionEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.ObjectiveCriteriaDefinitionEntityDataSet

ObjectiveCriteriaDefinitionEntityDataSet.

UpdateOperationExpenseTypeEntity(Guid, String, OperationExpenseTypeEntityDataSet)

Updates the operation expense type entity.

Declaration
OperationExpenseTypeEntityDataSet UpdateOperationExpenseTypeEntity(Guid sessionID, string clientCultureName, OperationExpenseTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.OperationExpenseTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.OperationExpenseTypeEntityDataSet

OperationExpenseTypeEntityDataSet.

UpdateOpsTaskEntity(Guid, String, OpsTaskEntityDataSet, Boolean)

Updates the ops task entity.

Declaration
OpsTaskEntityDataSet UpdateOpsTaskEntity(Guid sessionID, string clientCultureName, OpsTaskEntityDataSet ds, bool manageDesignActivity)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.OpsTaskEntityDataSet ds

The dataset containing the entity.

System.Boolean manageDesignActivity

if set to true, allow managing design activity.

Returns
Type Description
Ayuda.BMS.Entities.Models.OpsTaskEntityDataSet

OpsTaskEntityDataSet.

UpdateOpsTasks(Guid, String, OpsTaskVisualSchedulingDataSet)

Updates the ops tasks.

Declaration
string UpdateOpsTasks(Guid sessionID, string clientCultureName, OpsTaskVisualSchedulingDataSet dset)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.OpsTaskVisualSchedulingDataSet dset

The dset.

Returns
Type Description
System.String

System.String.

UpdateOpsTaskSubTypeEntity(Guid, String, OpsTaskSubTypeEntityDataSet)

Updates the ops task sub type entity.

Declaration
OpsTaskSubTypeEntityDataSet UpdateOpsTaskSubTypeEntity(Guid sessionID, string clientCultureName, OpsTaskSubTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.OpsTaskSubTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.OpsTaskSubTypeEntityDataSet

OpsTaskSubTypeEntityDataSet.

UpdatePhotoEntity(Guid, String, PhotoEntityDataSet)

Updates the photo entity.

Declaration
PhotoEntityDataSet UpdatePhotoEntity(Guid sessionID, string clientCultureName, PhotoEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.PhotoEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PhotoEntityDataSet

PhotoEntityDataSet.

UpdatePlantEntity(Guid, String, PlantEntityDataSet)

Updates the plant entity.

Declaration
PlantEntityDataSet UpdatePlantEntity(Guid sessionID, string clientCultureName, PlantEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.PlantEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PlantEntityDataSet

PlantEntityDataSet.

UpdatePositionEntity(Guid, String, PositionEntityDataSet)

Updates the position entity.

Declaration
PositionEntityDataSet UpdatePositionEntity(Guid sessionID, string clientCultureName, PositionEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.PositionEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PositionEntityDataSet

PositionEntityDataSet.

UpdatePositionTypeEntity(Guid, String, PositionTypeEntityDataSet)

Updates the position type entity.

Declaration
PositionTypeEntityDataSet UpdatePositionTypeEntity(Guid sessionID, string clientCultureName, PositionTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.PositionTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PositionTypeEntityDataSet

PositionTypeEntityDataSet.

UpdatePostingCompanyEntity(Guid, String, PostingCompanyEntityDataSet)

Updates the posting company entity.

Declaration
PostingCompanyEntityDataSet UpdatePostingCompanyEntity(Guid sessionID, string clientCultureName, PostingCompanyEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.PostingCompanyEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PostingCompanyEntityDataSet

PostingCompanyEntityDataSet.

UpdatePropertyEntity(Guid, String, PropertyEntityDataSet)

Updates the attribute entity.

Declaration
PropertyEntityDataSet UpdatePropertyEntity(Guid sessionID, string clientCultureName, PropertyEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.PropertyEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.PropertyEntityDataSet

PropertyEntityDataSet.

UpdateReasonLateEntity(Guid, String, ReasonLateEntityDataSet)

Updates the reason late entity.

Declaration
ReasonLateEntityDataSet UpdateReasonLateEntity(Guid sessionID, string clientCultureName, ReasonLateEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.ReasonLateEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.ReasonLateEntityDataSet

ReasonLateEntityDataSet.

UpdateRejectionReasonEntity(Guid, String, RejectionReasonEntityDataSet)

Updates the rejection reason entity.

Declaration
RejectionReasonEntityDataSet UpdateRejectionReasonEntity(Guid sessionID, string clientCultureName, RejectionReasonEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.RejectionReasonEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.RejectionReasonEntityDataSet

RejectionReasonEntityDataSet.

UpdateRetiredReasonEntity(Guid, String, RetiredReasonEntityDataSet)

Updates the retired reason entity.

Declaration
RetiredReasonEntityDataSet UpdateRetiredReasonEntity(Guid sessionID, string clientCultureName, RetiredReasonEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.RetiredReasonEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.RetiredReasonEntityDataSet

RetiredReasonEntityDataSet.

UpdateSalesContractDesigns(Guid, String, OpsTaskVisualSchedulingDataSet)

Updates the sales contract designs.

Declaration
string UpdateSalesContractDesigns(Guid sessionID, string clientCultureName, OpsTaskVisualSchedulingDataSet dset)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.OpsTaskVisualSchedulingDataSet dset

The sales contract designs dataset.

Returns
Type Description
System.String

System.String.

UpdateSalesContractDiscountTypeEntity(Guid, String, SalesContractDiscountTypeEntityDataSet)

Updates the sales contract discount type entity.

Declaration
SalesContractDiscountTypeEntityDataSet UpdateSalesContractDiscountTypeEntity(Guid sessionID, string clientCultureName, SalesContractDiscountTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SalesContractDiscountTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractDiscountTypeEntityDataSet

SalesContractDiscountTypeEntityDataSet.

UpdateSalesContractEntity(Guid, String, SalesContractEntityDataSet, Boolean, Boolean)

Updates the sales contract entity.

Declaration
SalesContractEntityDataSet UpdateSalesContractEntity(Guid sessionID, string clientCultureName, SalesContractEntityDataSet ds, bool waitListBookings, bool allowPostingTrimming)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SalesContractEntityDataSet ds

The dataset containing the entity.

System.Boolean waitListBookings

if set to true, wait list bookings.

System.Boolean allowPostingTrimming

if set to true, attempt to trimming conflicting postings.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractEntityDataSet

SalesContractEntityDataSet.

UpdateSalesContractItemBusinessTypeEntity(Guid, String, ReferenceDataEntityDataSet)

Updates the sales contract item business type entity.

Declaration
ReferenceDataEntityDataSet UpdateSalesContractItemBusinessTypeEntity(Guid sessionID, string clientCultureName, ReferenceDataEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.ReferenceDataEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.ReferenceDataEntityDataSet

ReferenceDataEntityDataSet.

UpdateSalesContractItemPhoto(Guid, String, SalesContractItemPhoto)

Updates the sales contract item photo.

Declaration
byte[] UpdateSalesContractItemPhoto(Guid sessionID, string clientCultureName, SalesContractItemPhoto salesContractItemPhoto)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Objects.SalesContractItemPhoto salesContractItemPhoto

The sales contract item photo.

Returns
Type Description
System.Byte[]

New timestamp.

UpdateSalesContractOtherCostTypeEntity(Guid, String, SalesContractOtherCostTypeEntityDataSet)

Updates the sales contract other cost type entity.

Declaration
SalesContractOtherCostTypeEntityDataSet UpdateSalesContractOtherCostTypeEntity(Guid sessionID, string clientCultureName, SalesContractOtherCostTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SalesContractOtherCostTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractOtherCostTypeEntityDataSet

SalesContractOtherCostTypeEntityDataSet.

UpdateSalesContractRenewalTypeEntity(Guid, String, SalesContractRenewalTypeEntityDataSet)

Updates the sales contract renewal type entity.

Declaration
SalesContractRenewalTypeEntityDataSet UpdateSalesContractRenewalTypeEntity(Guid sessionID, string clientCultureName, SalesContractRenewalTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SalesContractRenewalTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractRenewalTypeEntityDataSet

SalesContractRenewalTypeEntityDataSet.

UpdateSalesContractTypeEntity(Guid, String, SalesContractTypeEntityDataSet)

Updates the sales contract type entity.

Declaration
SalesContractTypeEntityDataSet UpdateSalesContractTypeEntity(Guid sessionID, string clientCultureName, SalesContractTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SalesContractTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesContractTypeEntityDataSet

SalesContractTypeEntityDataSet.

UpdateSalesMarketEntity(Guid, String, SalesMarketEntityDataSet)

Updates the sales market entity.

Declaration
SalesMarketEntityDataSet UpdateSalesMarketEntity(Guid sessionID, string clientCultureName, SalesMarketEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SalesMarketEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.SalesMarketEntityDataSet

SalesMarketEntityDataSet.

UpdateSiteTypeEntity(Guid, String, SiteTypeEntityDataSet)

Updates the site type entity.

Declaration
SiteTypeEntityDataSet UpdateSiteTypeEntity(Guid sessionID, string clientCultureName, SiteTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.SiteTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.SiteTypeEntityDataSet

SiteTypeEntityDataSet.

UpdateStateEntity(Guid, String, StateEntityDataSet)

Updates the state entity.

Declaration
StateEntityDataSet UpdateStateEntity(Guid sessionID, string clientCultureName, StateEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.StateEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.StateEntityDataSet

StateEntityDataSet.

UpdateStructureTypeEntity(Guid, String, StructureTypeEntityDataSet)

Updates the structure type entity.

Declaration
StructureTypeEntityDataSet UpdateStructureTypeEntity(Guid sessionID, string clientCultureName, StructureTypeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.StructureTypeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.StructureTypeEntityDataSet

StructureTypeEntityDataSet.

UpdateTaxCodeEntity(Guid, String, TaxCodeEntityDataSet)

Updates the tax code entity.

Declaration
TaxCodeEntityDataSet UpdateTaxCodeEntity(Guid sessionID, string clientCultureName, TaxCodeEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.TaxCodeEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.TaxCodeEntityDataSet

TaxCodeEntityDataSet.

UpdateTaxEntity(Guid, String, TaxEntityDataSet)

Updates the tax entity.

Declaration
TaxEntityDataSet UpdateTaxEntity(Guid sessionID, string clientCultureName, TaxEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.TaxEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.TaxEntityDataSet

TaxEntityDataSet.

UpdateUtilityAccountEntity(Guid, String, UtilityAccountEntityDataSet)

Updates the utility account entity.

Declaration
UtilityAccountEntityDataSet UpdateUtilityAccountEntity(Guid sessionID, string clientCultureName, UtilityAccountEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.UtilityAccountEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.UtilityAccountEntityDataSet

UtilityAccountEntityDataSet.

UpdateUtilityAccountPaymentEntity(Guid, String, UtilityAccountPaymentEntityDataSet)

Updates the utility account payment entity.

Declaration
UtilityAccountPaymentEntityDataSet UpdateUtilityAccountPaymentEntity(Guid sessionID, string clientCultureName, UtilityAccountPaymentEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.UtilityAccountPaymentEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.UtilityAccountPaymentEntityDataSet

UtilityAccountPaymentEntityDataSet.

UpdateVehicleCategoryEntity(Guid, String, VehicleCategoryEntityDataSet)

Updates the vehicle category entity.

Declaration
VehicleCategoryEntityDataSet UpdateVehicleCategoryEntity(Guid sessionID, string clientCultureName, VehicleCategoryEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.VehicleCategoryEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.VehicleCategoryEntityDataSet

VehicleCategoryEntityDataSet.

UpdateVendorEntity(Guid, String, VendorEntityDataSet)

Updates the vendor entity.

Declaration
VendorEntityDataSet UpdateVendorEntity(Guid sessionID, string clientCultureName, VendorEntityDataSet ds)
Parameters
Type Name Description
System.Guid sessionID

Session ID returned by the SignIn method.

System.String clientCultureName

Culture name of the calling machine (ex.: en-CA).

Ayuda.BMS.Entities.Models.VendorEntityDataSet ds

The dataset containing the entity.

Returns
Type Description
Ayuda.BMS.Entities.Models.VendorEntityDataSet

VendorEntityDataSet.

Back to top Generated by DocFX