POST api/ProjectTicket/createIssueResponse
Request Information
URI Parameters
None.
Body Parameters
TicketDetailsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IS_Id | integer |
None. |
|
| IS_Ticket_No | string |
None. |
|
| IS_Proj_ID_FK | integer |
None. |
|
| IS_Client_ID_FK | integer |
None. |
|
| IS_Subject | string |
None. |
|
| IS_Message | string |
None. |
|
| IS_UploadPath | string |
None. |
|
| IS_UploadPath1 | string |
None. |
|
| IS_UploadPath2 | string |
None. |
|
| IS_Description | string |
None. |
|
| IS_Internal_Status | integer |
None. |
|
| IS_Priority | string |
None. |
|
| roleName | string |
None. |
|
| client | string |
None. |
|
| IS_Severity | string |
None. |
|
| IS_Status | integer |
None. |
|
| IA_From_UserId | integer |
None. |
|
| IA_To_UserId | integer |
None. |
|
| FromUser | string |
None. |
|
| ToUser | string |
None. |
|
| S_Name | string |
None. |
|
| Tr_Pro_Title | string |
None. |
|
| C_Name | string |
None. |
|
| IS_From_UserId | integer |
None. |
|
| IS_To_UserId | integer |
None. |
|
| IS_DisplaytoCustomer | integer |
None. |
|
| IS_Check_Status | integer |
None. |
|
| IR_Id | string |
None. |
|
| IR_IS_ID_FK | integer |
None. |
|
| IR_Note | string |
None. |
|
| IR_From_UserId | integer |
None. |
|
| IR_To_UserId | integer |
None. |
|
| IR_Internal_Status | string |
None. |
|
| IR_DisplaytoCustomer | integer |
None. |
|
| IR_Datetime | string |
None. |
|
| IR_Est_Hrs | string |
None. |
|
| IR_User_Id | string |
None. |
|
| IR_TS | string |
None. |
|
| IR_Inactive | string |
None. |
|
| IR_TS_LastEdited | date |
None. |
|
| IR_LastEdited_Uid | integer |
None. |
|
| IS_Total_Issue | integer |
None. |
|
| IS_Est_time | string |
None. |
|
| IS_Exp_Delivery | date |
None. |
|
| IS_Category | string |
None. |
|
| userId | integer |
None. |
|
| IS_Userid | integer |
None. |
|
| IS_User_Id | integer |
None. |
|
| IS_TS | date |
None. |
|
| IS_Inactive | string |
None. |
|
| IS_TS_LastEdited | date |
None. |
|
| IS_LastEdited_Uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IS_Id": 1,
"IS_Ticket_No": "sample string 2",
"IS_Proj_ID_FK": 3,
"IS_Client_ID_FK": 4,
"IS_Subject": "sample string 5",
"IS_Message": "sample string 6",
"IS_UploadPath": "sample string 7",
"IS_UploadPath1": "sample string 8",
"IS_UploadPath2": "sample string 9",
"IS_Description": "sample string 10",
"IS_Internal_Status": 11,
"IS_Priority": "sample string 12",
"roleName": "sample string 13",
"client": "sample string 14",
"IS_Severity": "sample string 15",
"IS_Status": 16,
"IA_From_UserId": 17,
"IA_To_UserId": 18,
"FromUser": "sample string 19",
"ToUser": "sample string 20",
"S_Name": "sample string 21",
"Tr_Pro_Title": "sample string 22",
"C_Name": "sample string 23",
"IS_From_UserId": 24,
"IS_To_UserId": 25,
"IS_DisplaytoCustomer": 26,
"IS_Check_Status": 27,
"IR_Id": "sample string 28",
"IR_IS_ID_FK": 29,
"IR_Note": "sample string 30",
"IR_From_UserId": 31,
"IR_To_UserId": 32,
"IR_Internal_Status": "sample string 33",
"IR_DisplaytoCustomer": 34,
"IR_Datetime": "sample string 35",
"IR_Est_Hrs": "sample string 36",
"IR_User_Id": "sample string 37",
"IR_TS": "sample string 38",
"IR_Inactive": "sample string 39",
"IR_TS_LastEdited": "2025-12-07T15:00:20.1703209+05:30",
"IR_LastEdited_Uid": 41,
"IS_Total_Issue": 42,
"IS_Est_time": "sample string 43",
"IS_Exp_Delivery": "2025-12-07T15:00:20.1713193+05:30",
"IS_Category": "sample string 44",
"userId": 45,
"IS_Userid": 46,
"IS_User_Id": 47,
"IS_TS": "2025-12-07T15:00:20.1713193+05:30",
"IS_Inactive": "sample string 48",
"IS_TS_LastEdited": "2025-12-07T15:00:20.1723199+05:30",
"IS_LastEdited_Uid": 50
}
application/xml, text/xml
Sample:
<TicketDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <C_Name>sample string 23</C_Name> <FromUser>sample string 19</FromUser> <IA_From_UserId>17</IA_From_UserId> <IA_To_UserId>18</IA_To_UserId> <IR_Datetime>sample string 35</IR_Datetime> <IR_DisplaytoCustomer>34</IR_DisplaytoCustomer> <IR_Est_Hrs>sample string 36</IR_Est_Hrs> <IR_From_UserId>31</IR_From_UserId> <IR_IS_ID_FK>29</IR_IS_ID_FK> <IR_Id>sample string 28</IR_Id> <IR_Inactive>sample string 39</IR_Inactive> <IR_Internal_Status>sample string 33</IR_Internal_Status> <IR_LastEdited_Uid>41</IR_LastEdited_Uid> <IR_Note>sample string 30</IR_Note> <IR_TS>sample string 38</IR_TS> <IR_TS_LastEdited>2025-12-07T15:00:20.1703209+05:30</IR_TS_LastEdited> <IR_To_UserId>32</IR_To_UserId> <IR_User_Id>sample string 37</IR_User_Id> <IS_Category>sample string 44</IS_Category> <IS_Check_Status>27</IS_Check_Status> <IS_Client_ID_FK>4</IS_Client_ID_FK> <IS_Description>sample string 10</IS_Description> <IS_DisplaytoCustomer>26</IS_DisplaytoCustomer> <IS_Est_time>sample string 43</IS_Est_time> <IS_Exp_Delivery>2025-12-07T15:00:20.1713193+05:30</IS_Exp_Delivery> <IS_From_UserId>24</IS_From_UserId> <IS_Id>1</IS_Id> <IS_Inactive>sample string 48</IS_Inactive> <IS_Internal_Status>11</IS_Internal_Status> <IS_LastEdited_Uid>50</IS_LastEdited_Uid> <IS_Message>sample string 6</IS_Message> <IS_Priority>sample string 12</IS_Priority> <IS_Proj_ID_FK>3</IS_Proj_ID_FK> <IS_Severity>sample string 15</IS_Severity> <IS_Status>16</IS_Status> <IS_Subject>sample string 5</IS_Subject> <IS_TS>2025-12-07T15:00:20.1713193+05:30</IS_TS> <IS_TS_LastEdited>2025-12-07T15:00:20.1723199+05:30</IS_TS_LastEdited> <IS_Ticket_No>sample string 2</IS_Ticket_No> <IS_To_UserId>25</IS_To_UserId> <IS_Total_Issue>42</IS_Total_Issue> <IS_UploadPath>sample string 7</IS_UploadPath> <IS_UploadPath1>sample string 8</IS_UploadPath1> <IS_UploadPath2>sample string 9</IS_UploadPath2> <IS_User_Id>47</IS_User_Id> <IS_Userid>46</IS_Userid> <S_Name>sample string 21</S_Name> <ToUser>sample string 20</ToUser> <Tr_Pro_Title>sample string 22</Tr_Pro_Title> <client>sample string 14</client> <roleName>sample string 13</roleName> <userId>45</userId> </TicketDetailsModel>
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.