AzureCosmosDbGetCompanyMapMarkersListing Method

Retrieves the ID/Label listing of the map markers available for a company.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<BusinessSegmentDto[]> GetCompanyMapMarkersListing(
	Guid companyId,
	CancellationToken cancellationToken = default
)

Parameters

companyId  Guid
ID of company the user belongs to
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskBusinessSegmentDto
The map markers that can be utilized by the company companyId

Implements

IAzureCosmosDbGetCompanyMapMarkersListing(Guid, CancellationToken)

See Also