POST api/ProjectTicket/SaveuserDetails
Request Information
URI Parameters
None.
Body Parameters
udmClass| Name | Description | Type | Additional information |
|---|---|---|---|
| IR_Note | string |
None. |
|
| IS_Id | integer |
None. |
|
| userName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IR_Note": "sample string 1",
"IS_Id": 2,
"userName": "sample string 3"
}
application/xml, text/xml
Sample:
<udmClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <IR_Note>sample string 1</IR_Note> <IS_Id>2</IS_Id> <userName>sample string 3</userName> </udmClass>
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.