PUT {bucket}/SubscriptionType
Updates the specified entity.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bucket | string |
None. |
Body Parameters
The entity.
SubscriptionTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| libelle | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"libelle": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.