POST SYS/RUN_DEL_DAT_P
Request Information
URI Parameters
None.
Body Parameters
RUN_DEL_DAT_P_Parm| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| P_TYP | integer |
None. |
|
| P_LAN | integer |
None. |
|
| P_CIID | string |
None. |
|
| P_JTID | integer |
None. |
|
| P_BIID | integer |
None. |
|
| P_SUID | string |
None. |
|
| CN | string |
None. |
|
| P_TABLE | string |
None. |
|
| P_ID | integer |
None. |
|
| P_ID2 | string |
None. |
|
| P_DET | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"P_TYP": 3,
"P_LAN": 4,
"P_CIID": "sample string 5",
"P_JTID": 6,
"P_BIID": 7,
"P_SUID": "sample string 8",
"CN": "sample string 9",
"P_TABLE": "sample string 10",
"P_ID": 11,
"P_ID2": "sample string 12",
"P_DET": "sample string 13"
}
text/xml
Sample:
<RUN_DEL_DAT_P_Parm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartSyncService.Models"> <CN>sample string 9</CN> <P_BIID>7</P_BIID> <P_CIID>sample string 5</P_CIID> <P_DET>sample string 13</P_DET> <P_ID>11</P_ID> <P_ID2>sample string 12</P_ID2> <P_JTID>6</P_JTID> <P_LAN>4</P_LAN> <P_SUID>sample string 8</P_SUID> <P_TABLE>sample string 10</P_TABLE> <P_TYP>3</P_TYP> <Password>sample string 2</Password> <UserName>sample string 1</UserName> </RUN_DEL_DAT_P_Parm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.