DELETE api/Plan
Request Information
URI Parameters
None.
Body Parameters
CPlanName | Description | Type | Additional information |
---|---|---|---|
PlanId | integer |
None. |
|
Name | string |
None. |
|
CreatedDateTime | date |
None. |
|
ExpireDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlanId": 1, "Name": "sample string 2", "CreatedDateTime": "2024-11-21T12:11:34.7934655+02:00", "ExpireDateTime": "2024-11-21T12:11:34.7934655+02:00" }
application/xml, text/xml
Sample:
<CPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMoneyCashWebsiteLogic"> <CreatedDateTime>2024-11-21T12:11:34.7934655+02:00</CreatedDateTime> <ExpireDateTime>2024-11-21T12:11:34.7934655+02:00</ExpireDateTime> <Name>sample string 2</Name> <PlanId>1</PlanId> </CPlan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |