GET api/SIPAgroSAPAPI/GetItemsRespuesta?idrespuesta={idrespuesta}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idrespuesta | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SIPAgroSAPTransaccionResponseItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ORDERID | string |
None. |
|
| TYPE | string |
None. |
|
| ID | string |
None. |
|
| NUMBER | string |
None. |
|
| MESSAGE | string |
None. |
|
| LOG_NO | string |
None. |
|
| LOG_MSG_NO | string |
None. |
|
| MESSAGE_V1 | string |
None. |
|
| MESSAGE_V2 | string |
None. |
|
| MESSAGE_V3 | string |
None. |
|
| MESSAGE_V4 | string |
None. |
|
| PARAMETER | string |
None. |
|
| ROW | string |
None. |
|
| FIELD | string |
None. |
|
| SYSTEM | string |
None. |
|
| IDRESPONSEITEM | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ORDERID": "sample string 1",
"TYPE": "sample string 2",
"ID": "sample string 3",
"NUMBER": "sample string 4",
"MESSAGE": "sample string 5",
"LOG_NO": "sample string 6",
"LOG_MSG_NO": "sample string 7",
"MESSAGE_V1": "sample string 8",
"MESSAGE_V2": "sample string 9",
"MESSAGE_V3": "sample string 10",
"MESSAGE_V4": "sample string 11",
"PARAMETER": "sample string 12",
"ROW": "sample string 13",
"FIELD": "sample string 14",
"SYSTEM": "sample string 15",
"IDRESPONSEITEM": "sample string 16"
},
{
"ORDERID": "sample string 1",
"TYPE": "sample string 2",
"ID": "sample string 3",
"NUMBER": "sample string 4",
"MESSAGE": "sample string 5",
"LOG_NO": "sample string 6",
"LOG_MSG_NO": "sample string 7",
"MESSAGE_V1": "sample string 8",
"MESSAGE_V2": "sample string 9",
"MESSAGE_V3": "sample string 10",
"MESSAGE_V4": "sample string 11",
"PARAMETER": "sample string 12",
"ROW": "sample string 13",
"FIELD": "sample string 14",
"SYSTEM": "sample string 15",
"IDRESPONSEITEM": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfSIPAgroSAPTransaccionResponseItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<SIPAgroSAPTransaccionResponseItem>
<FIELD>sample string 14</FIELD>
<ID>sample string 3</ID>
<IDRESPONSEITEM>sample string 16</IDRESPONSEITEM>
<LOG_MSG_NO>sample string 7</LOG_MSG_NO>
<LOG_NO>sample string 6</LOG_NO>
<MESSAGE>sample string 5</MESSAGE>
<MESSAGE_V1>sample string 8</MESSAGE_V1>
<MESSAGE_V2>sample string 9</MESSAGE_V2>
<MESSAGE_V3>sample string 10</MESSAGE_V3>
<MESSAGE_V4>sample string 11</MESSAGE_V4>
<NUMBER>sample string 4</NUMBER>
<ORDERID>sample string 1</ORDERID>
<PARAMETER>sample string 12</PARAMETER>
<ROW>sample string 13</ROW>
<SYSTEM>sample string 15</SYSTEM>
<TYPE>sample string 2</TYPE>
</SIPAgroSAPTransaccionResponseItem>
<SIPAgroSAPTransaccionResponseItem>
<FIELD>sample string 14</FIELD>
<ID>sample string 3</ID>
<IDRESPONSEITEM>sample string 16</IDRESPONSEITEM>
<LOG_MSG_NO>sample string 7</LOG_MSG_NO>
<LOG_NO>sample string 6</LOG_NO>
<MESSAGE>sample string 5</MESSAGE>
<MESSAGE_V1>sample string 8</MESSAGE_V1>
<MESSAGE_V2>sample string 9</MESSAGE_V2>
<MESSAGE_V3>sample string 10</MESSAGE_V3>
<MESSAGE_V4>sample string 11</MESSAGE_V4>
<NUMBER>sample string 4</NUMBER>
<ORDERID>sample string 1</ORDERID>
<PARAMETER>sample string 12</PARAMETER>
<ROW>sample string 13</ROW>
<SYSTEM>sample string 15</SYSTEM>
<TYPE>sample string 2</TYPE>
</SIPAgroSAPTransaccionResponseItem>
</ArrayOfSIPAgroSAPTransaccionResponseItem>