PUT api/v2/product/updateExternal
Request Information
URI Parameters
None.
Body Parameters
ProductRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| title | string |
None. |
|
| description | string |
None. |
|
| shortDescription | string |
None. |
|
| points | integer |
None. |
|
| index | integer |
None. |
|
| monthsPeriod | integer |
None. |
|
| active | boolean |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| userIns | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"title": "sample string 1",
"description": "sample string 2",
"shortDescription": "sample string 3",
"points": 4,
"index": 5,
"monthsPeriod": 6,
"active": true,
"AccountId": "3abe5de4-23f3-4de2-814b-e312839fca58",
"userIns": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.