Table of Contents

Class ReportTemplateClient

Namespace
Crews.PlanningCenter.Api.Calendar.V2022_07_07
Assembly
Crews.PlanningCenter.Api.dll

Client for interacting with the ReportTemplate resource.

public class ReportTemplateClient : SingletonResourceClient<ReportTemplate, ReportTemplateResource, ReportTemplateResponse>
Inheritance
ReportTemplateClient
Inherited Members

Constructors

ReportTemplateClient(HttpClient, Uri)

Client for interacting with the ReportTemplate resource.

public ReportTemplateClient(HttpClient httpClient, Uri uri)

Parameters

httpClient HttpClient
uri Uri

Methods

DeleteAsync(CancellationToken)

Deletes the ReportTemplate resource asynchronously.

public Task DeleteAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to monitor for cancellation requests.

Returns

Task

A task representing the asynchronous delete operation.

Exceptions

JsonApiException

Thrown when the HTTP response indicates a failure status code.

GetAsync(CancellationToken)

Fetches the ReportTemplate resource asynchronously.

public Task<ReportTemplateResponse> GetAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to monitor for cancellation requests.

Returns

Task<ReportTemplateResponse>

A task representing the asynchronous operation, containing the ReportTemplate resource.

Exceptions

JsonApiException

Thrown when the HTTP response indicates a failure status code.

PatchAsync(ReportTemplate, CancellationToken)

Updates an existing ReportTemplate resource asynchronously.

public Task<ReportTemplateResponse> PatchAsync(ReportTemplate resource, CancellationToken cancellationToken = default)

Parameters

resource ReportTemplate

The resource data to be sent in the patch request.

cancellationToken CancellationToken

A token to monitor for cancellation requests.

Returns

Task<ReportTemplateResponse>

A task representing the asynchronous operation, containing the updated ReportTemplate resource.

Exceptions

JsonApiException

Thrown when the HTTP response indicates a failure status code.

PatchAsync(JsonApiDocument<ReportTemplateResource>, CancellationToken)

Updates an existing ReportTemplate resource asynchronously.

public Task<ReportTemplateResponse> PatchAsync(JsonApiDocument<ReportTemplateResource> document, CancellationToken cancellationToken = default)

Parameters

document JsonApiDocument<ReportTemplateResource>

The JSON:API document to be sent in the patch request.

cancellationToken CancellationToken

A token to monitor for cancellation requests.

Returns

Task<ReportTemplateResponse>

A task representing the asynchronous operation, containing the updated ReportTemplate resource.

Exceptions

JsonApiException

Thrown when the HTTP response indicates a failure status code.