DELETE api/SubscribeRequests/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SubscribeRequestID": 1,
"SubscribeRequestCode": "sample string 2",
"SubscribeRequestDate": "2025-12-10T14:49:27.9680735-08:00",
"UserID": "sample string 4",
"SubscribeServiceID": 5,
"SubscribeFromDate": "2025-12-10T14:49:27.9680735-08:00",
"SubscribePeriodID": 7,
"MonthsCount": 8,
"SubscribeToDate": "2025-12-10T14:49:27.9680735-08:00",
"MonthPrice": 10.1,
"SubscribeTotalPrice": 11.1,
"DiscountPercent": 12.1,
"DiscountValue": 13.1,
"SubscribeNetPrice": 14.1,
"IsPaid": true,
"PaymentDate": "2025-12-10T14:49:27.9680735-08:00",
"IsCanceled": true,
"CancelDate": "2025-12-10T14:49:27.9680735-08:00",
"CancelReason": "sample string 17",
"SubscribePeriod": {
"$id": "2",
"SubscribePeriodID": 1,
"SubscribePeriodName": "sample string 2",
"MonthsCount": 3,
"DiscountPercent": 1.1,
"DiscountValue": 1.1,
"PeriodPrice": 1.1,
"SubscribeServiceID": 4,
"SubscribeService": {
"$id": "3",
"SubscribeServiceID": 1,
"SubscribeServiceName": "sample string 2",
"MonthPrice": 3.1,
"AlarmDaysCount": 4,
"UserTableName": "sample string 5",
"UserTablePKCol": "sample string 6",
"UserTableDisplayCol": "sample string 7",
"SubscribePeriods": [
{
"$ref": "2"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"SubscribeRequests": [
{
"$ref": "1"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"SubscribeRequests": [
{
"$ref": "1"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"SubscribeService": {
"$ref": "3"
}
}