POST api/LGLineCaptureInfo/InsertCaptureInfo

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfCaptureInfoInput
NameDescriptionTypeAdditional information
Data

CaptureInfoInput

None.

Message

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Data": {
    "p_access_entity": "sample string 1",
    "p_access_info": "sample string 2",
    "p_accessed_by": "sample string 3",
    "p_ip_address": "sample string 4",
    "p_menu_name": "sample string 5",
    "p_menu": "sample string 6",
    "p_system_name": "sample string 7"
  },
  "Message": "sample string 1",
  "MessageCode": 2
}

application/xml, text/xml

Sample:
<EnvelopeOfCaptureInfoInputJtOmf38R xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LGLineModelData.Models">
    <d2p1:p_access_entity>sample string 1</d2p1:p_access_entity>
    <d2p1:p_access_info>sample string 2</d2p1:p_access_info>
    <d2p1:p_accessed_by>sample string 3</d2p1:p_accessed_by>
    <d2p1:p_ip_address>sample string 4</d2p1:p_ip_address>
    <d2p1:p_menu>sample string 6</d2p1:p_menu>
    <d2p1:p_menu_name>sample string 5</d2p1:p_menu_name>
    <d2p1:p_system_name>sample string 7</d2p1:p_system_name>
  </Data>
  <Message>sample string 1</Message>
  <MessageCode>2</MessageCode>
</EnvelopeOfCaptureInfoInputJtOmf38R>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.