POST api/UDT/MetodoRegistroTicketSolucion?DocEntry={DocEntry}&nvSolucionado={nvSolucionado}
MetodoRegistroTicketSolucion
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DocEntry | integer |
Required |
|
| nvSolucionado | string |
Required |
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseRSG_SDK| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | LogTypes |
None. |
|
| Comments | string |
None. |
|
| Object | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Comments": "sample string 1",
"Object": {}
}
application/xml, text/xml
Sample:
<ResponseRSG_SDK xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSG_SDK_10"> <Code>Success</Code> <Comments>sample string 1</Comments> <Object /> </ResponseRSG_SDK>