POST api/Payment/Receipt/Send

Request Information

URI Parameters

None.

Body Parameters

SendReceiptRequest
NameDescriptionTypeAdditional information
SaleId

globally unique identifier

None.

Email

string

None.

Telephone

string

None.

Delivery

string

None.

Request Formats

[application/json, { "SaleId": "d64e5f0d-b65f-46bf-aaed-9880cfdb4f8c", "Email": "sample string 2", "Telephone": "sample string 3", "Delivery": "sample string 4" }][text/json, { "SaleId": "d64e5f0d-b65f-46bf-aaed-9880cfdb4f8c", "Email": "sample string 2", "Telephone": "sample string 3", "Delivery": "sample string 4" }][application/xml, <SendReceiptRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosAppBackend.Models"> <Delivery>sample string 4</Delivery> <Email>sample string 2</Email> <SaleId>d64e5f0d-b65f-46bf-aaed-9880cfdb4f8c</SaleId> <Telephone>sample string 3</Telephone> </SendReceiptRequest>][text/xml, <SendReceiptRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosAppBackend.Models"> <Delivery>sample string 4</Delivery> <Email>sample string 2</Email> <SaleId>d64e5f0d-b65f-46bf-aaed-9880cfdb4f8c</SaleId> <Telephone>sample string 3</Telephone> </SendReceiptRequest>][application/x-www-form-urlencoded, Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SendReceiptRequest'.]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

[application/json, ][text/json, ][application/xml, ][text/xml, ]