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": "6010e257-30fe-4430-9cb4-8e6e0d5e91e9", "ShareLink": "sample string 1", "Subject": "sample string 2", "Text": "sample string 3", "UserUUIDCur": "1eb1880f-a25c-4392-b44b-38030d17c427" }