PUT api/PlanDetails
Request Information
URI Parameters
None.
Body Parameters
PlanDetailsName | Description | Type | Additional information |
---|---|---|---|
RecordNo | integer |
None. |
|
PlanFk | integer |
None. |
|
ServicesFk | integer |
None. |
|
ServicesFeatureFK | integer |
None. |
|
CreatedOn | date |
None. |
|
UpdatedOn | date |
None. |
|
IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecordNo": 1, "PlanFk": 2, "ServicesFk": 3, "ServicesFeatureFK": 4, "CreatedOn": "2024-12-22T23:23:46.4504708+00:00", "UpdatedOn": "2024-12-22T23:23:46.4504708+00:00", "IsDeleted": true }
application/xml, text/xml
Sample:
<PlanDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models"> <CreatedOn>2024-12-22T23:23:46.4504708+00:00</CreatedOn> <IsDeleted>true</IsDeleted> <PlanFk>2</PlanFk> <RecordNo>1</RecordNo> <ServicesFeatureFK>4</ServicesFeatureFK> <ServicesFk>3</ServicesFk> <UpdatedOn>2024-12-22T23:23:46.4504708+00:00</UpdatedOn> </PlanDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.