POST api/AppProduct/AppSaveProductShare
AppSaveProductShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductShareName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveProductShare_ResponseName | Description | Type | Additional information |
---|---|---|---|
ShareUUID | globally unique identifier |
None. |
|
ShareLink | string |
None. |
|
Subject | string |
None. |
|
Text | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ShareUUID": "eca46993-a2e3-4f82-bde5-51848939e8f6", "ShareLink": "sample string 1", "Subject": "sample string 2", "Text": "sample string 3", "UserUUIDCur": "a06c82aa-755f-4db1-9d9c-7b491e536912" }