POST DeleteReferencePoint
Request Information
URI Parameters
None.
Body Parameters
DeleteReferencePointDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ToActionPointId | integer |
None. |
|
| FromActionPointId | integer |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ToActionPointId": 1,
"FromActionPointId": 2,
"UserId": 3,
"UserName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.