POST api/UpdateMembership
Request Information
URI Parameters
None.
Body Parameters
MembershipDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| MembershipId | integer |
None. |
|
| Title | string |
None. |
|
| Price | decimal number |
None. |
|
| CADRange | string |
None. |
|
| Paragraph1 | string |
None. |
|
| Paragraph2 | string |
None. |
|
| Paragraph3 | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| LastModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MembershipId": 1,
"Title": "sample string 2",
"Price": 3.0,
"CADRange": "sample string 4",
"Paragraph1": "sample string 5",
"Paragraph2": "sample string 6",
"Paragraph3": "sample string 7",
"IsActive": true,
"CreatedDate": "2025-12-05T19:38:23.5185609-08:00",
"LastModifiedDate": "2025-12-05T19:38:23.5185609-08:00",
"CreatedBy": "sample string 11",
"LastModifiedBy": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.