POST api/persons/{id}/tip

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

TipAProductDto
NameDescriptionTypeAdditional 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": "7c57c215-ef22-4914-96a8-a9b1607df6d5",
  "productId": "43bc606e-05c4-40fa-80a5-2d5331fb2b2e",
  "shopId": "18cf1a77-9f85-46b2-a3c5-ad9a7381fa5b",
  "toEmail": "sample string 6",
  "toTelephone": "sample string 7",
  "toFirstname": "sample string 8",
  "toLastname": "sample string 9",
  "textKey": "sample string 10"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.