POST api/AppProduct/AppSaveProductShare
AppSaveProductShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductShare| Name | 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_Response| Name | 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": "922cb361-f372-4e8e-90d6-8259b9c57b85",
"ShareLink": "sample string 1",
"Subject": "sample string 2",
"Text": "sample string 3",
"UserUUIDCur": "706a5ba2-5d14-4e54-b919-baf2176f2380"
}