POST SYS/CallPro
Request Information
URI Parameters
None.
Body Parameters
CallProParm| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| ID | string |
None. |
|
| P_CIID | string |
None. |
|
| P_JTID | integer |
None. |
|
| P_BIID | integer |
None. |
|
| P_SUID | string |
None. |
|
| P_TYP | integer |
None. |
|
| CN | string |
None. |
|
| ProName | string |
None. |
|
| P_PRID | integer |
None. |
|
| proParm | Collection of ProParm |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"ID": "sample string 3",
"P_CIID": "sample string 4",
"P_JTID": 5,
"P_BIID": 6,
"P_SUID": "sample string 7",
"P_TYP": 8,
"CN": "sample string 9",
"ProName": "sample string 10",
"P_PRID": 11,
"proParm": [
{
"K": "sample string 1",
"V": {}
},
{
"K": "sample string 1",
"V": {}
}
]
}
text/xml
Sample:
<CallProParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartSyncService.Models">
<CN>sample string 9</CN>
<ID>sample string 3</ID>
<P_BIID>6</P_BIID>
<P_CIID>sample string 4</P_CIID>
<P_JTID>5</P_JTID>
<P_PRID>11</P_PRID>
<P_SUID>sample string 7</P_SUID>
<P_TYP>8</P_TYP>
<Password>sample string 2</Password>
<ProName>sample string 10</ProName>
<UserName>sample string 1</UserName>
<proParm>
<ProParm>
<K>sample string 1</K>
<V />
</ProParm>
<ProParm>
<K>sample string 1</K>
<V />
</ProParm>
</proParm>
</CallProParm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.