POST api/ProductShare
Request Information
URI Parameters
None.
Body Parameters
TipAProductDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FromEmail | string |
None. |
|
| FromTelephone | string |
None. |
|
| FromPersonId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ShopId | globally unique identifier |
None. |
|
| ToEmail | string |
None. |
|
| ToTelephone | string |
None. |
|
| ToFirstname | string |
None. |
|
| ToLastname | string |
None. |
|
| TextKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromEmail": "sample string 1",
"fromTelephone": "sample string 2",
"fromPersonId": "016f65a4-5746-4921-8bbb-4339ab49cb72",
"productId": "dc6a3a07-4d84-426d-b15a-2e818edb5927",
"shopId": "7298f756-0065-4447-99b5-7ecced12be1f",
"toEmail": "sample string 6",
"toTelephone": "sample string 7",
"toFirstname": "sample string 8",
"toLastname": "sample string 9",
"textKey": "sample string 10"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.