POST api/UserMasters/UpdatePackage/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SpellingPackages| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Package | string |
None. |
|
| CatId | string |
None. |
|
| Downloadable | boolean |
None. |
|
| Price | decimal number |
None. |
|
| FirstInserted | date |
None. |
|
| Discription | string |
None. |
|
| Sku | string |
None. |
|
| WPacks | string |
None. |
|
| IsActive | boolean |
None. |
|
| PackageCode | string |
None. |
|
| IsPayable | boolean |
None. |
|
| Monthly | decimal number |
None. |
|
| Yearly | decimal number |
None. |
|
| SpOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Package": "sample string 2",
"CatId": "sample string 3",
"Downloadable": true,
"Price": 5.0,
"FirstInserted": "2025-12-20T17:07:05.5578351-08:00",
"Discription": "sample string 7",
"Sku": "sample string 8",
"WPacks": "sample string 9",
"IsActive": true,
"PackageCode": "sample string 11",
"IsPayable": true,
"Monthly": 1.0,
"Yearly": 1.0,
"SpOrder": 1
}
application/xml, text/xml
Sample:
<SpellingPackages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpellingAPI"> <CatId>sample string 3</CatId> <Discription>sample string 7</Discription> <Downloadable>true</Downloadable> <FirstInserted>2025-12-20T17:07:05.5578351-08:00</FirstInserted> <Id>1</Id> <IsActive>true</IsActive> <IsPayable>true</IsPayable> <Monthly>1</Monthly> <Package>sample string 2</Package> <PackageCode>sample string 11</PackageCode> <Price>5</Price> <Sku>sample string 8</Sku> <SpOrder>1</SpOrder> <WPacks>sample string 9</WPacks> <Yearly>1</Yearly> </SpellingPackages>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.