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": "8b7cb79a-7876-41aa-8000-7a3b82b8f175", "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.