PUT api/v2/product/updateExternal
Request Information
URI Parameters
None.
Body Parameters
ProductRequestName | 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": "5bee5e62-999b-4003-ad3f-3a407f3943f7", "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.