POST api/userAppointments/UserReturnInvoice_Update

Request Information

URI Parameters

None.

Body Parameters

UserReturnInvoiceUpdate
NameDescriptionTypeAdditional information
Id

integer

None.

ServicesObject

string

None.

ReaturnReason

string

None.

Tax

decimal number

None.

ServicesTotalPrice

decimal number

None.

Language

string

None.

RefundType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ServicesObject": "sample string 2",
  "ReaturnReason": "sample string 3",
  "Tax": 4.0,
  "ServicesTotalPrice": 5.0,
  "Language": "sample string 6",
  "RefundType": "sample string 7"
}

text/xml

Sample:
<UserReturnInvoiceUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1">
  <Id xmlns="http://schemas.datacontract.org/2004/07/">1</Id>
  <Language xmlns="http://schemas.datacontract.org/2004/07/">sample string 6</Language>
  <ReaturnReason xmlns="http://schemas.datacontract.org/2004/07/">sample string 3</ReaturnReason>
  <RefundType xmlns="http://schemas.datacontract.org/2004/07/">sample string 7</RefundType>
  <ServicesObject xmlns="http://schemas.datacontract.org/2004/07/">sample string 2</ServicesObject>
  <ServicesTotalPrice xmlns="http://schemas.datacontract.org/2004/07/">5</ServicesTotalPrice>
  <Tax xmlns="http://schemas.datacontract.org/2004/07/">4</Tax>
</UserReturnInvoiceUpdate>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserReturnInvoiceUpdate'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.