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": "4cbf8ee6-3a4e-4a97-a821-cd68201e7b88",
"ShareLink": "sample string 1",
"Subject": "sample string 2",
"Text": "sample string 3",
"UserUUIDCur": "544e1c4c-7003-4a4b-b186-1f56823a5a5f"
}