Last active
May 9, 2017 21:24
-
-
Save redrick/f368e697eeb69d5acccd0544b6195e41 to your computer and use it in GitHub Desktop.
OTRS REST API Ticket Creation setup file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OTRS REST API docs | |
https://otrs.perl-services.de/docs/otrs/rel-3_3/kernel_genericinterface_operation_ticket_ticketcreate.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Debugger: | |
DebugThreshold: debug | |
TestMode: '0' | |
Description: REST API v1 | |
FrameworkVersion: 5.0.16 | |
Provider: | |
Operation: | |
TicketCreate: | |
Description: Creates new ticket | |
MappingInbound: {} | |
MappingOutbound: {} | |
Type: Ticket::TicketCreate | |
SessionCreate: | |
Description: Creates a Session | |
MappingInbound: {} | |
MappingOutbound: {} | |
Type: Session::SessionCreate | |
Transport: | |
Config: | |
KeepAlive: '' | |
MaxLength: '100000000' | |
RouteOperationMapping: | |
SessionCreate: | |
RequestMethod: | |
- POST | |
Route: /Session | |
TicketCreate: | |
RequestMethod: | |
- POST | |
Route: /Ticket | |
Type: HTTP::REST | |
RemoteSystem: '' | |
Requester: | |
Transport: | |
Type: '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment