POST api/Administrator/LicensePackage/Update?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
LicensePackageApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EncId | string |
None. |
|
| LicensePackageName | string |
Required Max length: 500 |
|
| ModuleList | Collection of ModuleApiModel |
None. |
|
| LicensePackagePrice | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"EncId": "sample string 1",
"LicensePackageName": "sample string 2",
"ModuleList": [
{
"EncId": "sample string 1",
"ModuleName": "sample string 2",
"ModulePrice": 3.0,
"ModuleType": 4
},
{
"EncId": "sample string 1",
"ModuleName": "sample string 2",
"ModulePrice": 3.0,
"ModuleType": 4
}
],
"LicensePackagePrice": 3.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.