POST api/LogTicket/PostTicket
Request Information
URI Parameters
None.
Body Parameters
PostTicket| Name | Description | Type | Additional information |
|---|---|---|---|
| postname | string |
None. |
|
| postedby | string |
None. |
|
| locn | string |
None. |
|
| comp | string |
None. |
|
| priority | string |
None. |
|
| cat | string |
None. |
|
| subcat | string |
None. |
|
| postdesc | string |
None. |
|
| ccmail | string |
None. |
|
| item | string |
None. |
|
| site | string |
None. |
|
| userid | string |
None. |
|
| projectid | string |
None. |
|
| flag | string |
None. |
|
| ReqType | string |
None. |
|
| AAName | string |
None. |
|
| RChange | string |
None. |
|
| IChange | string |
None. |
|
| TChange | string |
None. |
|
| TypeIncident | string |
None. |
|
| DateIncident | date |
None. |
|
| ImpactIncident | string |
None. |
|
| UrgencyIncident | string |
None. |
|
| DTIncident | string |
None. |
|
| LIncident | string |
None. |
|
| assignto | string |
None. |
|
| AppSrt | string |
None. |
|
| AppEnd | string |
None. |
|
| SrvP | string |
None. |
|
| Changedur | string |
None. |
|
| tempday | string |
None. |
|
| Just | string |
None. |
|
| VPeriod | date |
None. |
|
| Risk | string |
None. |
|
| Ppostid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"postname": "sample string 1",
"postedby": "sample string 2",
"locn": "sample string 3",
"comp": "sample string 4",
"priority": "sample string 5",
"cat": "sample string 6",
"subcat": "sample string 7",
"postdesc": "sample string 8",
"ccmail": "sample string 9",
"item": "sample string 10",
"site": "sample string 11",
"userid": "sample string 12",
"projectid": "sample string 13",
"flag": "sample string 14",
"ReqType": "sample string 15",
"AAName": "sample string 16",
"RChange": "sample string 17",
"IChange": "sample string 18",
"TChange": "sample string 19",
"TypeIncident": "sample string 20",
"DateIncident": "2025-12-19T07:32:29.1506294+05:30",
"ImpactIncident": "sample string 22",
"UrgencyIncident": "sample string 23",
"DTIncident": "sample string 24",
"LIncident": "sample string 25",
"assignto": "sample string 26",
"AppSrt": "sample string 27",
"AppEnd": "sample string 28",
"SrvP": "sample string 29",
"Changedur": "sample string 30",
"tempday": "sample string 31",
"Just": "sample string 32",
"VPeriod": "2025-12-19T07:32:29.1506294+05:30",
"Risk": "sample string 34",
"Ppostid": 35
}
application/xml, text/xml
Sample:
<PostTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITServiceDeskWebapi.Models"> <AAName>sample string 16</AAName> <AppEnd>sample string 28</AppEnd> <AppSrt>sample string 27</AppSrt> <Changedur>sample string 30</Changedur> <DTIncident>sample string 24</DTIncident> <DateIncident>2025-12-19T07:32:29.1506294+05:30</DateIncident> <IChange>sample string 18</IChange> <ImpactIncident>sample string 22</ImpactIncident> <Just>sample string 32</Just> <LIncident>sample string 25</LIncident> <Ppostid>35</Ppostid> <RChange>sample string 17</RChange> <ReqType>sample string 15</ReqType> <Risk>sample string 34</Risk> <SrvP>sample string 29</SrvP> <TChange>sample string 19</TChange> <TypeIncident>sample string 20</TypeIncident> <UrgencyIncident>sample string 23</UrgencyIncident> <VPeriod>2025-12-19T07:32:29.1506294+05:30</VPeriod> <assignto>sample string 26</assignto> <cat>sample string 6</cat> <ccmail>sample string 9</ccmail> <comp>sample string 4</comp> <flag>sample string 14</flag> <item>sample string 10</item> <locn>sample string 3</locn> <postdesc>sample string 8</postdesc> <postedby>sample string 2</postedby> <postname>sample string 1</postname> <priority>sample string 5</priority> <projectid>sample string 13</projectid> <site>sample string 11</site> <subcat>sample string 7</subcat> <tempday>sample string 31</tempday> <userid>sample string 12</userid> </PostTicket>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.