POST api/persons/{id}/tip
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
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": "c9e590fa-fe2f-4899-af1c-5322d2802146",
"productId": "81bbaa44-bf6d-47d5-bce7-88f990d1abe9",
"shopId": "2fc9b0df-5ae0-4267-b929-54ca98693c0b",
"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.