POST api/Lunchbox/AddTip

Request Information

URI Parameters

None.

Body Parameters

LunchboxTipRequest
NameDescriptionTypeAdditional information
LunchboxId

integer

None.

TipAmount

decimal number

None.

PaymentMethod

PaymentMethod

None.

Request Formats

application/json, text/json

Sample:
{
  "LunchboxId": 1,
  "TipAmount": 2.0,
  "PaymentMethod": {
    "PaymentMethodHash": "sample string 2",
    "Name": "sample string 3",
    "Type": "sample string 4",
    "FriendlyName": "sample string 5",
    "FriendlyTypeName": "sample string 6",
    "FriendlyLabel": "sample string 7",
    "Description": "sample string 8",
    "PaymentAmount": 9.0,
    "FundsAvailable": 1.0,
    "IsTippingValid": true,
    "SupportedAsSinglePayment": true,
    "SupportedAsFirstPartialPayment": true,
    "SupportedAsAdditionalPartialPayment": true,
    "NotStoredCreditCard": true,
    "IsDefaultMethod": true,
    "ImageURL": "sample string 16",
    "PaymentMethodId": "sample string 2"
  }
}

text/html

Sample:
{"LunchboxId":1,"TipAmount":2.0,"PaymentMethod":{"PaymentMethodHash":"sample string 2","Name":"sample string 3","Type":"sample string 4","FriendlyName":"sample string 5","FriendlyTypeName":"sample string 6","FriendlyLabel":"sample string 7","Description":"sample string 8","PaymentAmount":9.0,"FundsAvailable":1.0,"IsTippingValid":true,"SupportedAsSinglePayment":true,"SupportedAsFirstPartialPayment":true,"SupportedAsAdditionalPartialPayment":true,"NotStoredCreditCard":true,"IsDefaultMethod":true,"ImageURL":"sample string 16","PaymentMethodId":"sample string 2"}}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.