beit_api_ticketing_crm_service 1.0.0 copy "beit_api_ticketing_crm_service: ^1.0.0" to clipboard
beit_api_ticketing_crm_service: ^1.0.0 copied to clipboard

unlistedoutdated

Dart API client for ticketing crm service

ticketing-crm-service-api #

API definition for ticketing-crm-service

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: v2
  • Build package: org.openapitools.codegen.languages.DartClientCodegen

Requirements #

Dart 2.12 or later

Installation & Usage #

Github #

If this Dart package is published to Github, add the following dependency to your pubspec.yaml

dependencies:
  ticketing-crm-service-api:
    git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git

Local #

To use the package in your local drive, add the following dependency to your pubspec.yaml

dependencies:
  ticketing-crm-service-api:
    path: /path/to/ticketing-crm-service-api

Tests #

TODO

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:ticketing-crm-service-api/api.dart';


final api_instance = TicketingMobileTicketApiApi();
final id = 789; // int | 
final mobileAddCommentDTO = MobileAddCommentDTO(); // MobileAddCommentDTO | 

try {
    final result = api_instance.addComment(id, mobileAddCommentDTO);
    print(result);
} catch (e) {
    print('Exception when calling TicketingMobileTicketApiApi->addComment: $e\n');
}

Documentation for API Endpoints #

All URIs are relative to http://localhost

Class Method HTTP request Description
TicketingMobileTicketApiApi addComment POST /app/tickets/{id}/comment
TicketingMobileTicketApiApi assignTicketToMe POST /app/tickets/{ticketId}/assignToMe
TicketingMobileTicketApiApi changeState POST /app/tickets/{ticketId}/state
TicketingMobileTicketApiApi createTicket POST /app/tickets
TicketingMobileTicketApiApi getApiStatus GET /app/tickets/module-status
TicketingMobileTicketApiApi getOptions GET /app/tickets/options
TicketingMobileTicketApiApi getStatistics GET /app/tickets/stats
TicketingMobileTicketApiApi getTicketCommentAttachment GET /app/tickets/{ticketId}/comment/{commentId}/attachment/{attachmentId}/{fileName}
TicketingMobileTicketApiApi getTicketDetail GET /app/tickets/{ticketId}
TicketingMobileTicketApiApi getTicketLifecycle GET /app/tickets/{ticketId}/lifecycle
TicketingMobileTicketApiApi getTicketListAndCounts GET /app/tickets
TicketingMobileTicketApiApi reaction GET /app/tickets/reaction/{token}
TicketingMobileTicketApiApi updateTicket PUT /app/tickets/{ticketId}

Documentation For Models #

  • ActionDTOInternal
  • ActionFeedbackDTOInternal
  • AppApiStatusDTO
  • ChangeDTO
  • ChangeParameterDTO
  • ChangeStateDTO
  • EventMetadata
  • FileDTO
  • FileTransferDTO
  • FileTransferDTOInternal
  • FilterParam
  • HistoryEventDTO
  • HomeAccountObjectDTO
  • HomeAccountObjectItemDTO
  • HomeAccountOptionsDTO
  • MobileAddCommentDTO
  • ReactionResultDTO
  • RelatedEntityDTO
  • TicketCategoryDTO
  • TicketLifecycleMobileDTO
  • TicketListMobileDTO
  • TicketMemberContactDTOInternal
  • TicketMobileBaseDTO
  • TicketMobileCommentDTO
  • TicketMobileDTOInternal
  • TicketRelatedDTOInternal
  • TicketSaveMobileDTOInternal
  • TicketStatisticsDTO
  • ValidationErrorDTO
  • ValidationErrorsDTO

Documentation For Authorization #

Bearer #

  • Type: HTTP Bearer authentication

beit-context #

  • Type: API key
  • API key parameter name: beit-context
  • Location: HTTP header

beit-internal #

  • Type: API key
  • API key parameter name: Authorization-Internal
  • Location: HTTP header

Author #

0
likes
0
points
529
downloads

Publisher

unverified uploader

Weekly Downloads

Dart API client for ticketing crm service

License

unknown (license)

Dependencies

http, intl, meta

More

Packages that depend on beit_api_ticketing_crm_service