POST api/Ticket/createExternalTicket
Request Information
URI Parameters
None.
Body Parameters
ExternalTicketModelName | Description | Type | Additional information |
---|---|---|---|
username | string |
None. |
|
password | string |
None. |
|
software | string |
None. |
|
note | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "username": "sample string 1", "password": "sample string 2", "software": "sample string 3", "note": "sample string 4" }
application/xml, text/xml
Sample:
<ExternalTicketModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServiceLMS6Auth.Models"> <note>sample string 4</note> <password>sample string 2</password> <software>sample string 3</software> <username>sample string 1</username> </ExternalTicketModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.